Hacker News new | ask | show | jobs
by 6ren 5538 days ago
What a bizarre article. Lisp can't represent XML? Garbage collection is obsolete?

> type stuff into the REPL... can't store the code in files that way.

What's the standard solution to this? Serialize everything, and then hand-edit to just keep the things you want? Cut-n-paste the history into a file?

1 comments

> What a bizarre article. Lisp can't represent XML?

This was the point where I thought "This can't be serious." I always found SXML a perfect example of where data and code meet.