Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> I'm looking for something beautiful like Ruby but fast like Go.

Have you tried InfraRuby? InfraRuby is a compiler and runtime for statically typed Ruby: http://infraruby.com/blog/why-infraruby



What makes InfraRuby better than Crystal (or vis-versa)?


InfraRuby code runs in Ruby interpreters.


Cool. I assume that makes interop with Ruby easier?


Yes! Ruby language features supported by InfraRuby have the same behavior as Ruby interpreters.

InfraRuby projects are created with rake tasks to run your code with either the InfraRuby runtime or Ruby interpreters. You could implement a file format or protocol in InfraRuby, and use that code in a Ruby project too. You could use Ruby interpreters for development and the InfraRuby runtime for production.

And if you decide that InfraRuby is not for you then you can take your code with you!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: