this post was submitted on 13 Nov 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
 

I believe I will end up with 6-8 libs I can release from commercial web projects. This is quite beneficial for me because its forcing me to decouple the code at the same time.

Anyway, second lib here: https://github.com/vinn2010/Loggie

Stars appreciated if you care about providing me with dopamine.

(this time I added a licence :D)

If anyone missed it, first one here: https://github.com/vinn2010/cl-stackexchange

you are viewing a single comment's thread
view the rest of the comments
[โ€“] KaranasToll@alien.top 1 points 10 months ago (1 children)

Please consider namespacing your system and package something like vinn.loggie to help reduce collisions.

[โ€“] Kev-wqa@alien.top 1 points 10 months ago

Good point. Thanks