TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ZS3 - Amazon S3 from Common Lisp

21 点作者 rogercosseboom超过 16 年前

3 条评论

jwr超过 16 年前
I clicked on it, read some of the docs, and thought "cool, this will make it easier for me to use S3 in my CL code". It looks like seriously good stuff, and having written CL-SQS I know it isn't obvious.<p>And then I remembered that I'm learning Clojure and in Clojure I can just load an existing Java library and use it :-)
评论 #493379 未加载
KirinDave超过 16 年前
Maybe it's just me, but every time I see a new common lisp library and I try and get ASDF to give it to me, at least 3 dependencies are inexplicably broken and refuse to work.<p>I was excited about this, but a fresh install of SBCL on Mac OS X 10.5 simply couldn't complete.
评论 #493422 未加载
评论 #493436 未加载
hsmyers大约 16 年前
The tutorial that the article points to is a good beginner's survey on meta-stuff that every project should at least consider before ignoring.<p>As far as ASDF goes, the downloads and dependencies don't give me any problems, it is the loading after install. I keep having to construct sym-links by hand!?