JarrettBillingsley / Croc

Croc is an extensible extension language in the vein of Lua, which also wishes it were a standalone language. Also it's fun.
http://www.croc-lang.org
79 stars 12 forks source link

Drop haskell-style function calls #152

Closed JarrettBillingsley closed 9 years ago

JarrettBillingsley commented 9 years ago

The f$ x syntax has never really been useful for much. About the only time I use it is when writing calls to functions that take a "function block", like time.timex, and I have designs there...