The setup for leema is still pretty manual, but is only a few steps.
dependencies
These are dependencies you will have to install if you don’t already have them.
- nosetests (optional until you want to run tests)
compilation
git clone https://github.com/mdg/leema.git
cd leema
make
./leema T/hello.lma
You should have seen hello world
print to your console. If that worked, you’re ready to write your own program! Open a new file at T/basics.lma
and let’s get started!
Next – The Basics of Leema