gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.32k stars 156 forks source link

Where is macros documentation? #981

Closed askucher closed 7 years ago

askucher commented 7 years ago

I cannot find it on the livescript.net

vendethiel commented 7 years ago

There are no macros in livescript. If you're talking about compiler hooks, they're totally different.

askucher commented 7 years ago

Are you going to improve this language?

vendethiel commented 7 years ago

Who, me? I left the team last year

rhendric commented 7 years ago

What ven said. As for improving the language, I will happily review well-tested pull requests that don't disrupt existing users, although I would want some community consensus before merging a major feature such as macros. But you should probably be prepared for the evolution of LiveScript to be slow, given recent activity. Personally, I don't intend to develop more features for LiveScript (though I may come in and fix a bug now and again), and I'm not aware of anyone else who does.