Commit graph

99 commits

Author SHA1 Message Date
Justin Ethier
730434bb14 Added header comment block. 2016-02-14 22:35:04 -05:00
Justin Ethier
18d28ba83f Removed implemented macros 2016-02-13 22:59:15 -05:00
Justin Ethier
57c54fcb74 Added letrec* and guard macros 2016-02-13 21:23:04 -05:00
Justin Ethier
08ead45b5a Added syntax-rules 2016-02-12 22:16:18 -05:00
Justin Ethier
f448245253 Syntax-rules stub 2016-02-13 02:24:05 -05:00
Justin Ethier
c427549c0a Accept multiple list args 2016-02-12 23:51:00 -05:00
Justin Ethier
7aa7a8fefb Allow string-map to accept multiple lists 2016-02-12 23:45:04 -05:00
Justin Ethier
0f8f6c2efe Allow for-each to accept multiple list args 2016-02-12 23:13:58 -05:00
Justin Ethier
73ea931dfa Added:
- recieve
- call-with-values
- map (accepting multiple list arguments)
2016-02-12 22:46:00 -05:00
Justin Ethier
bf185a47e6 TODO: staging for enhanced map/for-each 2016-02-11 22:52:13 -05:00
Justin Ethier
b5962fa8bb Added syntax-error 2016-02-11 23:37:34 -05:00
Justin Ethier
c4cccf16f4 Cleanup 2016-02-06 03:23:00 -05:00
Justin Ethier
fc6647fbb3 Added (record?) 2016-02-06 03:19:36 -05:00
Justin Ethier
9e5c1d963e Added read-string 2016-02-06 03:11:47 -05:00
Justin Ethier
e68c275af4 Added I/O predicates 2016-02-06 02:19:25 -05:00
Justin Ethier
ae4b5fe4c2 Record types are supported now 2016-02-05 23:32:08 -05:00
Justin Ethier
0f610c7fe8 Added TODO for record types 2016-02-05 23:18:37 -05:00
Justin Ethier
558b6adadf Notes 2016-01-29 23:01:22 -05:00
Justin Ethier
3d7ed422db Classifying TODO's 2016-01-29 22:35:37 -05:00
Justin Ethier
fa86dba6f0 Added write-string 2016-01-29 22:01:14 -05:00
Justin Ethier
fb74fa9d14 Cleanup 2016-01-29 23:40:31 -05:00
Justin Ethier
7d0982992c Added eof-object 2016-01-29 23:34:57 -05:00
Justin Ethier
28c3b8d6b6 Organized missing bytevector functions 2016-01-29 23:07:45 -05:00
Justin Ethier
1c3e546be7 Added unless 2016-01-29 22:58:03 -05:00
Justin Ethier
c2db08de46 Progress on integer division 2016-01-29 22:34:07 -05:00
Justin Ethier
1a2994d27b Added square and expt as well as a macro to unbox numbers. 2016-01-28 22:54:33 -05:00
Justin Ethier
7747ca9da2 Placeholders for integer division 2016-01-28 22:38:46 -05:00
Justin Ethier
a0211b229a Added gcd lcm 2016-01-28 23:13:08 -05:00
Justin Ethier
5d0d055aba Added (do) 2016-01-28 23:02:17 -05:00
Justin Ethier
510c5ec2a7 Added exact? inexact? exact-integer? 2016-01-28 22:46:29 -05:00
Justin Ethier
b9e0db08f2 Added a few more functions 2016-01-27 23:00:18 -05:00
Justin Ethier
d405c749ca Added a few missing functions 2016-01-27 22:51:41 -05:00
Justin Ethier
14f42a0b5a Simple version of call-with-values 2016-01-27 22:32:31 -05:00
Justin Ethier
7664b4c1e4 Removing call-with-values for now 2016-01-26 22:36:23 -05:00
Justin Ethier
19ad46697b Added exact and inexact 2016-01-24 22:34:00 -05:00
Justin Ethier
48e88d41a7 Added round, ceil, floor, truncate 2016-01-24 22:24:12 -05:00
Justin Ethier
2019b84149 Removed dead code 2016-01-11 22:39:37 -05:00
Justin Ethier
37672f0b7a Use thread data to hold exception stack 2016-01-11 22:14:53 -05:00
Justin Ethier
82ba3fe18e Rewrote (cond) to not use (begin) 2015-08-25 01:54:33 -04:00
Justin Ethier
fcb25adfc3 Relocated cond-expand to scheme/base 2015-08-21 01:55:39 -04:00
Justin Ethier
026eaa6130 Relocated letrec to scheme/base 2015-08-21 01:43:51 -04:00
Justin Ethier
c79a96bae7 Added letrec stub 2015-08-20 22:14:19 -04:00
Justin Ethier
a228027ac4 Relocated case to scheme/base 2015-08-20 21:31:36 -04:00
Justin Ethier
c694e244c6 Relocated let/let* 2015-08-19 22:10:02 -04:00
Justin Ethier
4c34c318c3 Relocated any/every to base 2015-08-19 21:59:50 -04:00
Justin Ethier
0a1d257a17 Relocated more macros 2015-08-19 21:48:04 -04:00
Justin Ethier
7a6c6a6727 Move quasiquote to scheme/base 2015-08-19 22:03:12 -04:00
Justin Ethier
377db59ab5 Relocate and/or to define-syntax macros 2015-08-18 22:26:17 -04:00
Justin Ethier
1444e89d73 Reverted previous macro migration for now.
Need to stabilize things before macros can relocated to the base library as define-syntax.
2015-08-17 22:05:30 -04:00
Justin Ethier
9b96d13857 WIP - migrating first macros to libraries 2015-08-13 22:53:51 -04:00