Hacker News new | ask | show | jobs
by mst 1758 days ago
Could you macro up an alias if you wanted to?
1 comments

You could change the language grammar through the preprocessor to accept "let" as an alias for "local". But I recommend people get used to Lua syntax because the metaprogramming will be done in Lua anyway, thus both programming and metaprogramming contexts have similar syntax.