Search found 1 match
- Tue Nov 04, 2008 12:13 pm
- Forum: newLISP in the real world
- Topic: Simple indenter
- Replies: 1
- Views: 1250
Simple indenter
wrote a simple script to indent lisp code, useful to check syntax and aid comprehension. Comments or improvements most welcome... #!/usr/bin/newlisp ; Simple indenter filter for lisp like code ; ; Usage: newlisp lispindent.lsp <scripttoindent> output] ; or in Vim eg. :%!newlisp lispindent.lsp (set '...