Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

ctalk-lang

< >

ctalk-lang is a programming language created in 1989.

#2349on PLDB 35Years Old


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 · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io