Hacker News new | ask | show | jobs
by bensummers 6059 days ago
I looked at the code. I don't think that'd work.

As for using Javascript from Ruby, it might be quite nice as a language to let your users write extensions and plugins. It's a language where the implementations all have an emphasis on sandboxing.

1 comments

Why not? I mean, rhino has methodNotFound-like thing, so you certainly can.
I meant I looked at the Snarl code, and it wasn't implemented there.

But you are right, it is technically possible.