Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] "Go Considered Harmful"
- Date: Thu, 3 Sep 2020 21:19:35 +0900
- From: "Stephen J. Turnbull" <turnbull.stephen.fw@example.com>
- Subject: Re: [tlug] "Go Considered Harmful"
- References: <24395.55410.359899.75152@turnbull.sk.tsukuba.ac.jp> <CADR0rnf86TcHyrFsTwfPPy-NN_Ucnm4zEasNxkOSH0E_7YxbqQ@mail.gmail.com> <20200831060403.bbisgyntkoqmhtnk@logarithmic.cjs.cynic.net> <24397.4.354556.630827@turnbull.sk.tsukuba.ac.jp> <20200831171027.4d3jbxefkczumgnz@iambic.cynic.net> <24398.34705.508876.43187@turnbull.sk.tsukuba.ac.jp> <20200902032052.c6trw45pkb6gizaz@iambic.cynic.net> <CAFv52OC=9M9Cf2nP_3K6HjbXhavwn1dmsedDwgKL2YLH4GekMA@mail.gmail.com> <20200902054202.qhfw6qbvioknhtnj@iambic.cynic.net> <24400.24150.236422.455217@turnbull.sk.tsukuba.ac.jp> <CAFv52OA2fYLybcEgPL=BBhMae7WqXoc8-9=d1fREY5Hs73TvZg@mail.gmail.com>
Josh Glover writes: > I really prefer Scheme over Common LISP, and my favourite Scheme is > Racket. Is that where you're finding your hygenic macros? Hygienic macros are a Scheme thing. I believe they were introduced in the orginal report on Scheme, and improved in SRFI 72. Basically, traditional macros introduce a form of unmarked dynamic scope (hi Curt!) Hygienic macros are supposed to prevent that by lexically scoping certain variables introduced by the macro. https://srfi.schemers.org/srfi-72/srfi-72.html > Or does elisp have them as well? Emacs Lisp doesn't have them. Common Lisp doesn't have them. Rust has them, apparently, but I don't know how well they conform to Scheme's concept.
- Follow-Ups:
- Re: [tlug] "Go Considered Harmful"
- From: Josh Glover
- References:
- Re: [tlug] "Go Considered Harmful"
- From: Curt J. Sampson
- Re: [tlug] "Go Considered Harmful"
- From: Stephen J. Turnbull
- Re: [tlug] "Go Considered Harmful"
- From: Curt J. Sampson
- Re: [tlug] "Go Considered Harmful"
- From: Josh Glover
- Re: [tlug] "Go Considered Harmful"
- From: Curt J. Sampson
- Re: [tlug] "Go Considered Harmful"
- From: Stephen J. Turnbull
- Re: [tlug] "Go Considered Harmful"
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: [tlug] Constructed state, unit tests and REPLs
- Next by Date: Re: [tlug] "Go Considered Harmful"
- Previous by thread: Re: [tlug] "Go Considered Harmful"
- Next by thread: Re: [tlug] "Go Considered Harmful"
- Index(es):