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.
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.