Hacker News new | ask | show | jobs
by lobstrosity420 1196 days ago
Yes, the Rails console runs pry. It is indeed very powerful. My only gripe with it is that when you modify your code, you have to run ‘reload!’ and wait for the entire shebang to rebuild itself. This is opposed to Lisp REPLs where you can send individual expressions into the image with a simple key chord. But again, most of the value is there.

>Market demand forced me out of full time Ruby/Rails and into React/JS/TS land

Same, what a terrible fate we’ve met.

1 comments

I refused to go all into the React/JS/TS and since I had some leverage to choose the tech I chose Elm for the front-end in my new job where I inherited a Java code base (that's now mostly Kotlin).