Commit Graph

23 Commits (013abd35eff3321b2631be043de80eaa4aff6b31)

Author SHA1 Message Date
cynic 013abd35ef move modulo into the standard library 3 years ago
cynic de6cf59164 re-implement `spit` and `input` in terms of `w` and `r` 3 years ago
cynic 9c0ba1801a move inv into the standard library 3 years ago
cynic 7c96340a6a `loop` `max` -> `min` to reflect the change in direction 3 years ago
cynic 5f1e2135f0 oops (true !== false, who knew?) 3 years ago
cynic 240e0f865f switch `miracle` back to `getattr`, nab `builtins` using `__import__` in `eval` 3 years ago
cynic a1119479aa add string utilities to standard library 3 years ago
cynic 3c01214427 `each` loop 3 years ago
cynic 6ceb57bf7d use buttifool `loop` function instead of ugly macro 3 years ago
cynic 219bab5ed8 switch the loop macro to a named lambda as a quick fix 3 years ago
cynic 69b7a2c6d1 add boolean helpers to standard library 3 years ago
cynic e56ffc38aa update the standard library ot use lambdas 3 years ago
cynic 6063bd4826 built in insert 3 years ago
cynic 790ba06b42 switch miracle from module keying to eval 3 years ago
cynic 265b8e3dfb add <3 macro 3 years ago
cynic f37b5e22f8 restructure std library into different files 3 years ago
cynic fa30ec1f34 fix offbyone in loop macro 3 years ago
cynic 2ae4658151 list operations 3 years ago
cynic 2eea4e2c48 relative path includes 3 years ago
cynic 3ccff8371d styling and readme content 3 years ago
cynic 9ea2fa85b0 basic define macros 3 years ago
cynic 6beeb3beba solve the id-pocalypse (don't recursively execute subs of defun and cond) 3 years ago
cynic 8b165cb5e5 macro preprocessor 3 years ago