Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Honestly, you'd be surprised how far you can get with simply cut and paste and readline history in a terminal window.

In the past, I've got quite far with two simple functions:

(define (e) (system "vi test.scm")) (define (l) (load "test.scm"))

and just rinse and repeat using those.

Don't let tooling get in your way.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: