Hacker News new | ask | show | jobs
by kazinator 358 days ago
From even before Lisp was implemented for the first time, MacCarthy envisioned it as a langauge for symbolic processing: manipulating representations of formulas, exhibiting nesting. So yes, it was actually tree processing, using lists.

When Lisp was implemented for the first time, the evaluation semantics was already expressed as operations on a tree.