←back to thread

141 points winkywooster | 1 comments | | HN request time: 0s | source
Show context
munchler[dead post] ◴[] No.40217609[source]
[flagged]
yayitswei ◴[] No.40218948[source]
Are you a lisper?

The article is mostly about the power of a lisp dialect. It's kind of "in the tradition" of lisp to write about it in glowing terms. I myself was inspired to learn a lisp after reading several of these types of essays.

replies(1): >>40219146 #
chii ◴[] No.40219146[source]
the real question/point is whether it delivers.

It's just that there's a lot of empirical evidence that these grandiose praise is just praise, but not a lot of shipped software, compared to the 'worse is better' languages such as php, javascript or c.

However, this might be due to the fact that in order to write something in lisp, the author has to be pretty clever, but in order to crap out something in php, you don't need very much cleverness and just need grit/effort. And there are many more people who are not clever, but has grit and effort.

replies(2): >>40219284 #>>40219482 #
bachmeier ◴[] No.40219284[source]
> not a lot of shipped software, compared to the 'worse is better' languages such as php, javascript or c

Quantity of "shipped software" depends on many factors. Quality of the language is pretty far down the list. Take Javascript. It's usage numbers might have something to do with it being available in every browser on the planet.

replies(1): >>40219698 #
1. chii ◴[] No.40219698[source]
> It's usage numbers might have something to do with it being available in every browser on the planet.

but clojurescript is available, so if clojure is truly as superior as javascript, it would make a lot of sense to use this. And indeed there are apps that do, but overwhelmingly more apps just use plain javascript. But when typescript came along, a lot of people switched to it. So it cannot be just merely compiler/build friction imho.