StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: built-in identifiers #42

Open LB-- opened 8 years ago

LB-- commented 8 years ago

All built-in identifiers, names, commands, etc. start with a backslash. This allows to arbitrarily add new build-ins over time without affecting existing code, since a user-made name will never clash with a built-in.