问题描述
与许多其他有兴趣学习Lisp的人一样,我觉得可用的资源对初学者来说并不是最好的,最终可以防止许多新人学习。你觉得它可以创建某种社区,一个网站,论坛或某些东西,为Lisp用户提供良好的(如质量)资源/教程,可能翻译成几个成语?那样,没有必要的写作教程技能的初学者可以帮助翻译它们。这是一个坏主意,还是可以实现的?给我一些反馈或火焰我:D有两种流行的Lisp - Common Lisp和Scheme方言。这两本书都有很好的书籍/教程和在线免费实施。初学者可以从Scheme简单开始。一些学习资源计划:
免费图书:
- 。 (pdf)
- 。 li>
- 。
在线社区/资源:
- 。
- 。
适合初学者的计划实施是
在线社区/资源为Common Lisp:
热门常见的Lisp实现:,,,
As many other people interested in learning Lisp, I feel the resources available are not the best for beginners and eventually prevent many new people from learning it. Do you feel it could be created some sort of community, with a website, forum or something, that provides good (as in quality) resources/tutorials, for Lisp users, possibly translated to several idioms? That way beginners that don't have the necessary skills for writing tutorials could help translating them. Is it a bad idea or is it something that could be accomplished? Give me some feedback or flame me :D
There are two popular dialects of Lisp - Common Lisp and Scheme. Both have excellent books/tutorials and implementations available online for free. Beginners can start with Scheme which is simpler. Some resources for learning Scheme:
Free Books:
- Teach Yourself Scheme in Fixnum days. (pdf)
- The Scheme Programming Language.
- Structure and Interpretation of Computer Programs.
- How To Design Programs
Online communities/resources:
- The latest Scheme standard.
- Scheme Cookbook.
- Scheme Requests for Implementation
- Scheme Related Research
- http://www.schemers.org/
- http://groups.csail.mit.edu/mac/projects/scheme/
A Scheme implementation suitable for beginners is PLT Scheme.
Free Books to learn Common Lisp:
- Practical Common Lisp
- On Lisp
- Common Lisp HyperSpec (Reference)
- Common Lisp: A Gentle Introduction to Symbolic Computation
Online communities/resources for Common Lisp:
Popular Common Lisp implementations: SBCL, CLISP, Clozure CL, Allegro CL
这篇关于Lisp社区 - 质量教程/资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!