Winding Down Artichoke Ruby
hyperbo.la
Winding Down Artichoke Ruby
1–9 of 9 posts
Re: Winding Down Artichoke Ruby
#2Re: Winding Down Artichoke Ruby
#3Re: Winding Down Artichoke Ruby
#4Re: Winding Down Artichoke Ruby
#5Re: Winding Down Artichoke Ruby
#6The only implementation which is going head on with MRI is JRuby. I've heard from JRuby implementers that keeping the runtime compatible with MRI is an uphill battle. I don't know if AI can help this cause.
Also keeping compatible with MRI have been made significantly easier by Prism, the new parser that is shared by all implementations.
Re: Winding Down Artichoke Ruby
#7The only implementation which is going head on with MRI is JRuby. I've heard from JRuby implementers that keeping the runtime compatible with MRI is an uphill battle. I don't know if AI can help this cause.
TruffleRuby is pretty close too, if anything it’s even a bit more compatible because it’s able to run native extensions. Also keeping compatible with MRI have been made significantly easier by Prism, the new parser that is shared by all implementations.
Re: Winding Down Artichoke Ruby
#8Just me, or are OpenAI and Anthropic basically hiring all the smart developers, like the Google of old? If you're making something like this, very likely that you're working for either OAI or Anthropic.
This makes the acquihires of Bun and Astral make a lot more sense. A Rust / Zig company attracts a special kind of crowd, and dev tools are notoriously hard to sell, so any exit is a good exit for them. I wouldn't be surprised if Zed or maybe Tigerbeetle were next (though the latter has a much clearer pathway to true commercial success).
Re: Winding Down Artichoke Ruby
#9Earlier quoted context omitted.
TruffleRuby is pretty close too, if anything it’s even a bit more compatible because it’s able to run native extensions. Also keeping compatible with MRI have been made significantly easier by Prism, the new parser that is shared by all implementations.
Thanks for the clarification. I thought Prism is still in beta. Maybe I'm wrong