-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distro packaging #2
Comments
Interesting, that's quite early. :) |
What would this mean, exactly? Full versions of the R6RS and R7RS Small PDFs converted to man-page format? |
Well, not quite. Man pages are a very different format from the reports. My process so far has roughly been:
The man page format creates the opportunity to share a lot more information than the brief description in the reports. Here's an example of a rendered manpage: https://gist.github.com/weinholt/9710fb0e9bd4b3e24ca0f1f33cb55537 |
This is wonderful! Thanks for doing it. |
Is there any way to capture the signatures you extract in the process in such a way that we can use them elsewhere? For example, I'm manually extracting signatures from the SRFIs in this document: https://github.com/scheme-requests-for-implementation/srfi-common/blob/master/index/signatures.scm It would be great if your work could be automatically converted into other formats like this. By no means am I asking for you to add work to what must already be a big project. But if it's easy, or if you're already doing something that would make capturing signatures easier, please let me know. |
The signatures are in this script: https://github.com/schemedoc/manpages/blob/master/src/make-templates.scm. They're not all good, the list was extracted mostly automatically using schsigs: https://gitlab.com/weinholt/schjig/-/blob/master/schsigs.scm. It uses |
To get RnRS signatures from the TeX sources: https://github.com/schemedoc/rnrs-metadata Also mostly broken :p But could be fixed without inordinate effort. |
Can the IEEE Scheme standard (or a good enough draft) be read on the internet somewhere? Ideally we'd upload a copy to https://standards.scheme.org/ but if there are copyright restrictions on that, we could link to a copy elsewhere. Currently I just link to IEEE's page where one can buy it, but I don't expect many people to buy a phased-out standard. |
I think students at many universities can access it (that's how I got my copy back in the day) and maybe it's available through that one service that opens up scientific papers, but I'm not sure. |
There is now a |
A Nix package is in the works: https://repology.org/project/scheme-manpages/versions
The text was updated successfully, but these errors were encountered: