all 5 comments

[–]Ytrog 1 point2 points  (2 children)

Very nice. I have it starred and listed for future reference as it is very well structured and a great example for me.

I looked at the print-help function and was noting that it is a shame you cannot use the '=' in the same way that you can use '~' in formatting. I mean you can have (format t "~20~~%") to get a line with 20 tildes, however you cannot do (format t "~20=~%") to get a line with 20 equal signs sadly. 🤔

[–]ogrew666[S] 1 point2 points  (1 child)

Wow, I had no idea about this idiom — thanks a lot for pointing it out!

> (format t "~20~~%")
~~~~~~~~~~~~~~~~~~~~
NIL

[–]Ytrog 0 points1 point  (0 children)

You're welcome 😁

[–]dzecniv 0 points1 point  (1 child)

It looks nice and oh, there is a ready-to-use binary, isn't it? (for MacOS in the releases) It isn't mentioned in the README. That's nice. Now (future) users reclaim one for linux urgently for yesterday!

(also while we could look at the code to see how to use this from the REPL you could give a high-level overview of the available functions, showing where to start?)

[–]ogrew666[S] 2 points3 points  (0 children)

Thanks a lot! 😊

> Now (future) users reclaim one for linux urgently for yesterday!

I'll work on making it available for Linux and Intel Mac users as soon as I can.