achester88
open main menu

NIL Lang

Screenshot of nil code being ran

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 (

*/

read the docs here or check out the blog post here