Hacker News new | ask | show | jobs
by buf 906 days ago
Am I the only one who never actually types in IRB?

I edit directly inside my code and use tmux's send-to-pane to send my current line(s) to IRB. Ex: https://cln.sh/xXNlf51m

3 comments

Yea im confused. I use IRB all the time to test some one off stuff, and !reload. but im not editing in the IRB or docker container on the proxmox vm for locacl dev.
Same although vim with vim-slime
You're missing out on the real REPL experience if so!