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.

Problems with Lisp

4 pointsby nickbover 16 years ago

2 comments

gruseomover 16 years ago
<i>In conclusion, I really don't understand what the problem is here.</i><p>I think it's just that this:<p><pre><code> (setf (gethash "foo" *hash*) "OH HAI") </code></pre> is verbose and funny-looking compared to:<p><pre><code> hash["foo"] = "OH HAI"</code></pre>
jrockwayover 16 years ago
Note, most of the discussion is taking place on this duplicate: <a href="http://news.ycombinator.com/item?id=449345" rel="nofollow">http://news.ycombinator.com/item?id=449345</a>