What does it mean when something is 'on top of' another thing in computing?
Same thing with coffee script / objective-j
11–14 of 14 posts
What does it mean when something is 'on top of' another thing in computing?
Same thing with coffee script / objective-j
is there an associated product or project that this was developed along with? I am curious as to how this is being used
Looks like a cool project, but it would be nice if the docs were a little more complete or there was a try it out feature like on http://jashkenas.github.com/coffee-script/
I have been using a similar project (Red) for a year in production. Here is why we wanted to use it: - Development speed (ruby can be typed so much faster and has a class system) - Packaging system (we want one minified js-file) - Code reuse (we use Ruby in the backend) Here is why we stopped using it in favour of native JS: - Slow runtime (try to read some big JSON in your favourite js-ruby, we had time diffs of 20s…
* HotRuby Runs opcode, compiled by YARV on Ruby inside a web browser or in Flash.
* rb2js Converts Ruby to JavaScript.
* Red Writes like Ruby and runs like JavaScript
* Quby Used for game coding site, not open source.
* Opal Ruby to Javascript compiler.
It seems interesting that nobody has tried to use Rubinius (which tries to implement Ruby in Ruby) to leverage any of these implementations, possibly reusing a JIT mechanism.[1] https://github.com/jashkenas/coffee-script/wiki/List-of-lang...