meillo@16: baum - an esoteric programming language meillo@16: ======================================= meillo@16: baum is my first try to create an esoteric programming language. It bases on meillo@16: the idea to have a tree as source code structure. You should see baum as an meillo@16: experiment, it also offers only very restricted possibilities by now. meillo@16: meillo@16: meillo@16: Installation meillo@16: ------------ meillo@16: Enter the following command to build and install baum (if necessary as root): meillo@16: meillo@16: make clean install meillo@16: meillo@16: meillo@16: Using baum meillo@16: ---------- meillo@16: See man page or the examples that are shipped with the program to learn how to meillo@16: program in the baum language. meillo@16: meillo@31: Run a program with meillo@16: meillo@16: baum sourcefile.baum meillo@16: meillo@16: meillo@16: meillo@16: Feedback meillo@16: -------- meillo@16: Contact me if you are interested in baum. I would like to talk to you :-) meillo@16: meillo@16: meillo@16: meillo@16: markus schnalke