Show HN: Web-based CoffeeScript REPL/console(larryng.github.com)
larryng.github.com
Show HN: Web-based CoffeeScript REPL/console
http://larryng.github.com/coffeescript-repl/
4 comments
nice, strangely the github repository only shows the .js source, not the .coffee source. makes it hard to fork. (or it was written in js, then this would be a rather strange approach)
Looking at the source[1], it does actually seem to be written in javascript.
[1] https://github.com/larryng/coffeescript-repl/blob/master/js/...
[1] https://github.com/larryng/coffeescript-repl/blob/master/js/...
you are right, does not look like coffee-compiled-js. schräg. ("schräg" is german for "strange, baffling")
Well, 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.
Porting the REPL to CoffeeScript will be Phase 2.