Bartosz
Bartosz
I have proposition for first steps to make LiveScript pluggable and backward compatible to backward incompatible changes. I will try to explain why LiveScript would benefit from plugins, what already...
It would be beneficial to diagnostic tools to expose source location directly on errors eg. ```livescript try livescript.compiler code catch report-error e.message, e.location ``` and even better add second message...
I recently cleaned up my little side project that I made some time ago - proof of concept "implementation" of macros for livescript. It is build as a hack on...
Firstly, hello to everyone. I've just discovered that LiveScript has **match** statement, which isn't properly documented, there are only mentions in changelog and some related issues. I think that two...