tj / luna

luna programming language - a small, elegant VM implemented in C
2.46k stars 148 forks source link

remove slot space syntax #46

Open tj opened 11 years ago

tj commented 11 years ago

don't think I like it anymore, too much visual ambiguity introduced by whitespace. use . for fields as well (user.name > user name).

sporto commented 11 years ago

+1 dot notation is definitely clearer than spaces