Skip to content

Comment on Ask HN: Does Anyone Use Code Folding?

Comments

Code folding is awesome for Lisp. Once a function is working, you rarely have to look at it again. Seeing just the first part, eg: +(defun squared (x) tells just about everything you need to know for reference. If not, the documentation string can easily start on that line, too.

Of course a fold that pops up the documentation string on mouse-over would be the cream on top.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.