1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module
Linus Björnstam 5f60eb6bb5 Add SRFI-171 to guile
This adds SRFI-171 (transducers) to guile.

The two guile-specific additions are powerful transducers which can be
used to generalize transducers like tsegment. They are hard to get
right, but powerful and useful enough to warrant inclusion.

 * doc/ref/srfi-modules.texi: added srfi-171 section
 * module/Makefile.am (SOURCES):
 * module/srfi/srfi-171.scm:
 * module/srfi/srfi-171/meta.scm: Add SRFI-171
 * module/srfi/srfi-171/gnu.scm: Add 2 guile-specific extensions.
 * test-suite/Makefile.am (SCM_TESTS):
 * test-suite/tests/srfi-171.test: Add tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-25 22:44:27 +01:00
..
ice-9 Accept .sld as scheme extensions in r7rs 2020-03-07 16:14:23 +01:00
language 'sort-labels-locally' uses a transient intset. 2020-03-23 22:49:47 +01:00
oop goops: Fix 'instance?' to work on objects that aren't structs. 2018-08-07 12:05:31 +02:00
rnrs rnrs: Export '&assertion' from (rnrs conditions). 2020-01-21 17:56:13 +01:00
scheme Support R7RS define-library 2020-01-12 20:31:47 +01:00
scripts use2dot: Fix incorrect #:autoload binding set leading to unbound variables. 2020-01-20 11:43:28 +01:00
srfi Add SRFI-171 to guile 2020-03-25 22:44:27 +01:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system repl: Add missing bindings in #:autoload spec. 2020-01-20 10:29:52 +01:00
texinfo texinfo: Properly render @acronym in plain text. 2020-01-29 15:19:37 +01:00
web web: Client treats TLS "premature termination" error as EOF. 2020-03-06 23:04:12 +01:00
Makefile.am Add SRFI-171 to guile 2020-03-25 22:44:27 +01:00
rnrs.scm Define top-level bindings for aux syntax: else, =>, _, ... 2019-09-12 21:50:51 +02:00
statprof.scm statprof: Ensure 'call-thunk' is not inlined. 2020-01-23 21:46:28 +01:00
texinfo.scm texinfo: fix @url{@@} parsing 2014-11-09 15:56:33 +00:00