Show HN: Compile Ruby to C
github.com
Show HN: Compile Ruby to C
1–10 of 110 posts
Re: Show HN: Compile Ruby to C
#2Re: Show HN: Compile Ruby to C
#3For practical use, how does this compare to crystal?
Re: Show HN: Compile Ruby to C
#4Otherwise, I'm excited to try this out. I don't really have any performance-sensitive ruby personal projects, but with time and improvements pushing this to a production-ready state this could be a lifesaver in production for computationally heavy parts of a rails codebase.
Re: Show HN: Compile Ruby to C
#5For practical use, how does this compare to crystal?
Those are probably not for the same use case. Crystal is a whole another language, and you'd have to migrate your whole codebase there. This (in my understanding) is more for compiling certain heavily used functions in your otherwise Ruby codebase to get a quick performance boost.
Re: Show HN: Compile Ruby to C
#6Earlier quoted context omitted.
Those are probably not for the same use case. Crystal is a whole another language, and you'd have to migrate your whole codebase there. This (in my understanding) is more for compiling certain heavily used functions in your otherwise Ruby codebase to get a quick performance boost.
Doesn't the new ruby JIT already do the same thing?
Re: Show HN: Compile Ruby to C
#7Earlier quoted context omitted.
Those are probably not for the same use case. Crystal is a whole another language, and you'd have to migrate your whole codebase there. This (in my understanding) is more for compiling certain heavily used functions in your otherwise Ruby codebase to get a quick performance boost.
Doesn't the new ruby JIT already do the same thing?
Re: Show HN: Compile Ruby to C
#8Earlier quoted context omitted.
Those are probably not for the same use case. Crystal is a whole another language, and you'd have to migrate your whole codebase there. This (in my understanding) is more for compiling certain heavily used functions in your otherwise Ruby codebase to get a quick performance boost.
Doesn't the new ruby JIT already do the same thing?
Re: Show HN: Compile Ruby to C
#9Re: Show HN: Compile Ruby to C
#10I'm sad Ruby has been, or is, left behind by python. There are lots of little reasons but no real big one. I just love ruby. I love little things like 'unless'. I know it's still with us, but still feels a little sad.
Now of course, there exist other simpler frameworks (a la sinatra), but when your posterchild is a thing like Rails, you can't expect people to not be burnt in the long term and still come back.