Comment on Writing a C compiler in 500 lines of Python (2023)parentComments−vidarh1yWhile my (half finished, buggy) Ruby compiler is definitely a subset, it allows the monkey business. There are ways to do it reasonably, but making it fast gets a lot harder when you do...−nurettin1yBest in Class seems to be JRuby, but it needs a JVM in between.
Comments
While my (half finished, buggy) Ruby compiler is definitely a subset, it allows the monkey business. There are ways to do it reasonably, but making it fast gets a lot harder when you do...
Best in Class seems to be JRuby, but it needs a JVM in between.