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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How long does it take to learn Common Lisp

9 点作者 prtamil将近 14 年前
How long does it take to learn common lisp, to apply your ideas ..., For me it took more than 3 months ..,May be i'm not working hard. Just started reading Commonlisp Code such as CL-ppcre. It seems i have learned nothing ... What about you guys ?

5 条评论

michael_dorfman将近 14 年前
How long is a piece of string?
mark_l_watson将近 14 年前
I can't answer that question. I wrote a Common Lisp book for Springer Verlag in the late 1980s and I don't consider myself to be an expert after years of using CL for work. I am not being modest, it is just that I have worked with Lisper's who were much better than I was.<p>I do enjoy learning and using new programming languages but I learn them a bit at a time by using them in projects.<p>So I would advise you to not force it, choose small projects and start coding. After a few small projects, if you are not having fun, then just choose another language.<p>If you love to program, then learning new languages helps you program in other languages that you already know. As long as you enjoy yourself it is time well spent.
评论 #2732952 未加载
pavelludiq将近 14 年前
Lisp doesn't take any more time to get productive in it, than any other modern language. It takes a bit longer to really get it though. There are a lot of things in Common Lisp that take some time to sink in, because you rarely see them in other languages, like macros, generic functions, conditions, etc. But you don't need to know these things to start using lisp right away.
ajray将近 14 年前
This is a hard (if not impossible) question to answer. It will vary hugely based on a lot of different factors:<p>How many languages do you already know?<p>How long have you been programming?<p>Have you done any functional programming before?<p>Are you familiar with lambda calculus?<p>and the list goes on.
评论 #2731541 未加载
antfarm将近 14 年前
try these: <a href="http://www.gigamonkeys.com/book/" rel="nofollow">http://www.gigamonkeys.com/book/</a> <a href="http://landoflisp.com/" rel="nofollow">http://landoflisp.com/</a>