jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
lucasta has joined #commonlisp
semarie has quit [Ping timeout: 255 seconds]
semarie has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
alphacentauri has joined #commonlisp
amb007 has joined #commonlisp
alphacentauri has quit [Quit: WeeChat 4.0.5]
lucasta has quit [Quit: Leaving]
seok has quit [Quit: Client closed]
seok has joined #commonlisp
alphacentauri has joined #commonlisp
thuna` has joined #commonlisp
alphacentauri has quit [Ping timeout: 255 seconds]
alphacentauri has joined #commonlisp
azimut has quit [Ping timeout: 252 seconds]
triffid has quit [Ping timeout: 252 seconds]
azimut_ has joined #commonlisp
cosmeve has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
triffid has joined #commonlisp
gjvc has quit [Ping timeout: 255 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 255 seconds]
Lord_of_Life_ is now known as Lord_of_Life
gjvc has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
seok has quit [Quit: Client closed]
seok has joined #commonlisp
herjazz has joined #commonlisp
habamax has joined #commonlisp
herjazz has quit [Quit: leaving]
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #commonlisp
anticomputer has quit [Ping timeout: 252 seconds]
ec has quit [Ping timeout: 252 seconds]
triffid has quit [Ping timeout: 252 seconds]
ec has joined #commonlisp
triffid has joined #commonlisp
waleee has quit [Ping timeout: 245 seconds]
ioa has quit [Quit: ZNC 1.6.5 - http://znc.in]
Pixel_Outlaw has quit [Quit: Leaving]
anticomputer has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
beach` has joined #commonlisp
habamax has quit [Remote host closed the connection]
beach has quit [Ping timeout: 260 seconds]
son0p has quit [Quit: Bye]
beach` is now known as beach
Gleefre has joined #commonlisp
leo_song has quit [Ping timeout: 264 seconds]
son0p has joined #commonlisp
Gleefre has quit [Ping timeout: 245 seconds]
dcb has quit [Quit: MSN Messenger 4.0.5]
Gleefre has joined #commonlisp
cosmeve has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
avocadoist has quit [Ping timeout: 240 seconds]
avocadoist has joined #commonlisp
ezakimak has quit []
ezakimak has joined #commonlisp
shka has joined #commonlisp
shka has quit [Ping timeout: 255 seconds]
Gleefre has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
<jcowan> Is it generally speaking better to create new restarts or to use the existing standard restarts?
dcb has joined #commonlisp
rgherdt has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.0.5]
bilegeek has quit [Quit: Leaving]
seok has quit [Quit: Client closed]
seok has joined #commonlisp
azimut_ has quit [Ping timeout: 252 seconds]
jfloren2 has joined #commonlisp
jfloren has quit [Read error: Connection reset by peer]
jfloren2 is now known as jfloren
|3b| has quit [Ping timeout: 260 seconds]
|3b| has joined #commonlisp
dinomug has quit [Remote host closed the connection]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
alphacentauri has quit [Ping timeout: 245 seconds]
alphacentauri has joined #commonlisp
pve has joined #commonlisp
alphacentauri has quit [Ping timeout: 255 seconds]
alphacentauri has joined #commonlisp
Gleefre has quit [Ping timeout: 245 seconds]
zxcvz has joined #commonlisp
_cymew_ has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
Pirx has joined #commonlisp
avocadoist has joined #commonlisp
pve has quit [Read error: Connection reset by peer]
zaymington has quit [Remote host closed the connection]
pve has joined #commonlisp
zaymington has joined #commonlisp
liminality has joined #commonlisp
psycomic has joined #commonlisp
Inline has quit [Quit: Leaving]
dino_tutter has joined #commonlisp
alphacentauri has quit [Quit: WeeChat 4.0.5]
moon-child has quit [Quit: !]
moon-child has joined #commonlisp
Inline has joined #commonlisp
karlosz has joined #commonlisp
Krystof has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
donleo has joined #commonlisp
danza has joined #commonlisp
alphacentauri has joined #commonlisp
<Shinmera> depends :)
<Shinmera> I like using the standard ones for the most par, but they can be annoying if you have nesting that establishes multiple of the same
<Shinmera> so if you want to ensure that a restart can be activated programmatically, you probably want a unique name
seok has quit [Quit: Client closed]
seok has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
OlCe has quit [Remote host closed the connection]
psycomic has quit [Quit: Leaving]
psycomic has joined #commonlisp
psycomic has left #commonlisp [#commonlisp]
canbetrustedwith has joined #commonlisp
msavoritias has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
canbetrustedwith has quit [Ping timeout: 272 seconds]
jaimelm has quit [Ping timeout: 258 seconds]
jaimelm has joined #commonlisp
<jcowan> Shinmera: thanks!
habamax has joined #commonlisp
dino_tutter has quit [Ping timeout: 260 seconds]
green_ has joined #commonlisp
<green_> on sbcl, why is this an error?: (parse-namestring "foo[.txt")
<green_> It's trying to do some kind of pattern matching, expecting a closing ], but why would it bother doing that? I want a filename with a single [.
<danza> not sure about the context, but looks like the string was longer as it "foo[.txt,.csv]" and it got truncated? Although that is not a correct regular expression as far as i know
rtypo has quit [Ping timeout: 255 seconds]
<green_> No it was really "foo[.txt", with one [. Where does it say that namestrings can have regular expressions?
* danza was just shooting in the dark
cage has joined #commonlisp
seok has quit [Quit: Client closed]
<mfiano> See Exceptional Situations in the dictionary entry
seok has joined #commonlisp
<green_> ecl has no problem with it. It's an sbcl thing.
<mfiano> pathnames, in general, are very implementation flexible and painful to rely on without a portability library.
<mfiano> See uiop or Shinmera's pathname-utils
<mfiano> Or whatever else there is
<Shinmera> Colleen: tell green_ look up pathname-utils parse-native-namestring
<Colleen> green_: Function pathname-utils:parse-native-namestring https://shinmera.github.io/pathname-utils#FUNCTION%20PATHNAME-UTILS%3APARSE-NATIVE-NAMESTRING
<ixelp> Pathname Utils
<green_> Thanks. I'll look at that. (uiop:pathname-directory-pathname "/tmp/foo[.txt") produces the same error, as it depends on sbcl underlying implementation.
random-nick has joined #commonlisp
<green_> (pathname-utils:parse-native-namestring "/tmp/foo[.txt")
<green_> #P"/tmp/foo\\[.txt"
<mfiano> all namestrings as pathname designators are probably parsed
<green_> that's great - thanks
_cymew_ has quit [Ping timeout: 252 seconds]
habamax has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
mgl has joined #commonlisp
Gleefre has quit [Ping timeout: 245 seconds]
Gleefre has joined #commonlisp
danza has quit [Read error: Connection reset by peer]
danza has joined #commonlisp
mgl has quit [Ping timeout: 252 seconds]
rgherdt has quit [Ping timeout: 240 seconds]
Gleefre has quit [Ping timeout: 245 seconds]
mgl has joined #commonlisp
rgherdt has joined #commonlisp
pve has quit [Ping timeout: 245 seconds]
<doulos05> I'm really struggling to figure out transformations in cl-cairo2. I can't figure out how to scale just the image that I want to scale (not the whole drawing).
pve has joined #commonlisp
tyson2 has joined #commonlisp
yitzi has joined #commonlisp
danza has quit [Ping timeout: 258 seconds]
waleee has joined #commonlisp
dcb has joined #commonlisp
green_ has quit [Ping timeout: 246 seconds]
waleee has quit [Ping timeout: 272 seconds]
rbcarleton has joined #commonlisp
simendsjo has joined #commonlisp
msavoritias has quit [Remote host closed the connection]
azimut has joined #commonlisp
alphacentauri has quit [Quit: WeeChat 4.0.5]
alphacentauri has joined #commonlisp
_cymew_ has joined #commonlisp
azimut has quit [Ping timeout: 252 seconds]
_cymew_ has quit [Ping timeout: 240 seconds]
Cymew has joined #commonlisp
McParen has joined #commonlisp
dom2 has joined #commonlisp
Alfr has quit [Remote host closed the connection]
Alfr has joined #commonlisp
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
rbcarleton has quit [Remote host closed the connection]
limiduality has joined #commonlisp
liminality has quit [Ping timeout: 240 seconds]
tyson2 has joined #commonlisp
thuna` has quit [Ping timeout: 252 seconds]
waleee has joined #commonlisp
azimut has joined #commonlisp
rgherdt has quit [Ping timeout: 272 seconds]
rogersm has joined #commonlisp
McParen has left #commonlisp [#commonlisp]
rtypo has joined #commonlisp
rgherdt has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
amb007 has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
eddof13 has joined #commonlisp
Cymew has quit [Ping timeout: 255 seconds]
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
zxcvz has quit [Quit: zxcvz]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
mgl has quit [Ping timeout: 255 seconds]
jello_pudding has quit [Ping timeout: 240 seconds]
molson has joined #commonlisp
eddof13 has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
attila_lendvai has joined #commonlisp
alexsotodev has quit [Ping timeout: 272 seconds]
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
eddof13 has joined #commonlisp
attila_lendvai has quit [Ping timeout: 240 seconds]
pve has quit [Quit: leaving]
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
dino_tutter has joined #commonlisp
mgl has joined #commonlisp
anticrisis has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.1]
limiduality has quit [Read error: Connection reset by peer]
liminality has joined #commonlisp
mgl has quit [Ping timeout: 260 seconds]
cosmeve has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has quit [Ping timeout: 246 seconds]
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
ec has quit [Ping timeout: 252 seconds]
ec has joined #commonlisp
liminality has quit [Ping timeout: 240 seconds]
simendsjo has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
yitzi has quit [Remote host closed the connection]
alphacentauri has quit [Quit: WeeChat 4.0.5]
dom2 has quit [Ping timeout: 248 seconds]
dino_tutter has quit [Ping timeout: 260 seconds]
alphacentauri has joined #commonlisp
gjvc has quit [Remote host closed the connection]
gjvc has joined #commonlisp
bilegeek has joined #commonlisp
_whitelogger has joined #commonlisp
donleo has quit [Quit: Leaving]
rgherdt has quit [Quit: Leaving]
amb007 has quit [Ping timeout: 240 seconds]
molson_ has joined #commonlisp
Pirx has quit [Ping timeout: 252 seconds]
hayley has quit [Ping timeout: 255 seconds]
xantoz has quit [Ping timeout: 255 seconds]
hayley has joined #commonlisp
hayley has joined #commonlisp
hayley has quit [Changing host]
molson has quit [Ping timeout: 255 seconds]
xantoz has joined #commonlisp