Hacker News new | ask | show | jobs
by kazinator 699 days ago
> Languages like Lisp are all about planning out the whole program structure (the "Abstract Syntax Tree") upfront

Languages in the Lisp family are good for prototyping and exploratory, interactive programming in situations when you don't know the solution upfront.

Bottom up from small pieces is ancient; it is not a modern technique.