Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.lisp > #60861
| From | Mario Rosell <mario@mariorosell.es> |
|---|---|
| Newsgroups | comp.lang.lisp |
| Subject | implementing scheme - implementing macros |
| Date | 2026-06-12 21:15 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <110hst1$2gjgb$1@dont-email.me> (permalink) |
[ Repost from Reddit. r/lisp: https://t.ly/Fldzk ] Hello everyone. I am making a Scheme R5RS implementation and it is going pretty well. I am trying implement macros, and don't really know how to implement them. Scheme has a pretty complex macro system, so for now I am trying to implement defmacro and then implement define-syntax, syntax-case, etc. Any tips? Thanks in advance. -- - mario
Back to comp.lang.lisp | Previous | Next — Next in thread | Find similar | Unroll thread
implementing scheme - implementing macros Mario Rosell <mario@mariorosell.es> - 2026-06-12 21:15 +0000
Re: implementing scheme - implementing macros steve g <Sgonedes1977@gmail.com> - 2026-06-16 21:50 -0400
Re: implementing scheme - implementing macros Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-06-17 03:14 +0000
Re: implementing scheme - implementing macros Paul Rubin <no.email@nospam.invalid> - 2026-06-16 21:45 -0700
Re: implementing scheme - implementing macros steve g <Sgonedes1977@gmail.com> - 2026-06-19 23:15 -0400
Re: implementing scheme - implementing macros antispam@fricas.org (Waldek Hebisch) - 2026-06-17 14:26 +0000
Re: implementing scheme - implementing macros Kaz Kylheku <046-301-5902@kylheku.com> - 2026-06-23 20:59 +0000
Re: implementing scheme - implementing macros Stefan Monnier <monnier@iro.umontreal.ca> - 2026-06-25 10:59 -0400
csiph-web