Comment on Kcats: A Powerful, Beginner-Friendly, Stack-Based Programming Language

<- View Parent
skyrod2@programming.dev ⁨9⁩ ⁨months⁩ ago

Yes, exactly this - the language itself does not care about any symbols other than quotation marks. I admit I should have included the string delimiter ", I’ll update that.

It’s true that there are some standard library function names that have symbols in them, but the names are not part of the core language, you could easily alias them to something else and it would work just fine. In fact you could alias every function name to emoji if you want, the language doesn’t care. That was my point about lack of symbols.

source
Sort:hotnewtop