Live data from Hacker News

Ruby 3.2.0 is from another dimension

tomaszs2.medium.com

1–10 of 341 posts

Re: Ruby 3.2.0 is from another dimension

#8

About the regex speedup, it looks like Ruby 3.2 is now doing this https://swtch.com/~rsc/regexp/regexp1.html

According to their ticket

https://bugs.ruby-lang.org/issues/19104

they are using memoization to defeat regular expression denial of service (ReDoS)

Re: Ruby 3.2.0 is from another dimension

#9
post #7
post #5

What's status of static typing checking ?

Sorbet[1] is currently the most robust tooling available. It has a few rough edges and limitations but it otherwise works great for 90% of use cases. [1]: https://sorbet.org

Oh lovely, there's this morning wasted :)
Post reply on HN