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.31k stars 156 forks source link

How to convert from JavaScript code to LiveScript? #1124

Open lulunac27a opened 6 months ago

lulunac27a commented 6 months ago

I'm looking to convert the JavaScript code to LiveScript, how can I do this? I've found the only tool that converts from JavaScript to LiveScript: js2ls.org, but this repository has not maintained for years and the js2ls.org domain is not found.