rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.67k stars 190 forks source link

4.5/call js code from ruby #375

Closed cowboyd closed 8 years ago

cowboyd commented 8 years ago

Turns out that most of these specs "just worked"

ignisf commented 8 years ago

I love it when that happens :)

cowboyd commented 8 years ago

lol. Specs you can just uncomment and they work: feels so good man.

This is actually coming together quite rapidly. There's still a ways to go, but so far it's been very stable. If I can embed Ruby objects and classes and objects into the JS runtime working again, we'll be able to run a bunch of the stress tests that people have submitted over the years.

georgyangelov commented 8 years ago

Nice :)