Hacker Newsnew | past | comments | ask | show | jobs | submit | twjerh34234's commentslogin

LISPer looks at this and rolls his eyes. Pfft. Muggles.


I view this as a highly accurate response from LISPers.


I’m a lisper and i did roll my eyes :D


Anything substantive to contribute or just condescension?


> In spite of its lack of popularity, LISP (now "Lisp" or sometimes "Arc") remains an influential language in "key algorithmic techniques such as recursion and condescension"[1]

1: https://web.archive.org/web/20220422061858/https://james-iry...


Neither LISP nor Prolog can be feasibly extended to enable development for large scale parallel computers. Erlang and Rust are true Fifth Generation Programming Languages, everything else might just as well be a purely amateurish effort.


Apart from *Lisp (https://www.mirrorservice.org/sites/www.bitsavers.org/pdf/th...), BaLinda Lisp (https://www.sciencedirect.com/science/article/abs/pii/S00960...) and probably quite a few others I'm unaware of.

Lisp as a language is particularly well suited for parallelization, e.g. function arguments can be evaluated in parallel, and functions can be mapped in parallel over lists. This would be MIMD parallelization.


Lisp isn't semantically different from other languages, only syntactically - sure things are expressed as `map` instead of a for loop[0], but what's important is the memory layout of your data and whether or not it'd actually be faster to parallelize it, rather than if you can force it to work that way. So as long as the program works the same way it still can't/shouldn't be parallelized.

[0] except when Lisp programmers brag about how cool their complicated `loop` macro is


I take it that you're unaware that there are already Lisps running on Erlang, like LFE [0]?

[0] https://lfe.io/


Sssh, this is clearly a religious flamewar -- don't go inserting facts into it!


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

Search: