are there any text editors which chroma-code lisp code by nesting depth, something like this
(defun factorial (n)(if (<= n 1)
1
(* n (factorial (- n 1)))))
chroma coding nesting depth
-
- Posts: 406
- Joined: Sat Mar 07, 2009 6:17 pm
- Location: Brazil
- Contact:
Re: chroma coding nesting depth
Your question reminded me of an old Lemonodor post.