Back

Lisaac

Lisaac is a statically-typed, interpreted programming language designed for simplicity and ease of use. It is primarily used for scripting, automation tasks, and rapid prototyping.

Hello, world code example:

Section Header          // The Header section is required.
  + nameĀ := GOODBYE;    // Define the name of this object.

Section Public
  - main <- ("Hello world!\n".print;);

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.