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.

Do We Want Lisp Macros?

3 pointsby Paul-Craft6 months ago

2 comments

PaulHoule6 months ago
I enjoyed this book<p><a href="https:&#x2F;&#x2F;www.paulgraham.com&#x2F;onlisp.html" rel="nofollow">https:&#x2F;&#x2F;www.paulgraham.com&#x2F;onlisp.html</a><p>but concluded the real magic was in the functions and macros were the cherry on top. Most of the tricks discussed in that book apply in Python too, and he avoids the kind of macros that deeply transform programs which are the kind of macros most unique to Lisp.
transfire6 months ago
If you need macros, something smells.