Posts

Showing posts from June, 2007

A new Lisp IDE

And then there was cusp! It will probably have better appeal for people who like gui's for their lisp development. http://www.paragent.com/lisp/cusp/cusp.htm

Bash redirect to std error & out to different files

To redirect standard error and output to different files, you can use grouping: % (cat myfile > myout) >& myerror