We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here are some recommendations from @weinholt:
(chibi match)
struct-pack
nanopass
packrat
r6rs-pffi
htmlprag
wak-htmlprag
The text was updated successfully, but these errors were encountered:
r6rs-pffi added. Feel free to suggest/send PRs about other libraries.
Sorry, something went wrong.
case* in S7 Scheme: https://cm-gitlab.stanford.edu/bil/s7/-/blob/master/case.scm
case*
We shoud probably have a dedicated section for pattern-matching libraries since there are several popular ones for Scheme.
No branches or pull requests
Here are some recommendations from @weinholt:
(chibi match)
- excellent pattern matching syntax. There are a few R6RS-adaptions here and there, but the original from foof is in Snow and Akku.struct-pack
- tooting my own horn here, but this R6RS library implements pack/unpack for bytevectors. Similar libraries exist in Python and Perl.nanopass
- a compiler frameworkpackrat
- a parser libraryr6rs-pffi
- portable foreign-function interfacehtmlprag
, which is in a few places, e.g.wak-htmlprag
- pragmatic HTML parser and emitterThe text was updated successfully, but these errors were encountered: