Hacker News new | ask | show | jobs
by taeric 4108 days ago
Right, my point is that is less dependent on "everything is an expression" and more that "everything is a list." Right?
1 comments

And my point is that everything isn't a list, but it is data. Macros are functions that take data, and return data. Their most common usage is that that they take lists and return lists, but that isn't required.
Makes sense. I was actually coming at it from the "everything is in a list" vantage. And can be destructured as such. (Restructured, as well, of course.)