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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Lisp for the Web - Tutorial

69 点作者 _grrr超过 14 年前

4 条评论

gregwebs超过 14 年前
article is from 2008.<p>I do web development professionally in Rails and am doing a side project in Haskell. I would have been done in a fraction of the time in Rails, but I wouldn't have become a better programmer. Unfortunately it doesn't matter that much how great your language is and even if it has some of the basics of web development down well. At the end of the day it is really about how much existing code can be quickly reused.
评论 #1948426 未加载
评论 #1948207 未加载
xarch超过 14 年前
It's interesting, though quite old (I think Hunchentoot's API changed since the article was published).
Leynos超过 14 年前
This actually does a really good job of explaining to me why clisp macros are important. Something that I haven't really been able to absorb from any of the other tutorials I've read. Thanks.
bergie超过 14 年前
The interesting thing seems to be that he is achieving framework-like productivity by using mere libraries. That shows some power.