Commit graph

10 commits

Author SHA1 Message Date
ESL
87d3ed5c7b v0.5.1: fixes/improvements (issues #6,7,8,9,10,11)
#11: extend flonum->string to support optional precision arg to support SRFI-48; improve flonum printing accordingly
#10: bug: (floor-quotient 1 -1) actual: -2 expected: -1
#9: immediate-hash should hash flonums even if they are boxed
#8: string-append and vector-append with 1 arg must copy the arg
#7: stop advertising built-in support for SRFI-48, allowing full external implementation
#6: expt should fall back to flonums on fixnum range overflow
2025-02-02 18:29:29 -05:00
ESL
8a3963ddb1 qq extension `(,@3) => 3; cond-expand fix 2024-12-29 18:04:33 -05:00
ESL
36c26cea58 expander fixes, -l/--load cl option 2024-11-26 22:38:54 -05:00
ESL
0336adcff9 exact-closed feature removed; cleanup 2024-07-28 15:59:05 -04:00
ESL
a5dd8c87c8 xform => xpand; program/export forms dropped 2024-07-25 22:42:15 -04:00
ESL
62fed2125b extra syntax-rules template escapes 2024-07-25 18:46:13 -04:00
ESL
3ac77eafab case-folding read and string->symbol in (scheme r5rs) 2024-07-24 20:09:51 -04:00
ESL
eb61384689 bodies in COND, CASE, WHEN, UNLESS, DO, GUARD 2024-07-24 18:39:51 -04:00
ESL
951f725b68 (current-directory) added; ksf2c started 2024-07-22 19:22:27 -04:00
ESL
ed1bf655e3 pre directory (former src); new scripts 2024-07-21 23:00:01 -04:00
Renamed from src/s.scm (Browse further)