40ants / lisp-project-of-the-day

Here I'll post notes about Quicklisp projects. Also I publish them on Twitter account svetlyak40wt.
http://40ants.com/lisp-project-of-the-day/
BSD 2-Clause "Simplified" License
51 stars 6 forks source link

lyrics #26

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

lyrics

https://40ants.com/lisp-project-of-the-day/2020/08/0165-lyrics.html

vindarel commented 4 years ago

I made a version for the terminal :) https://github.com/vindarel/lyrics-cli Building the binary gives a readline prompt with three commands:

Actually I made it to proof-test my replic package, which creates the readline "repl" and the command out of existing functions for us. The PR was short: https://github.com/mihaiolteanu/lyrics/pull/1/files

svetlyak40wt commented 4 years ago

It looks good. However I'd made a separate system lyrics-cli and move dependency on replic there.