Comment by i80and
5 years ago
Oh, rc is a cool shell with a pretty chill codebase to work in! For kicks and giggles I hacked in a bunch of toy features like try...catch and linenoise support to it 5 years ago!
5 years ago
Oh, rc is a cool shell with a pretty chill codebase to work in! For kicks and giggles I hacked in a bunch of toy features like try...catch and linenoise support to it 5 years ago!
Looks nice, will try it out! Local variables in particular is probably the main feature I miss in rc.
Caveat emptor :D I wrote this fresh out of college.
Locals usage is shown in https://github.com/i80and/rcish/blob/master/trip.rc#L600-L61...
I would love to do a from-scratch implementation someday, but alas, time is scarce.