New draft (#2) of SRFI 148: Eager syntax-rules Arthur A. Gleckler 03 Jul 2017 19:51 UTC

I've just published draft #2 of SRFI 148.  It was submitted
by Marc Nieper-Wißkirchen, author of the SRFI.

  <https://srfi.schemers.org/srfi-148/>

Here are Marc's comments on the draft:

  I am following most of John Cowan's suggestions here.

  Also note that the title of this SRFI changed from
  "Composable macro" to "Eager syntax-rules" to follow the
  new terminology.

  Commit Summary

  - fix pattern binding together with the ellipsis
  - Merge remote-tracking branch 'upstream/master'
  - Renamed "composable macro" to "eager macro".
  - Updated sample implementation to new naming/terminology

  File Changes

  M custom-macro-transformers.scm (2)
  M srfi-148.html (829)
  M srfi/148.macros.scm (1112)
  M srfi/148.scm (213)
  M srfi/148.sld (224)
  M srfi/148/test.sld (819)

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-148/compare/ff8bdb577f19eca8f0f5a7498b9fe2ddbaa5e1b6...bd80c8ec4cecf8ec73e0a255d02ca12451b56ce3>

Regards,

SRFI Editor