NIL Lang
- PLATFORM CLI
- STACK
- GITHUB https://github.com/achester88/nil
NIL is a simple esoteric interpreted programming language written in rust. NIL code is written bottom to top, and reverses the typical syntax with with function calls wrapped in curly brackets and variables written value first this language is not meet to be easy to understand and let alone written
Example Code:
Hello World A Function Call and Returns
/*
;{output} {hello_world} ,Hello,
) {x} hello_world
;,World,
;{output} x
def (
*/