Hacker News new | ask | show | jobs
by kogir 3771 days ago
Looks fine to me, though I tend to write my lisp narrower and taller. Part of that is breaking long argument lists out onto multiple lines with proper indentation.

Here's some Racket code in DrRacket: http://i.imgur.com/GKveHtl.jpg

You get used to it pretty quickly, and good editors will provide paren matching and completion.