Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ctalk-lang

< >

ctalk-lang is a programming language created in 1989.

#2414on PLDB 35Years Old

The CTalk programming language: a strategic evolution of APL


Example from the web:
// When working with the CTalk interpreter, // every result is printed 2+3; // = 5 2*3+5*10; // = 56 // Variables are implicitely declared when // they are used for the first time a=2; b=3; a+b; // = 2 // = 3 // = 5

Language features

Feature Supported Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0