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.

How To Get Started With Lisp

24 pointsby m3mb3rover 14 years ago

3 comments

mahmudover 14 years ago
Meh, this is pure pandering and whoring for eye-balls. RWW finally discovered that "Lisp" is an easy ticket to front-page, pretty much anywhere.
aberkowitzover 14 years ago
While I have not yet finished Dr Conrad Barski's "Land of Lisp", I would highly recommend it to anyone interested in an introductory book as I am really enjoying it.
评论 #2015498 未加载
评论 #2015302 未加载
ohyesover 14 years ago
As someone who programs common lisp daily, I kind of hate scheme. (As an aside, I've had the enlightenment thing a couple of times, also, and it hasn't caused me to quit my job and write viaweb. (It did make me a better lover, however; YMMV)).<p>Not that it is a terrible idea to start with scheme or Clojure, but scheme seems too pure (I like a REAL macro the same way I like a woman who knows what she wants...).<p>Clojure was too much Java last time I checked (Stack-trace of doom! Where is my continuable error? God! My eyes! (awesome otherwise, let me know when this has been fixed)).<p>Anyway, the point being, these all seem to be scheme links, and I've never gotten anything done in scheme other than admiring how fucking beautiful it is (seriously, great trellises).<p>Here's my guide: 1.) install linux 2.) get sbcl 3.) get emacs and slime. add something like this to your .emacs (defun sbcl () (show-paren-mode) (setq inferior-lisp-program "sbcl") (add-to-list 'load-path "~/emacs/slime") (require 'slime) (slime-setup)) (sbcl)<p>4.) Maybe get/install Quicklisp.<p>5.) Hack hack hack. Just be stupidly prolific in your spare cycles. Impress your friends, classmates, coworkers, etc. They'll be confused as fuck about the syntax, but you'll know it is no different from any other syntax. (Also you will program fast as hell, you will be the Mercury to their Hephaestus)<p>6.) Make a modest salary.
评论 #2015247 未加载