Measures Concepts
GitHub icon

ctalk-lang

ctalk-lang - Programming language

< >

ctalk-lang is a programming language created in 1989.

#1909on 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 Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout