Y
Hacker News
new
|
ask
|
show
|
jobs
by
lern_too_spel
197 days ago
How about the fact that Ruby makes immutability difficult, and Hash does not copy keys on write and read? Almost every program uses a hash table, and Ruby makes them especially dangerous.
1 comments
Lio
197 days ago
At least we have new features for immutability as part of Ractors.
e.g. Ractor.make_shareable(data)
link
e.g. Ractor.make_shareable(data)