Tuesday, May 19, 2020

New top story on Hacker News: Ask HN: Production Lisp in 2020?

Ask HN: Production Lisp in 2020?
7 by dhab | 5 comments on Hacker News.
I have gone through initial chapters of "Practical Common Lisp"[1] and "Loving Common Lisp" [2], and have a bit of intuition on lisp, and the power of macros. Haven't done any projects yet, but was also researching on real issues faced by adopting lisp, and ran into articles about abandoning lisp [3], adopting lisp [4],[5]. Could not find anything more recent; but what they mention in these articles - even the ones that are adopting lisp talk about issues like: * poor ecosystem of libraries - few gems, most other half-baked * poor community coordination * Dependency management limitations with quicklisp And some specific red flags like: * poor support for json[6] * poor support for async * have to restart the server every 20 days because of some memory leak [3] * hack to tune GC [5] If you are using lisp in production for non-trivial cases, do these issues still exist? is there a way you can quantify effort is resolving them, and if yes, what is it? and, finally, if you had to re-do your project, would you chose lisp or something else? [1]: https://ift.tt/wQElXe [2]: https://ift.tt/2ZgAyMR [3]: https://ift.tt/3g1ke8M... [4]: https://ift.tt/2ZhUcs7... [5]: https://ift.tt/2AHAfka... [6]: https://ift.tt/2LEX3mX...

No comments:

Post a Comment