Calvin Rose
|
567c4b94ba
|
Update doc for qq.
|
2018-11-30 02:05:03 -05:00 |
|
Calvin Rose
|
52c919d96f
|
Add qq (, uq and uqs) for a quasiquote macro.
quasiquoting is not (yet) supported as a special
form and has no syntactic sugar.
|
2018-11-30 01:58:52 -05:00 |
|
Calvin Rose
|
7dbad20150
|
Update core and some examples to use the new
syntax.
|
2018-11-29 14:03:45 -05:00 |
|
Calvin Rose
|
b0c45fd15e
|
Multisyms for easier access into structures.
|
2018-11-29 13:30:59 -05:00 |
|
Calvin Rose
|
b34e9a275c
|
Update whitespace issue.
|
2018-11-28 16:38:48 -05:00 |
|
Calvin Rose
|
776b256ff7
|
Remove each command (prefer explicit looping).
|
2018-11-27 01:42:41 -05:00 |
|
Calvin Rose
|
ea4465f58e
|
Updare examples. Delete ugly iterator example.
|
2018-11-26 22:09:12 -05:00 |
|
Calvin Rose
|
f860b950fc
|
Fix pointer incorrect pointer manipulation that happened
to work on a x86-64
|
2018-11-26 18:01:50 -05:00 |
|
Calvin Rose
|
3c9aae3a63
|
Add pretty printing support for classes.
|
2018-11-26 09:21:24 -05:00 |
|
Calvin Rose
|
8bfea73ee7
|
Fix web build again, simplify fibers and fiber
implementation code.
|
2018-11-26 09:03:26 -05:00 |
|
Calvin Rose
|
b2a1a4ec9b
|
Add classes to core library.
|
2018-11-25 15:58:50 -05:00 |
|
Calvin Rose
|
d4ee760b3e
|
Change format for declaring flexible arity functions.
|
2018-11-25 14:03:00 -05:00 |
|
Calvin Rose
|
5b3fc3d2cc
|
Fix multiple predicates in loop macro.
|
2018-11-23 23:17:45 -05:00 |
|
Calvin Rose
|
d791077e25
|
Fix abstract? function.
|
2018-11-23 15:33:49 -05:00 |
|
Calvin Rose
|
184fe31e0c
|
Add generator expressions for easier iteration.
Similar to python generator, but with the same
syntax as the loop macro.
|
2018-11-20 21:48:06 -05:00 |
|
Calvin Rose
|
1e87b01e02
|
Update makefile.
|
2018-11-19 15:33:19 -05:00 |
|
Calvin Rose
|
4e689c2279
|
Add table test. Add :repeat to loop macro.
|
2018-11-19 14:49:10 -05:00 |
|
Calvin Rose
|
a7860f1dd1
|
Update pretty printer to remove values
from seen table.
|
2018-11-19 09:57:24 -05:00 |
|
Calvin Rose
|
8520d3f6cb
|
Update pretty printer.
|
2018-11-19 02:41:52 -05:00 |
|
Calvin Rose
|
71e1584e72
|
Update loop macro and replace pretty printer
with C implementation.
|
2018-11-19 02:15:21 -05:00 |
|
Calvin Rose
|
1532697b37
|
Revise 32 bit nanbox implementation.
|
2018-11-18 16:43:43 -05:00 |
|
Calvin Rose
|
eb314ae903
|
Remove more casts.
|
2018-11-18 14:26:52 -05:00 |
|
Calvin Rose
|
4c4eff9390
|
Replace cast with type pun.
|
2018-11-18 14:17:50 -05:00 |
|
Calvin Rose
|
7ff74c8ac9
|
Add more documentation to the loop macro.
|
2018-11-18 09:55:31 -05:00 |
|
Calvin Rose
|
13d43eb09d
|
Update parser documentation.
|
2018-11-17 11:59:26 -05:00 |
|
Calvin Rose
|
fcbd24cedc
|
Add lots of documentation for all functions.
|
2018-11-16 16:24:10 -05:00 |
|
Calvin Rose
|
b20cbdfde6
|
Add os module documentation. Fix some fiber documentation.
|
2018-11-16 02:34:50 -05:00 |
|
Calvin Rose
|
945b72468c
|
Add a lot of documentation for functions.
|
2018-11-16 02:09:38 -05:00 |
|
Calvin Rose
|
d186aae1f8
|
Fix macroexpand function in core.
|
2018-11-15 18:28:55 -05:00 |
|
Calvin Rose
|
4d119e4e03
|
Begin adding more complete documentation.
|
2018-11-15 15:45:41 -05:00 |
|
Calvin Rose
|
d603e0eb8d
|
Fix interleave
|
2018-11-07 22:56:26 -05:00 |
|
Calvin Rose
|
3ba49ed111
|
Update core library.
|
2018-11-07 22:52:49 -05:00 |
|
Calvin Rose
|
2a127af1ca
|
A few fixes to things like macro expand, etc.
|
2018-11-07 22:27:06 -05:00 |
|
Calvin Rose
|
ecb9196e7b
|
Fix cfunctions not printing with whole name im some cases.
|
2018-10-22 01:28:39 -04:00 |
|
Calvin Rose
|
92202e1c8b
|
Add invert and simplify
env-lookups to env-lookup
|
2018-10-21 11:46:36 -04:00 |
|
Calvin Rose
|
98f2c6feab
|
Add lookups for marshalling and unmarshalling.
Allow generating lookup tables from the current environment.
|
2018-10-21 01:35:07 -04:00 |
|
Calvin Rose
|
c1923c5ada
|
Web assembly build with emscripten.
|
2018-10-16 23:08:26 -04:00 |
|
Calvin Rose
|
ba82290bae
|
Fix memory leaks in marsh.c - missing frees.
|
2018-10-04 17:33:44 -04:00 |
|
Calvin Rose
|
f41dab8f6c
|
Fix error in string.replace-all
|
2018-09-29 20:01:57 -04:00 |
|
Calvin Rose
|
e963672977
|
Make the assembler optional during compilation.
|
2018-09-29 10:58:57 -04:00 |
|
Calvin Rose
|
9b579c9ce6
|
Merge code back from correctgc.
|
2018-09-23 17:53:55 -04:00 |
|
Calvin Rose
|
a92893482b
|
Merge branch 'correctgc'
|
2018-09-23 17:46:49 -04:00 |
|
Calvin Rose
|
5f7c213c7b
|
Simpler changes to GC that don't kill performance as badly.
|
2018-09-23 17:46:11 -04:00 |
|
Calvin Rose
|
f5372dd188
|
Allow use of stack in gc.
|
2018-09-23 17:35:44 -04:00 |
|
Calvin Rose
|
f0553e9da7
|
Fix use of gettime
|
2018-09-22 21:50:43 -04:00 |
|
Calvin Rose
|
7131379021
|
Update for old osx versions.
|
2018-09-22 21:46:50 -04:00 |
|
Calvin Rose
|
d9752a9028
|
Garbage collection no longer blows stack.
|
2018-09-22 14:59:50 -04:00 |
|
Calvin Rose
|
16ac7ba1a1
|
Def and var evaluate to useful values.
|
2018-09-21 14:09:38 -04:00 |
|
Calvin Rose
|
7b9aedc53b
|
I have no memory of this.
|
2018-09-17 19:14:02 -04:00 |
|
Calvin Rose
|
361a2d5626
|
Update stuff.
|
2018-09-12 11:51:23 -04:00 |
|