Fir: A Friendly, Interactive Ruby REPL
nasseri.io
Fir: A Friendly, Interactive Ruby REPL
1–10 of 13 posts
Re: Fir: A Friendly, Interactive Ruby REPL
#2Re: Fir: A Friendly, Interactive Ruby REPL
#3The best interactive environment I've ever used (and still use) is an Emacs buffer with an associated inferior process. The default keybindings for Ruby mode interaction with inferior-ruby are a bit lacking, I have made a couple customisations for myself that can be helpful: https://www.gkayaalp.com/gk.html#orgf0bce87 .
Re: Fir: A Friendly, Interactive Ruby REPL
#4The best interactive environment I've ever used (and still use) is an Emacs buffer with an associated inferior process. The default keybindings for Ruby mode interaction with inferior-ruby are a bit lacking, I have made a couple customisations for myself that can be helpful: https://www.gkayaalp.com/gk.html#orgf0bce87 .
Wow! that's some serious customization to your emacs config and well documented too. impressive.
Re: Fir: A Friendly, Interactive Ruby REPL
#5The best interactive environment I've ever used (and still use) is an Emacs buffer with an associated inferior process. The default keybindings for Ruby mode interaction with inferior-ruby are a bit lacking, I have made a couple customisations for myself that can be helpful: https://www.gkayaalp.com/gk.html#orgf0bce87 .
Re: Fir: A Friendly, Interactive Ruby REPL
#6The best interactive environment I've ever used (and still use) is an Emacs buffer with an associated inferior process. The default keybindings for Ruby mode interaction with inferior-ruby are a bit lacking, I have made a couple customisations for myself that can be helpful: https://www.gkayaalp.com/gk.html#orgf0bce87 .
Very neat. Do your maintain this by hand or generate it with something? (Unrelated but computer program is 'program' even in British spelling).
Re: Fir: A Friendly, Interactive Ruby REPL
#7The best interactive environment I've ever used (and still use) is an Emacs buffer with an associated inferior process. The default keybindings for Ruby mode interaction with inferior-ruby are a bit lacking, I have made a couple customisations for myself that can be helpful: https://www.gkayaalp.com/gk.html#orgf0bce87 .
Very neat. Do your maintain this by hand or generate it with something? (Unrelated but computer program is 'program' even in British spelling).
https://github.com/skx/dotfiles/blob/master/.emacs.d/init.el
That reads and parses the following Markdown file, which contains documentation for humans and indented code-blocks which are executed by Emacs:
https://github.com/skx/dotfiles/blob/master/.emacs.d/init.md
Re: Fir: A Friendly, Interactive Ruby REPL
#8Re: Fir: A Friendly, Interactive Ruby REPL
#9I would love to help. I can try to implement some of the pry features into Fir or work on a Rails integration ala pry-rails.
Re: Fir: A Friendly, Interactive Ruby REPL
#10I tried to use it in Windows and looked like this: https://imgur.com/a/ete0V