We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a31b6dc
There was an error while loading. Please reload this page.
StringLang now has support for lambdas! Represented as Strings of course. See the README for a quick introduction.
There's also experimental support for some static analyses and optimizations (does not support lambdas yet).
d0192a2
StringLang now has a REPL, play with it by running stringlang without any arguments.
stringlang
b43e3ed
Programs may now contain a header consisting of several function definitions.
10ff880
Run StringLang programs using ./stringlang <program.stringlang> arg1 arg2 ...
StringLang
./stringlang <program.stringlang> arg1 arg2 ...