summaryrefslogtreecommitdiff
path: root/bs/string.scm
AgeCommit message (Collapse)Author
2022-08-08Remove some TODOsBen 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-23Move comments to docstringsBen Sima
Just spent an hour implementing my own doc system, just to find out this is built in to guile :(
2021-11-26Convert from r6rs to r7rsBen Sima
2021-04-02Init bizbotBen Sima
2020-06-01Some fixupsBen Sima
2020-05-19Port (bs string) to r6rs, add Pythonic split functionBen Sima
2020-05-13Convert my org files to md and renderBen Sima
Still some bugs, but I will get to them soon.
2020-05-13Re-namespace general scheme code to bsBen Sima