Scheme Request for Implementation 242, "The CFG Language," by Marc Nieper-Wißkirchen, is now available for discussion.
Its draft and an archive of the ongoing discussion are available at https://srfi.schemers.org/srfi-242/. You can join the discussion of the draft by filling out the subscription form on that page. You can contribute a message to the discussion by sending it to [email protected]. Here's the abstract: This SRFI defines a language to describe control-flow graphs (CFGs) suitable for formulating iterative and recursive algorithms. Using the notion of a CFG term, this language can be seamlessly embedded in the Scheme language. Complex CFG terms can be composed from simple CFG terms. Regards, SRFI Editor
