Commit Graph

17 Commits (d1bcc76328e62341f69d11243855ef662a27f95a)

Author SHA1 Message Date
m455 0d7136644a replaced nested maps with (map (compose ...) ...) 2019-02-06 22:56:28 -05:00
m455 1e7f73957e cleaned up util.rkt and args.rkt 2019-02-05 22:03:21 -05:00
m455 b8b4cd6d60 cleaning up all of this code, and commenting complex functions 2019-02-05 21:20:28 -05:00
m455 45f8c22e1a removed unused function 2019-01-31 22:56:48 -05:00
m455 2e6091c1c8 prefixed util.rkt 2018-10-10 14:27:03 -04:00
m455 d56570dcc2 prefixed all of rodo.rkt and args.rkt 2018-10-10 13:55:52 -04:00
m455 fb245b1b8f removed and fixed an unnecessary comma 2018-05-18 23:36:46 -04:00
m455 1d1afbfa78 items are now added as single items instead of converting to a list, when adding to the todo list 2018-04-28 09:56:30 -04:00
m455 22cecf9a11 changed two lets into one let 2018-04-28 09:31:39 -04:00
m455 d9aea661a1 moved feedback messages till after add and remove are done. now shows which item was removed 2018-04-26 00:24:35 -04:00
m455 64681f005e cleaned up the way an item is added to the list. it now creates a (lisp) list and appends the argument to the list, then writes the list to the file 2018-04-18 09:42:50 -04:00
m455 05b03ea28b can now remove items without errors, but have to improve the process of removing and adding items later 2018-04-16 09:57:38 -04:00
m455 e8c97fdba7 updated via script 2018-04-15 00:15:10 -04:00
m455 5b7338e4fa fixed a weird bug where a trailing newline would make itself into an item 2018-04-13 02:35:59 -04:00
m455 88f4480f3a fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error 2018-04-13 02:08:22 -04:00
m455 711cd96ddb most things work now? 2018-04-13 01:02:48 -04:00
m455 6125f0e114 organized functions into files 2018-04-12 14:37:01 -04:00