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/>
alfiee has quit [Ping timeout: 248 seconds]
jeffrey has quit [Quit: jeffrey]
deadmarshal_ has joined #commonlisp
attila_lendvai has quit [Ping timeout: 245 seconds]
madnificent has quit [Ping timeout: 252 seconds]
madnificent has joined #commonlisp
markb1 has quit [Ping timeout: 244 seconds]
zcheng3 has joined #commonlisp
alfiee has joined #commonlisp
tkb has joined #commonlisp
alfiee has quit [Ping timeout: 265 seconds]
markb1 has joined #commonlisp
Guest7530 has quit [Ping timeout: 252 seconds]
ahz_ has quit [Ping timeout: 252 seconds]
<tkb> I'm working with the time-interval package. I've gotten an interval by using t- on two times. Now, how do I get the hours and minutes out? I can use with-slots adn interval::hours and interval::minutes, but surely there is a better way.
<tkb> Am I missing something obvious?
markb1 has quit [Ping timeout: 265 seconds]
<mange> I guess you could use TIMESTAMP-DECODED-DIFFERENCE to get the values? Otherwise, yeah, I can't see a public way to get that information. Instead of slots I guess you could use the INTERVAL::INTERVAL-HOURS and INTERVAL::INTERVAL-MINUTES accessors.
<kanuba> I'm not familiar with that project, but it looks like T- has a method that specializes to a LOCAL-TIME timestamp and returns one. You can use LOCAL-TIME:PARSE-TIMESTAMP or similar to extract the time components you need if you work with them
<kanuba> Most time libraries depend on LOCAL-TIME and are expectant of you to be familiar with working with it.
markb1 has joined #commonlisp
Everything has joined #commonlisp
<tkb> I think all the T- and T+ methods return intervals, which means you can't actually use anything from LOCAL-TIME to destructure them.
<mange> I think (t+ local-time interval) returns a local-time, doesn't it? And the same for t-?
<tkb> Oh, yes, I see that now.
<kanuba> That's not what I'm reading, but perhaps I'm blind. The method t- ((t1 local-time:timestamp) (t2 time-interval)) calls timestamp-add-interval which returns the result of local-time:timestamp+
geminium has joined #commonlisp
<tkb> But I don't actually want a LOCAL-TIME:TIMESTAMP, I want to use the hours and the minutes to find the duration in minutes to use elsewhere.
<tkb> I can use TIMESTAMP-DECODED-DIFFERENCE with MULTIPLE-VALUE-BIND, but I find it odd that there is no more direct way to get access to the slots of a TIME-INTERVAL.
geminium has quit [Ping timeout: 268 seconds]
<tkb> Anyway, thanks, this lets me move on.
<tkb> I just wish that there were :READERs that were exported so you can get the individual components out. Think it would be worthwhile submitting an issue on the GitHub page asking that :READERs be added?
<tkb> And exported?
istewart has joined #commonlisp
<tkb> Or just ask for the accessors to be exported?
alfiee has joined #commonlisp
<mange> I think just exporting the accessors would be reasonable. You could raise a PR with that change, I imagine.
<tkb> Ok, thanks again!
<mange> Who knows if it would get merged, but it's probably not much effort to make the PR.
<kanuba> readers are writers are added already, but not exported, perhaps because the underlying implementation may change and the author didn't account for it because they used local-time themself to extract the hours and minutes
<kanuba> An issue raissed on clarification may be worthwhile
alfiee has quit [Ping timeout: 248 seconds]
<tkb> Here's the issue: Please export the accessors for TIME-INTERVAL, or at least readers -- https://github.com/slyrus/time-interval/issues/3
<ixelp> Please export the accessors for TIME-INTERVAL, or at least readers · Issue #3 · slyrus/time-interval
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #commonlisp
tkb has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
random-nick has quit [Ping timeout: 248 seconds]
random-nick has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
markb1 has quit [Ping timeout: 272 seconds]
markb1 has joined #commonlisp
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
markb1 has quit [Ping timeout: 252 seconds]
istewart has quit [Quit: Konversation terminated!]
istewart has joined #commonlisp
markb1 has joined #commonlisp
surabax has quit [Quit: Leaving]
ski has quit [Remote host closed the connection]
alfiee has joined #commonlisp
Everything has quit [Ping timeout: 272 seconds]
Everything has joined #commonlisp
alfiee has quit [Ping timeout: 276 seconds]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
markb1 has quit [Ping timeout: 244 seconds]
pfdietz has joined #commonlisp
random-nick has quit [Ping timeout: 268 seconds]
markb1 has joined #commonlisp
waleee has quit [Ping timeout: 252 seconds]
decweb has quit [Quit: Konversation terminated!]
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #commonlisp
alfiee has joined #commonlisp
bilegeek has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
mange has quit [Remote host closed the connection]
zcheng3 has quit [Ping timeout: 245 seconds]
markb1 has quit [Ping timeout: 244 seconds]
markb1 has joined #commonlisp
bilegeek has quit [Quit: Leaving]
bilegeek has joined #commonlisp
bilegeek_ has joined #commonlisp
bilegeek has quit [Ping timeout: 268 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
bilegeek__ has joined #commonlisp
bilegeek_ has quit [Ping timeout: 276 seconds]
bilegeek__ has quit [Remote host closed the connection]
markb1 has quit [Ping timeout: 244 seconds]
geminium has joined #commonlisp
markb1 has joined #commonlisp
geminium has quit [Ping timeout: 244 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 268 seconds]
synchromesh has joined #commonlisp
markb1 has quit [Ping timeout: 244 seconds]
King_julian has joined #commonlisp
markb1 has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 260 seconds]
mason has quit [Remote host closed the connection]
mason has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
ski has joined #commonlisp
uam has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
chomwitt has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 260 seconds]
King_julian has quit [Ping timeout: 252 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 252 seconds]
bpanthi977 has quit [Ping timeout: 276 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 260 seconds]
Lord_of_Life_ is now known as Lord_of_Life
King_julian has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
geminium has joined #commonlisp
alfiee has joined #commonlisp
geminium has quit [Ping timeout: 245 seconds]
alfiee has quit [Ping timeout: 276 seconds]
Th30n has joined #commonlisp
pkal has quit [Read error: Connection reset by peer]
pkal has joined #commonlisp
geminium has joined #commonlisp
bendersteed has joined #commonlisp
srji has joined #commonlisp
<srji> hello o
<srji> o/
geminium has quit [Ping timeout: 252 seconds]
markb1 has quit [Ping timeout: 246 seconds]
mooseball has joined #commonlisp
pve has joined #commonlisp
bpanthi977 has joined #commonlisp
varjag has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
markb1 has joined #commonlisp
geminium has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
bendersteed has quit [Quit: bendersteed]
mooseball has quit [Remote host closed the connection]
bendersteed has joined #commonlisp
ingeniot has joined #commonlisp
mishoo has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 246 seconds]
attila_lendvai has joined #commonlisp
Everything has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
mange has joined #commonlisp
geminium has quit [Ping timeout: 244 seconds]
markb1 has quit [Ping timeout: 252 seconds]
bpanthi977 has joined #commonlisp
alfiee has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
ingeniot has quit [Ping timeout: 240 seconds]
alfiee has quit [Ping timeout: 276 seconds]
markb1 has joined #commonlisp
uam has quit [Quit: Connection closed for inactivity]
vardhan has joined #commonlisp
vardhan_ has joined #commonlisp
<beach> Hello srji.
mwnaylor has quit [Ping timeout: 248 seconds]
chomwitt has quit [Ping timeout: 260 seconds]
alfiee has joined #commonlisp
markb1 has quit [Ping timeout: 248 seconds]
alfiee has quit [Ping timeout: 252 seconds]
decweb has joined #commonlisp
markb1 has joined #commonlisp
nani has joined #commonlisp
bpanthi977 has joined #commonlisp
markb1 has quit [Ping timeout: 268 seconds]
bpanthi977 has quit [Ping timeout: 245 seconds]
euandreh has quit [Remote host closed the connection]
szkl has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
ciuhh has joined #commonlisp
markb1 has joined #commonlisp
srji has quit [Ping timeout: 246 seconds]
manwithluck has joined #commonlisp
alfiee has joined #commonlisp
Fare has joined #commonlisp
random-nick has joined #commonlisp
alfiee has quit [Ping timeout: 272 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 276 seconds]
attila_lendvai has quit [Ping timeout: 260 seconds]
mange has quit [Quit: Zzz...]
markb1 has joined #commonlisp
nani has quit [Remote host closed the connection]
geminium has joined #commonlisp
alfiee has joined #commonlisp
ahz_ has joined #commonlisp
Guest7530 has joined #commonlisp
josrr has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
bpanthi977 has joined #commonlisp
nani has joined #commonlisp
markb1 has quit [Ping timeout: 245 seconds]
bpanthi977 has quit [Ping timeout: 276 seconds]
markb1 has joined #commonlisp
chomwitt has joined #commonlisp
josrr has quit [Remote host closed the connection]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 246 seconds]
synchromesh has quit [Read error: Connection reset by peer]
synchromesh has joined #commonlisp
josrr has joined #commonlisp
kurfen has quit [Ping timeout: 246 seconds]
kurfen has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
vardhan has quit [Remote host closed the connection]
vardhan_ has quit [Read error: Connection reset by peer]
vardhan_ has joined #commonlisp
vardhan has joined #commonlisp
markb1 has joined #commonlisp
geminium has quit [Ping timeout: 244 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 244 seconds]
Fare has quit [Ping timeout: 260 seconds]
bpanthi977 has joined #commonlisp
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
triffid has quit [Remote host closed the connection]
geminium has joined #commonlisp
triffid has joined #commonlisp
skin has joined #commonlisp
markb1 has quit [Ping timeout: 245 seconds]
louis77 has joined #commonlisp
eddof13 has joined #commonlisp
ahz has joined #commonlisp
Th30n has quit [Quit: going off]
markb1 has joined #commonlisp
olnw has quit [Quit: ZNC - https://znc.in]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 272 seconds]
markb1 has quit [Ping timeout: 244 seconds]
markb1 has joined #commonlisp
pabs3 has quit [Ping timeout: 245 seconds]
pabs3 has joined #commonlisp
jackdaniel has quit [Ping timeout: 252 seconds]
jackdaniel has joined #commonlisp
Sario has joined #commonlisp
markb1 has quit [Ping timeout: 248 seconds]
alfiee has joined #commonlisp
ahz has quit [Changing host]
ahz has joined #commonlisp
alfiee has quit [Ping timeout: 265 seconds]
Guest7530 has quit [Quit: Leaving]
ahz_ has left #commonlisp [Leaving]
markb1 has joined #commonlisp
skin has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 276 seconds]
markb1 has joined #commonlisp
louis77 has quit [Ping timeout: 272 seconds]
srji has joined #commonlisp
alfiee has joined #commonlisp
louis77 has joined #commonlisp
louis77 has quit [Changing host]
louis77 has joined #commonlisp
srji has quit [Ping timeout: 252 seconds]
alfiee has quit [Ping timeout: 272 seconds]
chomwitt has quit [Ping timeout: 244 seconds]
attila_lendvai has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
louis77 has quit [Ping timeout: 252 seconds]
NotThatRPG has joined #commonlisp
louis77 has joined #commonlisp
skin has joined #commonlisp
pfdietz has quit [Quit: Client closed]
pfdietz has joined #commonlisp
alfiee has joined #commonlisp
Guest3850 has joined #commonlisp
louis77 has quit [Ping timeout: 244 seconds]
markb1 has quit [Ping timeout: 252 seconds]
alfiee has quit [Ping timeout: 244 seconds]
markb1 has joined #commonlisp
markb1 has quit [Ping timeout: 244 seconds]
louis77 has joined #commonlisp
louis77 has quit [Changing host]
louis77 has joined #commonlisp
markb1 has joined #commonlisp
synchromesh has quit [Read error: Connection reset by peer]
synchromesh has joined #commonlisp
vardhan_ has quit [Ping timeout: 245 seconds]
vardhan has quit [Ping timeout: 245 seconds]
surabax has joined #commonlisp
surabax has quit [Changing host]
surabax has joined #commonlisp
pfdietz has quit [Quit: Client closed]
pfdietz has joined #commonlisp
veqq has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
eddof13_ has joined #commonlisp
rtypo has joined #commonlisp
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
molson_ has quit [Remote host closed the connection]
molson has joined #commonlisp
molson has quit [Remote host closed the connection]
molson has joined #commonlisp
stirl has quit [Quit: WeeChat 4.5.2]
molson has quit [Remote host closed the connection]
molson has joined #commonlisp
trocado has quit [Ping timeout: 260 seconds]
eddof13_ has joined #commonlisp
molson has quit [Remote host closed the connection]
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
molson has joined #commonlisp
molson has quit [Remote host closed the connection]
eddof13 has quit [Quit: eddof13]
molson has joined #commonlisp
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
eddof13 has joined #commonlisp
pranav has quit [Read error: Connection reset by peer]
pranav has joined #commonlisp
molson has quit [Remote host closed the connection]
alfiee has joined #commonlisp
louis77 has quit [Ping timeout: 252 seconds]
alfiee has quit [Ping timeout: 248 seconds]
Thermoriax has quit [Quit: bbiab]
waleee has joined #commonlisp
molson has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
mwnaylor has joined #commonlisp
molson has quit [Quit: Leaving]
louis77 has joined #commonlisp
louis77 has quit [Changing host]
louis77 has joined #commonlisp
molson has joined #commonlisp
eddof13 has quit [Quit: eddof13]
molson_ has joined #commonlisp
louis77 has quit [Ping timeout: 265 seconds]
molson has quit [Quit: Leaving]
pfdietz has quit [Quit: Client closed]
alfiee has joined #commonlisp
eddof13 has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
markb1 has quit [Ping timeout: 248 seconds]
Guest3850 has quit [Quit: WeeChat 4.5.2]
louis77 has joined #commonlisp
random-nick has quit [Ping timeout: 244 seconds]
cage has quit [Quit: rcirc on GNU Emacs 30.1]
markb1 has joined #commonlisp
contrapunctus has joined #commonlisp
random-nick has joined #commonlisp
mishoo has quit [Ping timeout: 268 seconds]
dra has joined #commonlisp
Fare has joined #commonlisp
eddof13_ has joined #commonlisp
chomwitt has joined #commonlisp
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
contrapunctus has left #commonlisp [#commonlisp]
apac has joined #commonlisp
contrapunctus has joined #commonlisp
alfiee has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
geminium has quit [Quit: Lost terminal]
ciuhh has quit [Remote host closed the connection]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
trocado has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
chrcav has quit [Ping timeout: 272 seconds]
contrapunctus has joined #commonlisp
chrcav has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
King_julian has quit [Ping timeout: 268 seconds]
pve has quit [Quit: leaving]
louis77 has quit [Ping timeout: 244 seconds]
contrapunctus has left #commonlisp [#commonlisp]
King_julian has joined #commonlisp
molson_ has quit [Quit: Leaving]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
josrr has quit [Ping timeout: 260 seconds]
alfiee has joined #commonlisp
molson has joined #commonlisp
ski has quit [Ping timeout: 260 seconds]
alfiee has quit [Ping timeout: 260 seconds]
contrapunctus has left #commonlisp [#commonlisp]
louis77 has joined #commonlisp
louis77 has quit [Changing host]
louis77 has joined #commonlisp
molson has quit [Quit: Leaving]
mala has quit [Read error: Connection reset by peer]
apac has quit [Ping timeout: 246 seconds]
Thermoriax has joined #commonlisp
mala has joined #commonlisp
spdegabrielle has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
attila_lendvai has quit [Ping timeout: 252 seconds]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
synchromesh has quit [Read error: Connection reset by peer]
contrapunctus has left #commonlisp [#commonlisp]
synchromesh has joined #commonlisp
mala has quit [Read error: Connection reset by peer]
contrapunctus has joined #commonlisp
mala has joined #commonlisp
alfiee has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
mange has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
skin has quit [Remote host closed the connection]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
qsaiyan has quit [Ping timeout: 244 seconds]
contrapunctus has joined #commonlisp
louis77 has quit [Remote host closed the connection]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
pfdietz has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
hineios230 has quit [Quit: The Lounge - https://thelounge.chat]
contrapunctus has left #commonlisp [#commonlisp]
hineios230 has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
alfiee has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
thonkpod has quit [Ping timeout: 260 seconds]
thonkpod has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
josrr has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
chomwitt has quit [Ping timeout: 276 seconds]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
alfiee has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
alfiee has quit [Ping timeout: 252 seconds]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
ahz has quit [Quit: Leaving]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
zcheng3 has joined #commonlisp
Alfr has quit [Quit: Leaving]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp