Commit graph

30 commits

Author SHA1 Message Date
Alex Shinn
f9686315d9 typo in make-rectangular 2011-09-05 23:36:52 +09:00
Alex Shinn
5d92523bf4 fixes from doug currie when complex support not compiled in 2011-09-03 14:58:30 +09:00
Alex Shinn
0ebd1216cc flushing out trig functions for complex numbers 2011-08-02 08:36:31 +09:00
Alex Shinn
366c88bce1 fixing exact?, inexact? and numeric predicates when complex numbers are present 2011-08-01 08:20:44 +09:00
Alex Shinn
f5e07050ef initial complex number support 2011-07-31 21:39:31 +09:00
Alex Shinn
6202f9c1ff initial exact ratio support 2011-07-31 17:34:52 +09:00
Alex Shinn
eae82d1f27 adding simplistic procedure-level profiler 2011-07-03 20:33:50 +09:00
Alex Shinn
e738a59989 changing SRFI-1 any to return the result of the pred
was previously returning the args as in find (thanks kiyokap)
2011-06-29 23:37:23 +09:00
Alex Shinn
ad30b48a9f grudingly supporting MV continuations 2011-05-25 23:29:30 +09:00
Alex Shinn
987b6d98fb fixing syntactic-closure free-variable references for wrapped expressions
(also renaming %env-copy! to %import)
2011-05-21 16:42:02 -07:00
Alex Shinn
24631a8cf2 moving generalized every/any from srfi-1 to init 2011-05-18 01:03:16 -07:00
Alex Shinn
557386cedf fixing break in cut introduced by syntax-rules tweak 2011-04-27 10:59:14 +09:00
Alex Shinn
c5126fb2b0 adding optional strict top-level matching for syntax-rules literals 2011-04-25 23:29:30 +09:00
Alex Shinn
c80d1daf8c fixing syntax-rules expansions for literal #f templates 2011-04-19 22:54:23 +09:00
Alex Shinn
63c7151499 removing commented out code 2011-04-03 23:22:29 +09:00
Alex Shinn
0f9a23f94f -e/-p options in main had a long-standing stupid gc bug 2011-04-03 22:15:48 +09:00
Alex Shinn
3b14c5ae7b adding syntax-error, guard, distinguishing (non-)continuable exceptions 2011-03-28 22:09:13 +09:00
Alex Shinn
5cf04597c1 adding exact-integer? and exact-integer-sqrt 2011-03-21 15:47:01 +09:00
Alex Shinn
3e5c928548 adding letrec* 2011-03-21 15:38:09 +09:00
Alex Shinn
0a9bff353f adding syntax-error 2011-03-21 15:35:16 +09:00
Alex Shinn
321bc8df56 adding string-map & string-for-each, optimizing list->string & string->list 2011-03-21 15:23:53 +09:00
Alex Shinn
017548cc46 adding string cursors, optimizing in-string(-reverse) loops 2011-03-21 14:57:52 +09:00
Alex Shinn
4722703d64 fixing binding for ellipsis patterns with dotted tails 2011-03-08 21:48:41 +09:00
Alex Shinn
1831d33b26 s/ellipse/ellipsis/g 2011-03-08 21:29:27 +09:00
Alex Shinn
9b8126cfc3 dotted ellipsis no longer invalid 2011-03-08 21:26:49 +09:00
Alex Shinn
205008d7ce empty applications are now a syntax error 2011-03-08 11:38:22 +00:00
Alex Shinn
92cae4e8b8 Fixing ellipsis escapes in syntax-rules templates. 2011-03-02 00:33:24 +09:00
Alex Shinn
d7c6275b07 fixing naming conflicts arising from nested syntax-rules ellpisis 2011-02-22 22:32:55 +09:00
Alex Shinn
2c036c7e7a adding experimental auto-force capability 2011-01-11 22:54:23 +09:00
Alex Shinn
695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00