Skip to content
/ 8ball Public
forked from mattknox/8ball

a ruby-to-javascript source-to-source transformer.

License

Notifications You must be signed in to change notification settings

jmhodges/8ball

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8ball is a source-to-source compiler from (a subset of) ruby to javascript.  The only javascript engine that it explicitly targets is V8.

It does not intend to support the whole of ruby-example features that probably won't ever be supported include method_missing, call-cc, and *_eval(string).

About

a ruby-to-javascript source-to-source transformer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.5%
  • JavaScript 44.5%