You must log in or register to comment.
It uses XML-like syntax:
<fun> <name>sum</name> <in> <int>foo</int> <int>bar=0</int> </in> <out><int>foo+bar</int></out> </fun>
The whitespace is not only required, but it must be tabs and spaces.
all lines not terminated by a single space are comments
Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
I realized a while ago that there’s nothing stopping me from writing rust like this
;println!("This is great") ;println!("I think everyone should write rust like this") ;println!("Probably works in most languages that use semicolons") ;
Also a spicial place in hell for you
Can we add the comefrom function too?
…and it’s compiled
…to an intermediate set of instructions for a virtual machine…
…called the brainfuck interpreter
Brainfuck.NET Interpreter that uses modified Java bytecode instructions.