Hacker News new | ask | show | jobs
by davecridland 3963 days ago
You'll be glad that someone got the IMAP reference... (Unless you're as niche as I, and were referring to ACAP).
1 comments

Actually, I was thinking of SPKI (my current nominee for 'best idea which failed').

I really do wish that canonical S-expressions had won over XML for data transfer (as opposed to publishing markup): much more readable, incredibly easy to parse, fairly lightweight. Really, nothing wrong with them except for some reason people seem to be allergic to parentheses.

Why is that? Is it that one has to hit shift to type them on a standard keyboard?

It's a platform thing. XML was pushed by SOAP and Java frameworks, while S-expressions were only used by simple software that solved small problems.
True but earlier: it was the HTML replacement that was also a data, description language. It's how I was introduced to it. I remember the tools were ridiculously overpriced: $100-200 for XML editor. Sold as better than SGML, which nobody wanted to even look at. Yet, any use of it for years required expensive 3rd party libs or my own custom PERL scripts. I said "I'll pass..." ;)
> XML was pushed by SOAP and Java frameworks, while S-expressions were only used by simple software that solved small problems.

I'd argue that S-expressions are used by simple software that solves complex problems, but I'm a bit biased