7 ms·
Looking at the source[1], it does actually seem to be written in javascript. [1] https://github.com/larryng/coffeescript-repl/blob/master/js/main.js https://gi
by mthq 14y ago
Looking at the source[1], it does actually seem to be written in javascript.
[1] https://github.com/larryng/coffeescript-repl/blob/master/js/main.js https://github.com/larryng/coffeescript-repl/blob/master/js/...
- franze 14y agoyou are right, does not look like coffee-compiled-js. schräg. ("schräg" is german for "strange, baffling")
- larryng 14y agoWell, one of the reasons why I wrote the REPL was to learn CoffeeScript. However, I soon realized my JavaScript knowledge was lacking, so I decided to write the REPL in JavaScript to learn/practice. Porting the REPL to CoffeeScript will be Phase 2.