Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragonwriter
3384 days ago
Lisps tend to be because of dynamic typing and macros; s-expressions themselves don't seem to add any particular difficulty.
1 comments
fiddlerwoaroof
3383 days ago
Common Lisp via slime has quite good autocomplete because it extracts the information from a running system and doesn't have to infer it from the source code.
link