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.

Is Lisp just too hard?

15 pointsby MikeTaylorabout 15 years ago

4 comments

pavelludiqabout 15 years ago
<i>"And it gets way, way worse once you start writing actual programs as opposed to mere arithmetic expressions."</i><p>I deal with the issue of arithmetic expressions the same way i deal with any other lisp code, i indent properly:<p><pre><code> (+ (* 1.2 (- 2 1/3)) -8.7) </code></pre> now just read it from the deepest level outwards.
评论 #1266412 未加载
评论 #1266368 未加载
mahmudabout 15 years ago
Eli responds to him nicely:<p><a href="http://reprog.wordpress.com/2010/04/14/the-long-overdue-serious-attempt-at-lisp-part-2-is-lisp-just-too-hard/#comment-1430" rel="nofollow">http://reprog.wordpress.com/2010/04/14/the-long-overdue-seri...</a>
ww520about 15 years ago
Lisp is not too hard. What I found missing are the standard library, standard threading, standard database interface, etc.
评论 #1267016 未加载
评论 #1266885 未加载
Psyonicabout 15 years ago
Nope.
评论 #1266329 未加载