Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-30 | Add ## reader macro for clojure-like anonymous functions | Ben Sima | |
2022-12-30 | Add #$ reader macro for shell commands | Ben Sima | |
2022-11-29 | Trivial scheme cleanups | Ben Sima | |
2022-11-02 | Fix call to 'format' | Ben Sima | |
2022-08-08 | Remove some TODOs | Ben Sima | |
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. | |||
2022-07-23 | Move comments to docstrings | Ben Sima | |
Just spent an hour implementing my own doc system, just to find out this is built in to guile :( | |||
2022-07-23 | Fix shell/exec | Ben Sima | |
2022-02-09 | Fix simple errors in Serval and core | Ben Sima | |
2022-02-02 | Fix some broken things | Ben Sima | |
2021-11-26 | Convert from r6rs to r7rs | Ben Sima | |
2021-11-26 | Get all scheme code compiling with Guile | Ben Sima | |
2021-11-26 | Add .. operator | Ben Sima | |
2021-04-02 | Init bizbot | Ben Sima | |
2020-06-01 | Some fixups | Ben Sima | |
2020-05-25 | Add more re functions and docs | Ben Sima | |
2020-05-19 | Port (bs string) to r6rs, add Pythonic split function | Ben Sima | |
2020-05-13 | Convert my org files to md and render | Ben Sima | |
Still some bugs, but I will get to them soon. | |||
2020-05-13 | Re-namespace general scheme code to bs | Ben Sima | |