Skip to content
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

Please nominate your favorite Scheme libraries #15

Open
lassik opened this issue Jul 4, 2019 · 3 comments
Open

Please nominate your favorite Scheme libraries #15

lassik opened this issue Jul 4, 2019 · 3 comments

Comments

@lassik
Copy link
Member

lassik commented Jul 4, 2019

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 framework
  • packrat - a parser library
  • r6rs-pffi - portable foreign-function interface
  • SRFI 1, 13 and 115 for lists, strings, and regex.
  • htmlprag, which is in a few places, e.g. wak-htmlprag - pragmatic HTML parser and emitter
@lassik
Copy link
Member Author

lassik commented Jul 22, 2019

r6rs-pffi added. Feel free to suggest/send PRs about other libraries.

@da-liii
Copy link

da-liii commented Aug 21, 2024

case* in S7 Scheme: https://cm-gitlab.stanford.edu/bil/s7/-/blob/master/case.scm

@lassik
Copy link
Member Author

lassik commented Aug 21, 2024

We shoud probably have a dedicated section for pattern-matching libraries since there are several popular ones for Scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants