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

pythonic-string-reader #45

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

pythonic-string-reader

https://40ants.com/lisp-project-of-the-day/2020/06/0086-pythonic-string-reader.html

jansaasman commented 2 years ago

Hi: it must be me but where do I actually download this functionality? cheers, Jans

svetlyak40wt commented 2 years ago

It should be available from https://www.quicklisp.org/beta/ or https://ultralisp.org/projects/smithzvk/pythonic-string-reader

jansaasman commented 2 years ago

Hi Alexander: I should have looked around better before I asked. ql:quickload was my friend :-) Cheers, Jans

On 1/4/2022 12:51 AM, Alexander Artemenko wrote:

It should be available from https://www.quicklisp.org/beta/ or https://ultralisp.org/projects/smithzvk/pythonic-string-reader

— Reply to this email directly, view it on GitHub https://github.com/40ants/lisp-project-of-the-day/issues/45#issuecomment-1004625617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4C7V4HO6H66SR6YMXWTDUUKYKFANCNFSM5LGHPWTQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

svetlyak40wt commented 2 years ago

Yeah. You can use (ql:system-apropos ...), https://quickdocs.org/ or https://sabracrolleton.github.io/short-descriptions to search ASDF systems.

jansaasman commented 2 years ago

that is kind of awesome, didn't know that :-)

On 1/4/2022 12:59 PM, Alexander Artemenko wrote:

Yeah. You can use |(ql:system-apropos ...)|, https://quickdocs.org/ or https://sabracrolleton.github.io/short-descriptions to search ASDF systems.

— Reply to this email directly, view it on GitHub https://github.com/40ants/lisp-project-of-the-day/issues/45#issuecomment-1005165901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4C7V5KSBHGCUJI3DZ6NTUUNNSTANCNFSM5LGHPWTQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

vindarel commented 2 years ago

I'll add quicksearch https://github.com/lisp-maintainers/quicksearch: (qs:? "foo" :u), it searches on Github, Cliki, Quicklisp. Can be handy. (it's unmaintained upstream, but works. We could work on this lisp-maintainers fork)