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/>
yaneko has quit [Quit: parting]
amb007 has quit [Ping timeout: 248 seconds]
yaneko has joined #commonlisp
shawnw_ is now known as shawnw
rkazak has joined #commonlisp
amb007 has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
troojg has quit [Ping timeout: 248 seconds]
rkazak has joined #commonlisp
Guest39 has quit [Ping timeout: 240 seconds]
kds has quit [Ping timeout: 252 seconds]
prokhor has quit [Ping timeout: 252 seconds]
olnw has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
amb007 has quit [Ping timeout: 265 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 265 seconds]
ebrasca has quit [Remote host closed the connection]
deadmarshal_ has quit [Remote host closed the connection]
X-Scale has quit [Ping timeout: 276 seconds]
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
rkazak has joined #commonlisp
deadmarshal_ has joined #commonlisp
rkazak has quit [Ping timeout: 265 seconds]
shawnw has quit [Ping timeout: 246 seconds]
Pixel_Outlaw has joined #commonlisp
rendar has joined #commonlisp
Alfr has quit [Read error: Connection reset by peer]
Alfr has joined #commonlisp
rkazak has joined #commonlisp
Alfr has quit [Ping timeout: 260 seconds]
kds has joined #commonlisp
mars22390 has joined #commonlisp
Alfr has joined #commonlisp
kds has quit [Remote host closed the connection]
FragmentedCurve has joined #commonlisp
fosskers has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
<fosskers> Does anyone know where the system `list-of` is defined? It's not on QL as far as I can see, and nothing turns up from internet searches. I've found a certain project that mysteriously depends on it.
random-nick has quit [Ping timeout: 272 seconds]
mars22390 has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
<ixelp> asdf / asdf-finalizers · GitLab
<nil> :description "magic list-of deftype"
kds has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
<nil> looks like it's still in the current quicklisp
<fosskers> nil: nice find!
<fosskers> Thank you
<nil> it wasn't hard since i have a shell command where i can type "ql-origin list-of" and it comes up with it
Inline has joined #commonlisp
nil78 has joined #commonlisp
shawnw has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
nil78 has quit [Quit: Leaving...]
nil78 has joined #commonlisp
contrapunctus has joined #commonlisp
dtman34 has quit [Ping timeout: 260 seconds]
contrapunctus has left #commonlisp [#commonlisp]
thuna` has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
<thuna`> How would you go about documenting a local macro? (Also, is it right that in SBCL LOOP-FINISH is a global macro rather than a LOOP-local one?)
amb007 has joined #commonlisp
dtman34 has joined #commonlisp
<thuna`> By local macro I am referring to a situation like (DEFTHING ... (THING-MACRO)) where DEFTHING expands into a (MACROLET ((THING-MACRO ...)) ...)
<thuna`> I can put a docstring into the macrolet in (DEFMACRO DEFTHING ...) but I imagine relevant tools would not pick that up
zwr has quit [Read error: Connection reset by peer]
yewscion_ has joined #commonlisp
yewscion has quit [Read error: Connection reset by peer]
amb007 has quit [Ping timeout: 265 seconds]
dtman34 has quit [Ping timeout: 260 seconds]
Guest42 has joined #commonlisp
Guest42 has quit [Client Quit]
zwr has joined #commonlisp
<beach> Yeah, that would be hard for those tools. DOCUMENTATION takes a name, and there could be several local macros with the same name.
<beach> On the other hand, documentation strings are meant for people using the feature being documented, and I can't see how a user would be able to use a local macro.
<beach> thuna`: What is the target group for your documentation?
<thuna`> beach: The documentation is for people using the DEFTHING macro to define things (in this case functions). It is pretty much in the same vein as LOOP-FINISH. The local macro is a convenience macro to avoid having to juggle gensym'd variables around.
rkazak has joined #commonlisp
<beach> I see. Well, how about you use (SETF DOCUMENTATION).
<beach> That's my preferred way to make documentation strings anyway.
<thuna`> I was leaning towards a global defmacro which just errors, though I'm not sure if that would break anything or not
<beach> It is better to use (SETF DOCUMENTATION).
<thuna`> Why so?
<beach> Because you don't want to increase the scope of your macro unnecessarily.
<beach> That's bad for the person reading your code.
<beach> ,(setf (documentation 'thing-macro 'function) "Syntax: thing-macro...") ,(documentation 'thing-macro 'function)
<ixelp> (setf (documentation 'thing-macro 'function) "Syntax: thing-macro...") => "Syntax: thing-macro...", but (documentation 'thing-macro 'function) => NIL
<beach> I guess the bot doesn't store documentation strings.
JuanDaugherty has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
<beach> thuna`: Oh, and the standard gives the implementation a choice as to whether LOOP-FINISH is global or not, as you can see from the dictionary entry on LOOP-FINISH.
<thuna`> Oh, I missed that part. That's a somewhat puzzling choice to make
<beach> By SBCL? I agree.
<thuna`> I mean allowing implementations to make it global in the first place
<beach> ... but then I can't remember what we do in Khazern.
<beach> Yes, that too.
dtman34 has joined #commonlisp
fosskers has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
<beach> LOOP-FINISH is a global macro also in Khazern.
rkazak has quit [Ping timeout: 248 seconds]
rkazak has joined #commonlisp
thuna` has quit [Ping timeout: 244 seconds]
yewscion has joined #commonlisp
yewscion_ has quit [Read error: Connection reset by peer]
decweb has quit [Ping timeout: 248 seconds]
rkazak has quit [Ping timeout: 260 seconds]
kds has quit [Remote host closed the connection]
UncleRRR has joined #commonlisp
amb007 has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
zwr has joined #commonlisp
rkazak has joined #commonlisp
mgl has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
JuanDaugherty has quit [Quit: JuanDaugherty]
Inline_ has joined #commonlisp
Inline has quit [Ping timeout: 248 seconds]
mgl has quit [Ping timeout: 265 seconds]
rkazak has quit [Ping timeout: 272 seconds]
pve has joined #commonlisp
fosskers has joined #commonlisp
wobbol has joined #commonlisp
Guest97 has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
bitspook has joined #commonlisp
danza has joined #commonlisp
rkazak has joined #commonlisp
domovod has joined #commonlisp
green_ has joined #commonlisp
mishoo has joined #commonlisp
shka has joined #commonlisp
nil78 has quit [Remote host closed the connection]
danz63877 has joined #commonlisp
amb007 has joined #commonlisp
danza has quit [Ping timeout: 264 seconds]
mgl has joined #commonlisp
jrx has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
rkazak has quit [Ping timeout: 248 seconds]
rogersm has joined #commonlisp
rogersm has quit [Remote host closed the connection]
varjag has joined #commonlisp
heeenkk has joined #commonlisp
kyoji has quit [Read error: Connection reset by peer]
kyoji has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 265 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 246 seconds]
rtypo has joined #commonlisp
rkazak has joined #commonlisp
contrapunctus has joined #commonlisp
rootnode_ has joined #commonlisp
herjazz has joined #commonlisp
danz63877 has quit [Remote host closed the connection]
danza has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
herjazz has quit [Client Quit]
herjazz has joined #commonlisp
green_ has quit [Read error: Connection reset by peer]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
green_ has joined #commonlisp
rudi has joined #commonlisp
rkazak has joined #commonlisp
bendersteed_ has joined #commonlisp
green__ has joined #commonlisp
bendersteed_ is now known as bendersteed
green_ has quit [Ping timeout: 252 seconds]
rkazak has quit [Ping timeout: 276 seconds]
danz79448 has joined #commonlisp
danza has quit [Ping timeout: 260 seconds]
rkazak has joined #commonlisp
prokhor has joined #commonlisp
Inline_ is now known as Inline
yaneko has quit [Quit: parting]
jrx has quit [Quit: Bye]
yaneko has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
heeenkk has quit [Quit: Connection closed for inactivity]
vardhan_ has joined #commonlisp
X-Scale has joined #commonlisp
Guest32 has joined #commonlisp
Guest32 has quit [Client Quit]
alternateved has joined #commonlisp
rkazak has joined #commonlisp
akoana has joined #commonlisp
mwnaylor has quit [Ping timeout: 276 seconds]
cercopith has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
domovod has quit [Quit: WeeChat 4.5.1]
Guest890 has joined #commonlisp
rkazak has joined #commonlisp
Guest890 has quit [Quit: Using Circe, the loveliest of all IRC clients]
Guest890 has joined #commonlisp
random-nick has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
nil78 has joined #commonlisp
nil78 has quit [Client Quit]
Akbar-Birbal has joined #commonlisp
nil78 has joined #commonlisp
nil78 has quit [Client Quit]
Akbar-Birbal has left #commonlisp [#commonlisp]
Akbar-Birbal has joined #commonlisp
nil78 has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
nil78 has quit [Client Quit]
ebrasca has joined #commonlisp
fosskers has quit [Ping timeout: 260 seconds]
Akbar-Birbal has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
yitzi has joined #commonlisp
rkazak has joined #commonlisp
green__ has quit [Ping timeout: 252 seconds]
ebrasca has quit [Read error: Connection reset by peer]
shawnw has quit [Ping timeout: 276 seconds]
chenggong7788 has joined #commonlisp
chenggong7788 is now known as nil78
danz79448 has quit [Ping timeout: 246 seconds]
Guest890 has quit []
nil78 has quit [Quit: Client closed]
rkazak has quit [Ping timeout: 252 seconds]
nil78 has joined #commonlisp
danza has joined #commonlisp
herjazz has quit [Quit: Lost terminal]
JuanDaugherty has joined #commonlisp
danza has quit [Remote host closed the connection]
danza has joined #commonlisp
rkazak has joined #commonlisp
nil78 has quit [Quit: Client closed]
nil78 has joined #commonlisp
decweb has joined #commonlisp
notzmv has quit [Ping timeout: 248 seconds]
yewscion_ has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
danza has quit [Read error: Connection reset by peer]
yewscion has quit [Ping timeout: 265 seconds]
danza has joined #commonlisp
UncleRRR has quit [Remote host closed the connection]
UncleRRR has joined #commonlisp
Akbar-Birbal has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
green__ has joined #commonlisp
rkazak has joined #commonlisp
Th30n has joined #commonlisp
bpanthi977 has joined #commonlisp
danza has quit [Remote host closed the connection]
notzmv has joined #commonlisp
skin has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
cdegroot has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cdegroot has joined #commonlisp
cdegroot has quit [Client Quit]
djent has joined #commonlisp
<bpanthi977> If you had to write a desktop application in Common Lisp, how would you approach creating GUI?
<beach> I would use McCLIM which is an implementation of the CLIM II specification.
JuanDaugherty has quit [Quit: JuanDaugherty]
<beach> You can check out what a CLIM application could look like by using Clouseau, the CLIM-based object inspector. It is available on Quicklisp.
<bpanthi977> I'll tried Clouseau. It seems to connect to Xorg. But I am in mac system.
<beach> I don't know what backends are available for McCLIM these days. There might be some that works on a Mac.
<beach> It might be easier to write such a backend than to struggle with foreign code for a GUI library written in some other language. Plus, writing such a backend would benefit other Mac users, whereas your struggle would just help yourself.
<bpanthi977> McCLIM doesn't have backend for Mac or Windows.
<ixelp> McCLIM/Backends at master - McCLIM/McCLIM - Codeberg.org
cdegroot has joined #commonlisp
<bpanthi977> Do you know how hard it would be to write a backend?
<UncleRRR> Nope
<beach> It is not hard, but it requires knowledge of the interface to the operating system.
<beach> You might want to ask in #clim where jackdaniel has more information than I can provide.
<bpanthi977> And additionally, McCLIM is cool, but the UI looks old and doesn't blend in with other applications.
<beach> UncleRRR: Are you new here? I don't recognize your nick.
<UncleRRR> Yes, that's right
<beach> UncleRRR: Great! Welcome!
<UncleRRR> I am not only new to here, but also new to CL
<beach> I see. You might want to know about #clschool then, where people hang out to answer newbie questions.
skin has quit [Quit: Lost terminal]
skin has joined #commonlisp
<beach> Newbie questions are tolerated here, especially if traffic is otherwise low, but this channel is mostly for a bit more advanced stuff.
rkazak has joined #commonlisp
<UncleRRR> Nice suggestion, I'll take that. But since this channel have much more people active, so I decide to ask questions (if any) there and still keep an eye here.
<varjag> bpanthi977: CAPI on LispWorks
<varjag> sadly not free
<beach> UncleRRR: Oh, sure, you are definitely welcome to hang out here as well.
UncleRRR has quit [Quit: Leaving]
Inline_ has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
Inline has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
kds has joined #commonlisp
domovod has joined #commonlisp
nil78 has quit [Quit: Client closed]
Guest65 has joined #commonlisp
kds has quit [Remote host closed the connection]
Guest65 has quit [Quit: Client closed]
bendersteed has quit [Quit: bendersteed]
bendersteed has joined #commonlisp
vardhan_ has quit [Ping timeout: 245 seconds]
yitzi has quit [Remote host closed the connection]
Guest97 has quit [Quit: Client closed]
chenggong7788 has joined #commonlisp
chenggong7788 is now known as nil78
molson has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
molson_ has quit [Ping timeout: 260 seconds]
gnoo_ has joined #commonlisp
gnoo has quit [Ping timeout: 264 seconds]
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
rkazak has quit [Ping timeout: 252 seconds]
Inline_ has quit [Ping timeout: 245 seconds]
skin has quit [Ping timeout: 264 seconds]
random-nick has quit [Ping timeout: 245 seconds]
skin has joined #commonlisp
rkazak has joined #commonlisp
Inline has joined #commonlisp
alcor has joined #commonlisp
droideqa has quit [Quit: Connection closed for inactivity]
amb007 has joined #commonlisp
Inline_ has joined #commonlisp
Inline is now known as Guest1232
Inline_ is now known as Inline
Guest1232 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
rkazak has quit [Ping timeout: 264 seconds]
green__ has quit [Ping timeout: 252 seconds]
Grauwolf has quit [Quit: WeeChat 4.4.3]
Grauwolf has joined #commonlisp
shawnw has joined #commonlisp
olnw has quit [Quit: ZNC - https://znc.in]
random-nick has joined #commonlisp
mgl has quit [Ping timeout: 244 seconds]
bpanthi977 has quit [Ping timeout: 252 seconds]
<mountainman1312> How could I go about looking into using a C# library in common lisp code, or at least making bindings to it? Is there something already made for that?
<mountainman1312> All the searches I do just result in the opposite
<alcor> The IPC route (if applicable) might be the next best thing in this case.
<mountainman1312> Possibly. It's not even that big of a deal if I have to learn C# for this, I just figured why would I do that when I could not. What I'm doing is I'm trying to use the SolidWorks API.
<alcor> You might be able to expose the library functionality as a callable subprocess, a daemon, a server, or a some kind of sidecar container.
<mountainman1312> oooh wait I found a package called "bike" that says "common lisp .net core interop". Seems like this might be what I need
rkazak has joined #commonlisp
<mountainman1312> Also, SolidWorks documentation says "You can use any programming language that supports COM to create SOLIDWORKS standalone API (.exe files) and add-in (.dll files) applications"... I'm not sure what COM is but, that's some info I guess
akoana has quit [Quit: leaving]
<ixelp> Lisp Programming - 2019 - SOLIDWORKS API Help
<mountainman1312> No that's actually for DraftSight, it uses AutoCAD Lisp. I'm just curious to see if I can use the solidworks .NET API from Common Lisp.
<bjorkintosh> hmm. let me see.
<bjorkintosh> I've never used solidworks. but can you drive it with python?
<mountainman1312> I mean if any C# libraries can be used, I see no reason this specific one can't be
<mountainman1312> The "out of the box" languages are Visual Basic, C#, and C++
<bjorkintosh> ah VB, C#, and VisualC++
<mountainman1312> All the visual languages
Inline_ has joined #commonlisp
Inline is now known as Guest1981
Guest1981 has quit [Killed (lead.libera.chat (Nickname regained by services))]
Inline_ is now known as Inline
<bjorkintosh> I just realized I don't know of a good cl for windows at all.
nil78 has quit [Ping timeout: 240 seconds]
<bjorkintosh> however, if you want to use common lisp, you could always generate your VB code via cl.
<bjorkintosh> and that will then talk to your target.
<bjorkintosh> ie, if there's nothing else available.
<bjorkintosh> it's a viable approach.
green_ has joined #commonlisp
<mountainman1312> this bike package seems promising, I'm going to try it later at work
<ixelp> GitHub - Lovesan/bike: Common Lisp .Net Core Interop
<bjorkintosh> mountainman1312: I think you just need to be able to talk to com: https://www.lispworks.com/documentation/lw80/com/com.htm
<ixelp> COM/Automation User Guide and Reference Manual
<bjorkintosh> unfortunately, I don't see anything available for sbcl.
<Inline> ?
<Inline> sbcl itself is available for windows
<bjorkintosh> Inline: so can you script windows applications using it?
<bjorkintosh> if so, that's wonderful.
<bjorkintosh> 'cause I can do so with python and even tcl (instead of VB)
<Inline> hmm
Inline_ has joined #commonlisp
Inline is now known as Guest5268
Inline_ is now known as Inline
Guest5268 has quit [Killed (silver.libera.chat (Nickname regained by services))]
<bjorkintosh> mountainman1312: https://www.cliki.net/win32
<ixelp> CLiki: Win32
<bjorkintosh> unfortunately, you may have to do some work to get it going. but there's a path available.
akoana has joined #commonlisp
<mountainman1312> Thanks everyone, i'm off to work, I'll be checking this stuff out sometime today
<tux0r> i wrote a desktop utility for recurring file maintenance tasks on my work windows pc last year
<tux0r> sbcl & ftw (the lisp win32 wrapper)
jon_atack has quit [Read error: Connection reset by peer]
<tux0r> (i reported a bug in it, now it works even better)
<yottabyte> in emacs, when I have like some-package:some-function, how can I go to the definition of that function? the function and package in question is actually in the same file, I do M-. and it tells me "Error: DEFINITION-SOURCE of function {function} did not contain meaningful information"
<bjorkintosh> tux0r: ftw?
<tux0r> bjorkintosh: https://github.com/fjames86/ftw
<ixelp> GitHub - fjames86/ftw: Common Lisp Win32 GUI library
<tux0r> again, "only" a win32 api wrapper, nothing fancy
<tux0r> but i assume most people will "only" need ftw and ffi
<tux0r> ;-)
<bjorkintosh> wonderful, thank you.
<bjorkintosh> did not know of it.
<bjorkintosh> it probably should be listed on the wiki page: https://www.cliki.net/win32
<ixelp> CLiki: Win32
<tux0r> it was a random finding and i'm glad i did
<tux0r> yes, probably
<bjorkintosh> :-D you have the honor and the privilege, tux0r.
<tux0r> here's the thing i wrote with it: https://code.rosaelefanten.org/dateprefixcopy
<ixelp> DatePrefixCopy: Top-level Files of trunk
<tux0r> even less fancy
<tux0r> hmm. i dont have a cliki account
rkazak has quit [Ping timeout: 244 seconds]
rootnode_ has quit [Remote host closed the connection]
varjag has joined #commonlisp
Inline_ has joined #commonlisp
Inline has quit [Killed (erbium.libera.chat (Nickname regained by services))]
Inline_ is now known as Inline
cage has joined #commonlisp
cage has quit [Excess Flood]
Inline_ has joined #commonlisp
Inline_ is now known as Inline
Inline has quit [Killed (zirconium.libera.chat (Nickname regained by services))]
cage has joined #commonlisp
shawnw has quit [Ping timeout: 264 seconds]
jonatack has joined #commonlisp
Inline has joined #commonlisp
Inline_ has joined #commonlisp
Inline has joined #commonlisp
Inline is now known as Guest9284
TN__ has joined #commonlisp
Inline is now known as Guest6543
TN__ is now known as Inline
TN__ has joined #commonlisp
Inline is now known as Guest8658
TN__ is now known as Inline
Guest9284 has quit [Ping timeout: 244 seconds]
Inline_ has quit [Ping timeout: 244 seconds]
TN__ has joined #commonlisp
Inline is now known as Guest767
Guest767 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
TN__ is now known as Inline
Guest6543 has quit [Ping timeout: 244 seconds]
<beach> Inline: Are you having Internet problems?
<Inline> yes
<beach> I see.
<Inline> i'm connected, but somehow my irc client gets disconnected and reconnected again and again
<beach> That must be what the people in the other channels discovered.
<beach> #java and #c.
Guest8658 has quit [Ping timeout: 244 seconds]
mgl has joined #commonlisp
green_ has quit [Read error: Connection reset by peer]
Inline has quit [Ping timeout: 276 seconds]
X-Scale has quit [Ping timeout: 276 seconds]
varjag has quit [Ping timeout: 245 seconds]
rootnode_ has joined #commonlisp
rootnode has quit [Quit: ZNC 1.8.2 - https://znc.in]
nickiminjaj has joined #commonlisp
rkazak has joined #commonlisp
rootnode_ is now known as rootnode
nickiminjaj has quit [Client Quit]
rootnode has quit [Changing host]
rootnode has joined #commonlisp
<rootnode> /names
Odin- has joined #commonlisp
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
rkazak has quit [Ping timeout: 260 seconds]
Lord_of_Life_ is now known as Lord_of_Life
uhuh has joined #commonlisp
cercopith has quit [Ping timeout: 246 seconds]
nickiminjaj has joined #commonlisp
nickiminjaj has quit [Changing host]
nickiminjaj has joined #commonlisp
nickiminjaj is now known as ol0ck
jonatack has quit [Quit: WeeChat 4.5.1]
mgl has quit [Ping timeout: 244 seconds]
jonatack has joined #commonlisp
ol0ck_ has joined #commonlisp
ol0ck has quit [Quit: Textual IRC Client: www.textualapp.com]
ol0ck_ is now known as ol0ck
domovod has quit [Quit: WeeChat 4.5.1]
nickiminjaj has joined #commonlisp
skin has quit [Quit: leaving]
nickiminjaj has quit [Client Quit]
ol0ck has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ol0ck has joined #commonlisp
rkazak has joined #commonlisp
notzmv has quit [Ping timeout: 276 seconds]
shawnw has joined #commonlisp
thuna` has joined #commonlisp
uhuh has quit [Remote host closed the connection]
clothespin has joined #commonlisp
shawnw_ has joined #commonlisp
shawnw has quit [Ping timeout: 244 seconds]
uhuh has joined #commonlisp
skin has joined #commonlisp
szkl has joined #commonlisp
Inline has joined #commonlisp
Inline_ has joined #commonlisp
Inline is now known as Guest1044
Inline_ is now known as Inline
Guest1044 has quit [Ping timeout: 264 seconds]
Inline_ has joined #commonlisp
Inline is now known as Guest7076
Guest7076 has quit [Killed (copper.libera.chat (Nickname regained by services))]
Inline_ is now known as Inline
shawnw_ has quit [Ping timeout: 260 seconds]
kevingal has joined #commonlisp
amb007 has quit [Remote host closed the connection]
amb007 has joined #commonlisp
Everything has joined #commonlisp
mgl has joined #commonlisp
Inline_ has joined #commonlisp
notzmv has joined #commonlisp
Inline has quit [Ping timeout: 244 seconds]
Inline_ is now known as Inline
pve has quit [Quit: leaving]
cage has quit [Quit: rcirc on GNU Emacs 29.4]
dtman34 has quit [Ping timeout: 265 seconds]
mwnaylor has joined #commonlisp
Inline has quit [Quit: Leaving]
mgl has quit [Ping timeout: 272 seconds]
Inline has joined #commonlisp
dtman34 has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
mgl has joined #commonlisp
dtman34 has quit [Ping timeout: 248 seconds]
reb has quit [Read error: Connection reset by peer]
reb has joined #commonlisp
Inline has quit [Ping timeout: 260 seconds]
mgl has quit [Ping timeout: 272 seconds]
dtman34 has joined #commonlisp
ftzm has joined #commonlisp
varjag has joined #commonlisp
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
mishoo has quit [Ping timeout: 248 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
skin has quit [Quit: Lost terminal]
rkazak has quit [Ping timeout: 248 seconds]
Guest50 has joined #commonlisp
pillton has joined #commonlisp
kevingal has quit [Ping timeout: 260 seconds]
rkazak has joined #commonlisp
olnw has joined #commonlisp
kevingal has joined #commonlisp
JuanDaugherty has joined #commonlisp
green_ has joined #commonlisp
alcor has quit [Remote host closed the connection]
Guest50 has quit [Quit: Client closed]
shka has quit [Quit: Konversation terminated!]
rkazak has quit [Ping timeout: 276 seconds]
alternateved has quit [Remote host closed the connection]
rtypo has quit [Ping timeout: 264 seconds]
random-nick has quit [Ping timeout: 264 seconds]
rkazak has joined #commonlisp
mange has joined #commonlisp
rkazak has quit [Ping timeout: 265 seconds]
bitspook has quit [Ping timeout: 248 seconds]
random-nick has joined #commonlisp
varjag has quit [Ping timeout: 252 seconds]
varjag has joined #commonlisp
varjag has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
green_ has quit [Ping timeout: 265 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
troojg has joined #commonlisp
rkazak has quit [Ping timeout: 276 seconds]
kevingal has quit [Ping timeout: 276 seconds]
chenggong7788 has joined #commonlisp
chenggong7788 is now known as nil78