Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
/ lambda-lang Public archive

A simple programming language written in JavaScript

Notifications You must be signed in to change notification settings

vyorkin-play/lambda-lang

Repository files navigation

Lambda Lang

A simple programming language written in JavaScript (lol).

    sqr = def(x) x * x;
    cube = def(x) x * x * x;
    z = 4;
    x = 8;
    y = 5;
    cube(z + x) - sqr(y) + 2

Credits

All and everything is shamelessly stolen from here. Thanks to Mihai Bazon for such a great tutorials.

License

WTFPL – Do What the Fuck You Want to Public License.

About

A simple programming language written in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published