TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Quicklisp library bundles

59 pointsby amatheusabout 10 years ago

3 comments

orthecreedenceabout 10 years ago
This is really, really cool for packaging apps up for distribution to non-lisp nerds. Requiring people to install Quicklisp to load an app isn&#x27;t <i>the end of the world</i> but still a chore for people who don&#x27;t live in a REPL.<p>I&#x27;m really happy with how much progress Common Lisp has made since I started programming in it (around 4-5 years now I think). Implementations have all kind of agreed on the lowest common denominator of essential non-standard features: FFI, threading, sockets, etc.<p>It&#x27;s still kind of a fringe language, but as a user, I am happy it&#x27;s making so much progress.<p>Thanks for the work on Quicklisp, Zach =].
mapcarsabout 10 years ago
I wonder if there are any success stories of promoting CL at work in companies that had no previous experience with it, but encourage experimenting and new technologies?
评论 #9460611 未加载
mark_l_watsonabout 10 years ago
That is a good idea! I have it on my schedule to bring out a newer edition of my &quot;Loving Lisp...&quot; book in the next year, and I think I will use this to package the examples, even though installing Quicklisp should be something that any CL developer should do anyway.