Hacker News new | ask | show | jobs
by alexk7 4467 days ago
I'm pretty sure XSLT functional paradigm was intentional.
2 comments

XSLT 2 functional programming was intentional, in XSLT 1 it was more accidentally discovered http://fxsl.sourceforge.net/articles/FuncProg/Functional%20P...
I don't think it's even functional, as it lacks lambdas. It's just pure insane.
It's declarative at any rate. It's verbose but as long as it isn't used like an imperative language, I don't find it ugly.