Skip to content

Remove SRFI-143 dependency from egg

Jeremy Steward requested to merge remove-srfi-143 into main

It is vastly slower than (chicken fixnum). I've kept my usage of it the same (by renaming chicken-fixnum procedures) so that if anyone wants to cond-expand into SRFI-143 (e.g. if you're porting transducers to another Scheme) then there should be minimal effort

Merge request reports