A PDF or a single-page HTML of the Macrological Fascicle #213
Labels
No labels
Batteries
Cleanup
Consent Docket
Environments
Foundations
Macrological Fascicle
Meta
Multiple proposals exist
Pie-in-the-sky ideas
Problems without solutions
Public Comment
Publications
Question
R6RS Compatibility
Resolution in draft
Specification exists
SRFI/RnRS spec exists
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: scheme/r7rs#213
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How do I build $SUBJ?
I found a pdf, but having a proper way of doing it would have been convenient.
https://public.lockywolf.net/pub/03_shared-files/r7rs-macrological-fascicle.pdf
Hi,
Yes, sorry, the build process is a bit special at the moment, because of the markup language mess that resulted from my early decision to just get on with writing and not worry too much about the bikeshed argument going on in #132.
The dependencies will be installed by
default.nix
, then you need to runguile --r7rs -L './lib'
inside that Nix shell, import(r7-fascicle)
, and call(render-fascicle (open-input-file "fascicles/syntax-fascicle.txt") "fascicles/syntax-fascicle.bib")
. That will give you the HTML rendering in thehtml
directory.As I said, this is a total mess, and the good news is it’s definitely not going to be like this permanently. I have a plan to solve the whole markup language and build system disaster – this is all technical debt (positive). We wouldn’t have a macro fascicle today yet if I hadn’t decided to ship the actual content despite the behind-the-scenes mess.
You can have a pre-build PDF in US Letter format here: https://r7rs.org/large/fascicles/macro/1/macro-fascicle-letter.pdf