Hacker News new | past | comments | ask | show | jobs | submit login

I found Clojurescript https://clojurescript.org/ to have a better ecosystem than parenscript.



You don't need an ecosystem with lisp. That's been both the reason why it's survived for so long and why it will never be popular.


You don't need an ecosystem with lisp.

Is the implication here that people build on top of ecosystems because they're incapable of implementing things themselves in plain JS, and that lisp will make them capable?

That's not the reality I see as a developer. The team I work with are entirely capable of building all the things we need, but we build on an existing ecosystem of open source code because that way we can do more with the available resources. Ecosystems are as much about efficiency as they are about ability.


The implication is that it is trivially easy to implement what is impossible in other languages in lisp.

So you never have to try and follow the moving target of an ever evolving ecosystem. You just pick a language version and build your own with surprising ease. The amount of time you save from breakages upstream is amazing and something no one talks about.


>Is the implication here that people build on top of ecosystems because they're incapable of implementing things themselves in plain JS, and that lisp will make them capable?

Not exactly, but Lisp (specifically Common Lisp but also other lisps) will make far easier to implement whatever is missing thanks to the various features that enable very quick development, quicker than JS or Python. And interfacing with C code is also easy too. Interfacing with Java libs, even easier (using Armed Bear Common Lisp.)


The problem with ecosystems today is that they lack aesthetic due to leaky abstractions. That Worse is better hasn’t been proven definitively and might never be!!!


There is an ecosystem though https://github.com/CodyReichert/awesome-cl




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: