Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Bezanson dc62177323 fix part of #53, error check for invalid `set!` location 2019-06-06 19:42:09 -04:00
Jeff Bezanson 41504aa58b fix #24, make `<=` and `>=` work on strings 2016-09-17 14:30:05 -04:00
Jeff Bezanson ff34b09a3c fix a small bug in quasiquote 2015-02-15 17:09:40 -05:00
Jeff Bezanson 3f28e8dc94 fix lack of error when calling builtins with the wrong number of args 2013-08-26 16:55:17 -04:00
Jeff Bezanson 92542d0b78 simpler proxy function for list builtin 2013-06-11 17:58:15 -04:00
Jeff Bezanson a76b29eee8 several minor changes and additions:
- add io.ungetc and string.isutf8
- maintain input order in delete-duplicates
- error for unicode escapes greater than 0x10ffff
- make more builtins constant (use setc instead of set)
- use prog1 in begin0 macro
- array-ref was incorrectly called array-ref! in aliases.scm
- use (void) instead of () in 0-arg C functions
- don't do arithmetic with void*
2013-06-08 19:29:15 -04:00
Jeff Bezanson ee807a2cf3 fix a bug in map
faster delete-duplicates for long lists
2013-02-11 04:48:21 -05:00
Jeff Bezanson 2b34bcfbd3 moving stuff around some more 2012-02-17 17:53:34 -05:00