Hacker News new | ask | show | jobs
by int_19h 547 days ago
Isn't this kind of thing exactly why Lisp was so popular for symbolic computation historically?
1 comments

Lisp-like languages with their S-expression syntax (or lave of same) makes this very easy to do at least.

Abstract interpretation is super easy to implement over Lisp-like languages IMO.