Welcome to THE homepage of language farm (version 4.2.5 of november 2008).
This language's toplevel is under GPL v.3 license whose text may be found here.
Farm is a programing language similar to brainfuck with some add-ons.
Runs of a farm program consist in a move of a pointer in a right-infinite array (size bounded by 2 to the power of 22)
which is initialized to 42 cases of value 0. You can take a byte from the file given in first argument,
do basic operations on the array and print in the output the character corresponding to the value of the pointed byte.
Archive with the executable file for linux (already 873 times downloaded) : here
Archive with the executable file for windows (already 874 times downloaded) :
here
Source code (with makefile) : (already 897 times downloaded) :
here
Readme file (in french and english) : here
And some programs in farm (english comments) : ici