Hacker News new | ask | show | jobs
by why-el 5190 days ago
I am curious, would Ruby be a good fit in this case? With its irb and all.
1 comments

No, Ruby's implementation of it's interactive mode is similar to Python's - not via data structures, but via strings.