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

Lisp

53 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

top 4 comments
sorted by: hot top controversial new old
[–] dzecniv@alien.top 1 points 1 year ago

Does it have an advantage over the existing logging libraries? https://github.com/CodyReichert/awesome-cl#logging

[–] KaranasToll@alien.top 1 points 1 year ago (1 children)

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

[–] Kev-wqa@alien.top 1 points 1 year ago

Good point. Thanks

[–] fm2606@alien.top 1 points 1 year ago

May I ask what type of commercial web projects you have? Not looking for trade secrets but just a general, big picture overview.

Thanks