|
|
|
|
|
by tomp
2923 days ago
|
|
Thanks for this! This is by far the most what the fuck language that I've seen in a long while. It displays an astonishing amount of creativity and novel (at least to me) ideas, most of which are probably bad and won't survive for long, but some of them are really cool! Things like "packed loops" for i, j { println(list[i][j]) }
or using `return` as a variable without exiting return = 8
Really cool! |
|
Also found in the Nim language (no affiliation/loyalty, just in case anyone is curious to see an existing use of this)
https://nim-lang.org/0.18.0/tut1.html#procedures-result-vari...