Hacker News new | ask | show | jobs
by spaethnl 2209 days ago
When I was looking into this months ago I had the same concern. I've read about how common lisp packages tend to become "finished" and not updated after a while, but that doesn't intuitively make sense to me for a package like this that has an external moving target.

How much has JavaScript changed since the last update of ParenScript? How many new language features, that might add real benefit, are not accounted for?

Maybe the answer is that the new features are unnecessary to parenscript, I genuinely don't know, but it would be nice to at least see discussion/acknowledgment of this featured somewhere prominently.

2 comments

A code generator to JS should produce code that will work flawlessly in a decade-old browser. One of the benefits of working in such a thing in the first place is to be isolated from the churning toilet bowl, and some of the value of that is negated if the project lets itself be churned.
Stability is a feature not a bug.