XXIIVV ∴ Den

Programming Home Dictionary Portal About Random Den Mute Nithing Ozml Traumaetics Updated On Septamber 20, 2015 1 Commits , 4 Hours Den is a small scripting language created for XXIIVV, and the successor to Mute . It is meant for optimal readability and simplicity. Similarly to Mute, there is only one syntax, for conditions, objects, functions, etc.. For example, a variable is just a function that returns a value. A return, in Den, uses the colon character. The language uses no words and has no reserved namespace. ! "Hello World" # Hello World There really is only 1 data structure, it follows the same to build Strings, Arrays and Lists.. array : "one" "two" "three" "four" 5 6 7 ! array.2 # two dictionary foo : bar hello : world ! dictionary.foo # bar In our first example, we build a simple function to compare two values, and print either true or false if the value...

Linked on 2015-07-21 16:47:45 | Similar Links