@lambdalang/lambda v1.1.1
Lambda
Lambda is an esoteric language oriented highly around Texas Instruments brand calculators, holding similar syntax to using equations in them. This language is highly work in progress, so many things can potentially be changed and added to it at a whole.
If you wish to contribute to the Lambda specifications/design, then we have an entire repository with information on how to contribute to what functions are what.
Installation
As this language is still in in its very alpha phase, you should preferrably download development updates over from GitHub.
npm i -g lambdalng/lambda
However, you're still able to download it in NPM, but it gets updated slower in favor of development, unless breaking changes are necessary.
npm i -g @lambdalang/lambda
Usage
This language cannot be directly compiled to basic JavaScript yet, but can be used via CLI. You are perfectly able to use it as if it were an API, but it's undocumented, as it's unsupported for the time being.
lambda ./path/to/script.lam
Contributions
Contributions are allowed, but it would be best for you to make note of it with the lead maintainers before you contribute huge amounts of code. This project was primarily made for fun, although improvements to make this a true project are undoubtedly allowed. We as a team would like to give this language major purpose, rather than being merely limited to basic TI syntax.