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.

Lisp for the Web - Tutorial

69 pointsby _grrrover 14 years ago

4 comments

gregwebsover 14 years ago
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 未加载
xarchover 14 years ago
It's interesting, though quite old (I think Hunchentoot's API changed since the article was published).
Leynosover 14 years ago
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.
bergieover 14 years ago
The interesting thing seems to be that he is achieving framework-like productivity by using mere libraries. That shows some power.