leafo / moonscript

:crescent_moon: A language that compiles to Lua
https://moonscript.org
3.23k stars 191 forks source link

Any chance we could get a existance operator and a pipe operator #440

Open cosmotek opened 3 years ago

cosmotek commented 3 years ago

Really cool language, I really enjoy writing it... that being said, I would absolutely love to see a nil check/existence operator (maybe ?) and a pipe operator (similar to Elixir |>). If the work was done, is this project open to any feature additions?

Seirdy commented 1 year ago

YueScript extends MoonScript with support for both of these, among other things. It seems to borrow from LiveScript.