jon_atack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
ColinRobinson has quit [Quit: praxis.meansofproduction.biz (juan@acm.org)]
rkazak has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
bpanthi977 has joined #commonlisp
alfiee has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
alfiee has quit [Ping timeout: 248 seconds]
akoana has quit [Quit: leaving]
UncleRRR has joined #commonlisp
bpanthi977 has quit [Ping timeout: 246 seconds]
rkazak has joined #commonlisp
jack_gfgdfgg has joined #commonlisp
chomwitt1 has joined #commonlisp
UncleRRR has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
rkazak has quit [Ping timeout: 272 seconds]
bpanthi977 has quit [Ping timeout: 245 seconds]
shmorg83 has quit [Ping timeout: 265 seconds]
rainthree has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
cmack` has joined #commonlisp
amb007 has joined #commonlisp
cmack has quit [Ping timeout: 248 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
rainthree has quit [Ping timeout: 244 seconds]
rkazak has joined #commonlisp
shka has joined #commonlisp
bpanthi977 has joined #commonlisp
rkazak has quit [Ping timeout: 276 seconds]
bpanthi977 has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
bpanthi977 has joined #commonlisp
mishoo has joined #commonlisp
alfiee has joined #commonlisp
bpanthi977 has quit [Ping timeout: 245 seconds]
vardhan has joined #commonlisp
vardhan_ has joined #commonlisp
alfiee has quit [Ping timeout: 265 seconds]
rkazak has quit [Ping timeout: 246 seconds]
apac has joined #commonlisp
GalaxyNova has quit [Ping timeout: 244 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
rkazak has joined #commonlisp
pve has joined #commonlisp
jack_gfgdfgg has quit [Remote host closed the connection]
jack_gfgdfgg has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
ingeniot has joined #commonlisp
alfiee has joined #commonlisp
Lord_of_Life has joined #commonlisp
Lord_of_Life has quit [Client Quit]
Lord_of_Life has joined #commonlisp
alfiee has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
zwr has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
bpanthi977 has quit [Ping timeout: 276 seconds]
Devon has quit [Ping timeout: 252 seconds]
zwr has quit [Remote host closed the connection]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 272 seconds]
jack__ertregf has joined #commonlisp
ingeniot has quit [Ping timeout: 240 seconds]
jack_gfgdfgg has quit [Ping timeout: 246 seconds]
bpanthi977 has joined #commonlisp
apac has quit [Ping timeout: 272 seconds]
rkazak has joined #commonlisp
green has quit [Remote host closed the connection]
green has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 276 seconds]
wacki has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
Equill has quit [Ping timeout: 252 seconds]
mwnaylor has quit [Ping timeout: 246 seconds]
bpanthi977 has joined #commonlisp
dra has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
bpanthi977 has joined #commonlisp
rkazak has joined #commonlisp
alfiee has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
alfiee has quit [Ping timeout: 248 seconds]
bpanthi977 has joined #commonlisp
alternateved has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
rkazak has quit [Ping timeout: 246 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
Equill has joined #commonlisp
rkazak has joined #commonlisp
mmontone has joined #commonlisp
<mmontone>
Hello. I'm looking for a macro that lets me dispatch based on regular expression, creating bindings in the process.
<Colleen>
mmontone: phoe said at 2024.12.27 08:58:53: you got the order wrong, SIGNAL/ERROR goes through condition handlers first, only then it invokes the debugger, from where the restart can be selected. You can possibly invoke a restart from a handler, but I don't yet know enough of your program logic to see if that's feasible for you
<mmontone>
I mean, something like case, but using regular expressions for the cases.
jack__ertregf has quit [Remote host closed the connection]
jack__ertregf has joined #commonlisp
<jackdaniel>
mmontone: trivia has ppcre extension
<mmontone>
I'll have a look. Thanks.
bpanthi977 has joined #commonlisp
random-nick has joined #commonlisp
<jackdaniel>
how is mold desktop progressing? (feel free to brag :)
rkazak has quit [Ping timeout: 252 seconds]
<mmontone>
the trivia ppcre works perfect
bpanthi977 has quit [Ping timeout: 276 seconds]
alfiee has joined #commonlisp
<mmontone>
about mold desktop .. well, the "problem" I have is that it is infinite .. it is an applications platform, so I could go to anywhere and I tend to disperse
<mmontone>
and I have lots of ideas
cmack` is now known as cmack
<mmontone>
I would like to stabilize it, document it better and provide some working and usable applications
<mmontone>
like a bookmarks manager and a RSS feed reader
<mmontone>
but for the moment, I'm trying to prototype another idea I have: remote objects and commands via HTTP
bpanthi977 has joined #commonlisp
<mmontone>
the idea being, instead of delivering web pages via HTTP, remote services deliver objects, views and commands, via HTTP
<jackdaniel>
oh, I have something in this spirit; where POST is technically execute-command and GET is display
<mmontone>
so you should be able to implement some applications in language agnostic way
<mmontone>
yes
alfiee has quit [Ping timeout: 244 seconds]
<mmontone>
I would like to prototype that, then document and stabilize some apps
<mmontone>
that would be my current way forward
<jackdaniel>
you should make some blog posts from time to time about it (imho)
<mmontone>
I should, but writing is not easy for me, writing well, I mean
<jackdaniel>
for once it will probably help you focus by serializing the ideas, and as a second benefit is more people knowing about the project
<mmontone>
I was considering some ChatGPT service that helped me with documentation
<mmontone>
you are right, yes
bpanthi977 has quit [Ping timeout: 252 seconds]
<jackdaniel>
well, in any case keep up good work :) /me needs to go afk now