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

Lisaac

< >

Lisaac is a programming language created in 2003.

#1912on PLDB 21Years Old

Try now: Riju


Example from Riju:
Section Header + name := MAIN; Section Public - main <- ( "Hello, world!\n".print; );
Example from hello-world:
// Hello World in Lisaac Section Header + name := HELLO_WORLD; Section Inherit - parent_object:OBJECT := OBJECT; Section Public - main <- ( "Hello World !\n".print; );

Language features

Feature Supported Token Example
Print() Debugging ✓ .print

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io