Commit Graph

29 Commits

Author SHA1 Message Date
a2c651c134 alist map/filter/for-each 2025-02-28 14:26:08 -06:00
75224b9100 Fix if-let, add when-let 2025-01-30 08:51:07 -06:00
4c685b1171 Allow overriding how arrays are built as well 2025-01-30 08:37:16 -06:00
4649057e17 okay actually they have to be strings, lets parameterize the acons 2025-01-29 18:09:00 -06:00
bd7af0146c Allow non-string json object keys 2025-01-29 15:20:32 -06:00
0f04feedcd Include json for build and install 2025-01-29 15:11:01 -06:00
337ddf8396 Whitespace cleanup 2025-01-29 15:06:20 -06:00
ec07a4e2ea Add json parser 2025-01-29 11:40:40 -06:00
1e3191340c Add "conjoin" from chicken scheme 2025-01-03 09:25:49 -06:00
7e00aac988 Dropping when-not (because its unless) 2025-01-02 09:29:55 -06:00
5b69379de1 Add amb and distinct? 2024-12-16 10:35:33 -06:00
e209bfe130 Add "upply" (U-shaped apply, names are hard) 2024-11-22 09:27:07 -06:00
e6209fa8a4 Add iterate and macro-expand 2024-11-21 23:13:27 -06:00
7ba64111ba Add test suite to makefile 2024-11-21 18:18:43 -06:00
e310d9ce21 Added test suite tools 2024-11-21 18:15:13 -06:00
6236f19ae6 Explicitly create test rule 2024-11-18 13:18:13 -06:00
5f1f728d7a Include make test 2024-11-18 12:58:04 -06:00
eac30fae76 Convert to autotools 2024-11-18 12:22:04 -06:00
921d770986 Update generator syntax 2024-11-11 22:15:27 -06:00
7682d622a8 Improve testing output 2024-11-11 21:58:27 -06:00
224fcc425c Add test for generator functions 2024-11-11 21:35:26 -06:00
87384f611c Must provide a predicate to argmin 2024-11-11 15:38:13 -06:00
56594fd146 Add 'for' iterator and 'if-let' syntax 2024-11-01 18:05:27 -05:00
779bc50a77 Add generator function 2024-10-29 11:41:50 -05:00
8bac998a25 Proper tail threading 2024-10-28 12:41:35 -05:00
ef8efcb3e0 Added dist and distclean options 2024-10-25 16:41:24 -05:00
d9081bcffb if-not and when-not 2024-10-25 15:48:01 -05:00
f3d47afc5f add some more functions 2024-10-25 15:16:04 -05:00
76b11b0cf5 init commit 2024-10-23 09:02:27 -05:00