vindarel

Results 591 comments of vindarel

correct, there's improvements to be done in that area. There are some solutions under "persistent object DB" (even if those are not persistent DBs): cl-naive-store and clache (that uses cl-store)....

It is back? It slightly moved to https://adw-charting.common-lisp.dev/ I got redirected correctly.

Hello, let's show it to the community: https://www.reddit.com/r/Common_Lisp/comments/119e99r/clreplica_library_for_hashtable_replication_via/

Hello, yes, because: - to build executables, they seem deprecated by asdf:make which does it portably - they look superseded by Roswell - (buildapp might have `--dispatched-entry` unique to it)...

> For Common Lisp, look into cl-launch. It's meant to abstract over the details of scripting and building executables across different CL implementations. roswell I find to be way too...

Hello and ping @CodyReichert ! Can you do something about the notabug mirror?

\+ 1 I was hit by single floats already. Let's not rush and be sure there would not be surprising side-effects, maybe especially in popular third-party libraries. Being a suggestion...

Thanks! I'll try it a bit in my day-to-day and all projects.

> (slot-value struct 'slot-name) should work oooh it does indeed, thanks. It's probably not portable, but it's good for AOC. > hu.dwim.defclass-star which also offers shorter class definition macro is...