Glee: Difference between revisions

Jump to navigation Jump to search
56 bytes removed ,  06:16, 31 August 2021
no edit summary
No edit summary
No edit summary
Line 31: Line 31:
* The language is evaluated left to right.
* The language is evaluated left to right.
* The general method of looping is via imperative looping constructs (<code>:for</code>, <code>:while</code>, etc.) which take blocks as arguments.
* The general method of looping is via imperative looping constructs (<code>:for</code>, <code>:while</code>, etc.) which take blocks as arguments.
* Operators in Glee can be up to 3 symbols in length. This has not been observed in any other array language.
* Operators in Glee can be up to 3 symbols in length.
* All values in Glee are objects with their own properties(akin to Ruby/Perl). They can be checked using a : suffix.
* All values in Glee are objects with their own properties(akin to Ruby/Perl). They can be checked using a : suffix.
* Glee has numerous reserved words which all start with a <code>#</code>. These provide additional functions and values outside the symbolic primitives included.
* Glee has numerous reserved words which all start with a <code>#</code>. These provide additional functions and values outside the symbolic primitives included.
trusted
69

edits

Navigation menu