#;3> (with-input-from-file "Downloads/ideas.md" (lambda () (markdown->html (current-input-port))))
Project ideas
- library based, compatible rsync replacement
- UFS file tagging: Design document
- improve OpenRCS and transform it into a library
- Use puredata to make music
- mpd library for chicken. Using this, write an mpd client that logs music I
listen to, collects my favourites and suggests music from the collection I've
rarely/never listened to in order to raise the possibility to get to know my
entire collection
- increase the performance of GNU CVS for the greater good of *BSD
Abandoned
- replace pkg-config (Obsolete, there's pkgconf)
which was already adopted by FreeBSD
#t
#;4> (with-output-to-file "ideas.html" (lambda () (with-input-from-file "Downloads/ideas.md" (lambda () (markdown->html (current-input-port))))))
#t
#;5> ,s cat ideas.html
Project ideas
- library based, compatible rsync replacement
- UFS file tagging: Design document
- improve OpenRCS and transform it into a library
- Use puredata to make music
- mpd library for chicken. Using this, write an mpd client that logs music I
listen to, collects my favourites and suggests music from the collection I've
rarely/never listened to in order to raise the possibility to get to know my
entire collection
- increase the performance of GNU CVS for the greater good of *BSD
Abandoned
- replace pkg-config (Obsolete, there's pkgconf)
which was already adopted by FreeBSD
0