• Joined on 2022-09-21
dane pushed to master at dane/scm-to-vm 2025-06-28 10:37:16 -05:00
ab558d9f60 WIP runtime re-write
cc3d576112 Add "if" as alias for "branch"
Compare 2 commits »
dane pushed to master at dane/scm-to-vm 2025-06-24 18:52:08 -05:00
227dcc662e Add meta assembly commands for dealing with variables
bfe6db57b6 Assembler refactor
Compare 2 commits »
dane pushed to master at dane/d- 2025-03-03 09:05:03 -06:00
41b2467b42 Replace amap/afilter/afor-each with alambda, lambda which destructures a pair into two args
dane pushed to master at dane/d- 2025-02-28 14:32:29 -06:00
b40fe9cdec alist map/filter/for-each
dane pushed to master at dane/d- 2025-02-28 14:28:22 -06:00
a2c651c134 alist map/filter/for-each
dane pushed to master at dane/d- 2025-01-30 08:52:14 -06:00
75224b9100 Fix if-let, add when-let
dane pushed to master at dane/d- 2025-01-30 08:38:30 -06:00
4c685b1171 Allow overriding how arrays are built as well
dane pushed to master at dane/d- 2025-01-29 18:09:42 -06:00
4649057e17 okay actually they have to be strings, lets parameterize the acons
dane pushed to master at dane/d- 2025-01-29 15:21:11 -06:00
bd7af0146c Allow non-string json object keys
dane pushed to master at dane/d- 2025-01-29 15:11:43 -06:00
0f04feedcd Include json for build and install
dane pushed to master at dane/d- 2025-01-29 15:07:11 -06:00
337ddf8396 Whitespace cleanup
dane pushed to master at dane/d- 2025-01-29 11:41:44 -06:00
ec07a4e2ea Add json parser
dane pushed to master at dane/d- 2025-01-03 09:27:04 -06:00
1e3191340c Add "conjoin" from chicken scheme
7e00aac988 Dropping when-not (because its unless)
Compare 2 commits »
dane pushed to master at dane/d- 2024-12-16 10:38:10 -06:00
5b69379de1 Add amb and distinct?
dane pushed to master at dane/d- 2024-11-22 09:29:22 -06:00
e209bfe130 Add "upply" (U-shaped apply, names are hard)
dane pushed to master at dane/d- 2024-11-21 23:15:12 -06:00
e6209fa8a4 Add iterate and macro-expand
dane pushed to master at dane/d- 2024-11-21 18:20:05 -06:00
7ba64111ba Add test suite to makefile
dane pushed to master at dane/d- 2024-11-21 18:18:06 -06:00
e310d9ce21 Added test suite tools
dane pushed to master at dane/graphgif 2024-11-19 12:02:26 -06:00
b753c9ee9c More naval gazing
dane pushed to master at dane/graphgif 2024-11-19 11:55:30 -06:00
3eb52aa430 More cleanup, fix things broken in last cleanup