00:00
alfiee has quit [Ping timeout: 248 seconds]
00:03
jeffrey has quit [Quit: jeffrey]
00:08
deadmarshal_ has joined #commonlisp
00:10
attila_lendvai has quit [Ping timeout: 245 seconds]
00:21
madnificent has quit [Ping timeout: 252 seconds]
00:22
madnificent has joined #commonlisp
00:35
markb1 has quit [Ping timeout: 244 seconds]
00:39
zcheng3 has joined #commonlisp
00:41
alfiee has joined #commonlisp
00:44
tkb has joined #commonlisp
00:46
alfiee has quit [Ping timeout: 265 seconds]
00:48
markb1 has joined #commonlisp
00:48
Guest7530 has quit [Ping timeout: 252 seconds]
00:48
ahz_ has quit [Ping timeout: 252 seconds]
00:52
<
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.
00:53
<
tkb >
Am I missing something obvious?
00:57
markb1 has quit [Ping timeout: 265 seconds]
01:01
<
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.
01:01
<
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
01:03
<
kanuba >
Most time libraries depend on LOCAL-TIME and are expectant of you to be familiar with working with it.
01:09
markb1 has joined #commonlisp
01:14
Everything has joined #commonlisp
01:14
<
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.
01:16
<
mange >
I think (t+ local-time interval) returns a local-time, doesn't it? And the same for t-?
01:17
<
tkb >
Oh, yes, I see that now.
01:17
<
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+
01:17
geminium has joined #commonlisp
01:18
<
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.
01:21
<
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.
01:22
geminium has quit [Ping timeout: 268 seconds]
01:25
<
tkb >
Anyway, thanks, this lets me move on.
01:25
<
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?
01:26
<
tkb >
And exported?
01:26
istewart has joined #commonlisp
01:26
<
tkb >
Or just ask for the accessors to be exported?
01:26
alfiee has joined #commonlisp
01:26
<
mange >
I think just exporting the accessors would be reasonable. You could raise a PR with that change, I imagine.
01:27
<
tkb >
Ok, thanks again!
01:27
<
mange >
Who knows if it would get merged, but it's probably not much effort to make the PR.
01:27
<
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
01:28
<
kanuba >
An issue raissed on clarification may be worthwhile
01:31
alfiee has quit [Ping timeout: 248 seconds]
01:42
<
ixelp >
Please export the accessors for TIME-INTERVAL, or at least readers · Issue #3 · slyrus/time-interval
01:44
MyNetAz has quit [Remote host closed the connection]
01:47
MyNetAz has joined #commonlisp
01:50
tkb has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
01:58
random-nick has quit [Ping timeout: 248 seconds]
02:01
random-nick has joined #commonlisp
02:12
alfiee has joined #commonlisp
02:16
alfiee has quit [Ping timeout: 248 seconds]
02:16
markb1 has quit [Ping timeout: 272 seconds]
02:17
markb1 has joined #commonlisp
02:20
eddof13 has joined #commonlisp
02:23
eddof13 has quit [Client Quit]
02:35
markb1 has quit [Ping timeout: 252 seconds]
02:42
istewart has quit [Quit: Konversation terminated!]
02:44
istewart has joined #commonlisp
02:48
markb1 has joined #commonlisp
02:54
surabax has quit [Quit: Leaving]
02:57
ski has quit [Remote host closed the connection]
02:58
alfiee has joined #commonlisp
02:59
Everything has quit [Ping timeout: 272 seconds]
03:01
Everything has joined #commonlisp
03:03
alfiee has quit [Ping timeout: 276 seconds]
03:04
contrapunctus has left #commonlisp [#commonlisp]
03:06
contrapunctus has joined #commonlisp
03:18
contrapunctus has left #commonlisp [#commonlisp]
03:20
contrapunctus has joined #commonlisp
03:25
markb1 has quit [Ping timeout: 244 seconds]
03:28
pfdietz has joined #commonlisp
03:37
random-nick has quit [Ping timeout: 268 seconds]
03:39
markb1 has joined #commonlisp
03:40
waleee has quit [Ping timeout: 252 seconds]
03:42
decweb has quit [Quit: Konversation terminated!]
03:43
terrorjack has joined #commonlisp
03:43
alfiee has joined #commonlisp
03:44
bilegeek has joined #commonlisp
03:47
alfiee has quit [Ping timeout: 252 seconds]
04:02
mange has quit [Remote host closed the connection]
04:03
zcheng3 has quit [Ping timeout: 245 seconds]
04:04
markb1 has quit [Ping timeout: 244 seconds]
04:16
markb1 has joined #commonlisp
04:17
bilegeek has quit [Quit: Leaving]
04:19
bilegeek has joined #commonlisp
04:21
bilegeek_ has joined #commonlisp
04:24
bilegeek has quit [Ping timeout: 268 seconds]
04:30
alfiee has joined #commonlisp
04:34
alfiee has quit [Ping timeout: 252 seconds]
04:44
bilegeek__ has joined #commonlisp
04:45
bilegeek_ has quit [Ping timeout: 276 seconds]
04:55
bilegeek__ has quit [Remote host closed the connection]
04:56
markb1 has quit [Ping timeout: 244 seconds]
05:08
geminium has joined #commonlisp
05:09
markb1 has joined #commonlisp
05:13
geminium has quit [Ping timeout: 244 seconds]
05:16
alfiee has joined #commonlisp
05:21
alfiee has quit [Ping timeout: 268 seconds]
05:30
synchromesh has joined #commonlisp
05:33
markb1 has quit [Ping timeout: 244 seconds]
05:39
King_julian has joined #commonlisp
05:45
markb1 has joined #commonlisp
06:02
alfiee has joined #commonlisp
06:06
alfiee has quit [Ping timeout: 260 seconds]
06:07
mason has quit [Remote host closed the connection]
06:09
mason has joined #commonlisp
06:11
istewart has quit [Quit: Konversation terminated!]
06:17
ski has joined #commonlisp
06:24
uam has joined #commonlisp
06:34
Pixel_Outlaw has quit [Quit: Leaving]
06:41
chomwitt has joined #commonlisp
06:47
alfiee has joined #commonlisp
06:52
alfiee has quit [Ping timeout: 260 seconds]
06:55
King_julian has quit [Ping timeout: 252 seconds]
06:56
edgar-rft_ has joined #commonlisp
06:58
edgar-rft` has quit [Ping timeout: 252 seconds]
07:01
bpanthi977 has quit [Ping timeout: 276 seconds]
07:12
Lord_of_Life_ has joined #commonlisp
07:12
Lord_of_Life has quit [Ping timeout: 260 seconds]
07:13
Lord_of_Life_ is now known as Lord_of_Life
07:18
King_julian has joined #commonlisp
07:22
bpanthi977 has joined #commonlisp
07:31
bpanthi977 has quit [Ping timeout: 276 seconds]
07:31
geminium has joined #commonlisp
07:33
alfiee has joined #commonlisp
07:35
geminium has quit [Ping timeout: 245 seconds]
07:38
alfiee has quit [Ping timeout: 276 seconds]
07:43
Th30n has joined #commonlisp
07:54
pkal has quit [Read error: Connection reset by peer]
07:55
pkal has joined #commonlisp
08:00
geminium has joined #commonlisp
08:01
bendersteed has joined #commonlisp
08:03
srji has joined #commonlisp
08:04
geminium has quit [Ping timeout: 252 seconds]
08:05
markb1 has quit [Ping timeout: 246 seconds]
08:07
mooseball has joined #commonlisp
08:07
pve has joined #commonlisp
08:08
bpanthi977 has joined #commonlisp
08:08
varjag has joined #commonlisp
08:12
bpanthi977 has quit [Ping timeout: 248 seconds]
08:17
markb1 has joined #commonlisp
08:18
geminium has joined #commonlisp
08:18
alfiee has joined #commonlisp
08:23
alfiee has quit [Ping timeout: 252 seconds]
08:25
bendersteed has quit [Quit: bendersteed]
08:26
mooseball has quit [Remote host closed the connection]
08:27
bendersteed has joined #commonlisp
08:28
ingeniot has joined #commonlisp
08:44
mishoo has joined #commonlisp
09:04
alfiee has joined #commonlisp
09:08
alfiee has quit [Ping timeout: 246 seconds]
09:15
attila_lendvai has joined #commonlisp
09:16
Everything has quit [Ping timeout: 276 seconds]
09:17
bpanthi977 has joined #commonlisp
09:21
bpanthi977 has quit [Ping timeout: 260 seconds]
09:25
mange has joined #commonlisp
09:27
geminium has quit [Ping timeout: 244 seconds]
09:46
markb1 has quit [Ping timeout: 252 seconds]
09:48
bpanthi977 has joined #commonlisp
09:50
alfiee has joined #commonlisp
09:53
bpanthi977 has quit [Ping timeout: 276 seconds]
09:53
ingeniot has quit [Ping timeout: 240 seconds]
09:55
alfiee has quit [Ping timeout: 276 seconds]
09:59
markb1 has joined #commonlisp
10:02
uam has quit [Quit: Connection closed for inactivity]
10:13
vardhan has joined #commonlisp
10:13
vardhan_ has joined #commonlisp
10:13
<
beach >
Hello srji.
10:24
mwnaylor has quit [Ping timeout: 248 seconds]
10:29
chomwitt has quit [Ping timeout: 260 seconds]
10:36
alfiee has joined #commonlisp
10:37
markb1 has quit [Ping timeout: 248 seconds]
10:40
alfiee has quit [Ping timeout: 252 seconds]
10:43
decweb has joined #commonlisp
10:49
markb1 has joined #commonlisp
11:02
nani has joined #commonlisp
11:14
bpanthi977 has joined #commonlisp
11:17
markb1 has quit [Ping timeout: 268 seconds]
11:18
bpanthi977 has quit [Ping timeout: 245 seconds]
11:19
euandreh has quit [Remote host closed the connection]
11:19
szkl has joined #commonlisp
11:22
alfiee has joined #commonlisp
11:26
alfiee has quit [Ping timeout: 248 seconds]
11:28
ciuhh has joined #commonlisp
11:29
markb1 has joined #commonlisp
11:42
srji has quit [Ping timeout: 246 seconds]
11:59
manwithluck has joined #commonlisp
12:07
alfiee has joined #commonlisp
12:08
Fare has joined #commonlisp
12:09
random-nick has joined #commonlisp
12:12
alfiee has quit [Ping timeout: 272 seconds]
12:19
bpanthi977 has joined #commonlisp
12:23
bpanthi977 has quit [Ping timeout: 260 seconds]
12:27
markb1 has quit [Ping timeout: 276 seconds]
12:37
attila_lendvai has quit [Ping timeout: 260 seconds]
12:39
mange has quit [Quit: Zzz...]
12:40
markb1 has joined #commonlisp
12:44
nani has quit [Remote host closed the connection]
12:45
geminium has joined #commonlisp
12:53
alfiee has joined #commonlisp
12:55
ahz_ has joined #commonlisp
12:55
Guest7530 has joined #commonlisp
12:55
josrr has joined #commonlisp
12:57
alfiee has quit [Ping timeout: 252 seconds]
13:10
bpanthi977 has joined #commonlisp
13:12
nani has joined #commonlisp
13:14
markb1 has quit [Ping timeout: 245 seconds]
13:15
bpanthi977 has quit [Ping timeout: 276 seconds]
13:27
markb1 has joined #commonlisp
13:29
chomwitt has joined #commonlisp
13:36
josrr has quit [Remote host closed the connection]
13:40
alfiee has joined #commonlisp
13:44
alfiee has quit [Ping timeout: 246 seconds]
13:46
synchromesh has quit [Read error: Connection reset by peer]
13:47
synchromesh has joined #commonlisp
13:58
josrr has joined #commonlisp
13:59
kurfen has quit [Ping timeout: 246 seconds]
14:00
kurfen has joined #commonlisp
14:02
markb1 has quit [Ping timeout: 252 seconds]
14:02
vardhan has quit [Remote host closed the connection]
14:03
vardhan_ has quit [Read error: Connection reset by peer]
14:04
vardhan_ has joined #commonlisp
14:04
vardhan has joined #commonlisp
14:15
markb1 has joined #commonlisp
14:20
geminium has quit [Ping timeout: 244 seconds]
14:26
alfiee has joined #commonlisp
14:30
alfiee has quit [Ping timeout: 244 seconds]
14:31
Fare has quit [Ping timeout: 260 seconds]
14:34
bpanthi977 has joined #commonlisp
14:36
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
14:47
triffid has quit [Remote host closed the connection]
14:50
geminium has joined #commonlisp
14:51
triffid has joined #commonlisp
14:51
skin has joined #commonlisp
14:52
markb1 has quit [Ping timeout: 245 seconds]
14:55
louis77 has joined #commonlisp
14:58
eddof13 has joined #commonlisp
14:59
ahz has joined #commonlisp
15:03
Th30n has quit [Quit: going off]
15:05
markb1 has joined #commonlisp
15:13
alfiee has joined #commonlisp
15:18
alfiee has quit [Ping timeout: 272 seconds]
15:23
markb1 has quit [Ping timeout: 244 seconds]
15:24
markb1 has joined #commonlisp
15:41
pabs3 has quit [Ping timeout: 245 seconds]
15:42
pabs3 has joined #commonlisp
15:42
jackdaniel has quit [Ping timeout: 252 seconds]
15:42
jackdaniel has joined #commonlisp
15:45
Sario has joined #commonlisp
15:53
markb1 has quit [Ping timeout: 248 seconds]
15:58
alfiee has joined #commonlisp
15:59
ahz has quit [Changing host]
15:59
ahz has joined #commonlisp
16:03
alfiee has quit [Ping timeout: 265 seconds]
16:05
Guest7530 has quit [Quit: Leaving]
16:06
ahz_ has left #commonlisp [Leaving]
16:06
markb1 has joined #commonlisp
16:16
skin has quit [Ping timeout: 260 seconds]
16:24
markb1 has quit [Ping timeout: 276 seconds]
16:35
markb1 has joined #commonlisp
16:42
louis77 has quit [Ping timeout: 272 seconds]
16:44
srji has joined #commonlisp
16:45
alfiee has joined #commonlisp
16:47
louis77 has joined #commonlisp
16:47
louis77 has quit [Changing host]
16:47
louis77 has joined #commonlisp
16:48
srji has quit [Ping timeout: 252 seconds]
16:49
alfiee has quit [Ping timeout: 272 seconds]
16:52
chomwitt has quit [Ping timeout: 244 seconds]
17:07
attila_lendvai has joined #commonlisp
17:08
contrapunctus has left #commonlisp [#commonlisp]
17:13
louis77 has quit [Ping timeout: 252 seconds]
17:22
NotThatRPG has joined #commonlisp
17:24
louis77 has joined #commonlisp
17:25
skin has joined #commonlisp
17:26
pfdietz has quit [Quit: Client closed]
17:27
pfdietz has joined #commonlisp
17:30
alfiee has joined #commonlisp
17:32
Guest3850 has joined #commonlisp
17:32
louis77 has quit [Ping timeout: 244 seconds]
17:33
markb1 has quit [Ping timeout: 252 seconds]
17:34
alfiee has quit [Ping timeout: 244 seconds]
17:37
markb1 has joined #commonlisp
17:45
markb1 has quit [Ping timeout: 244 seconds]
17:52
louis77 has joined #commonlisp
17:52
louis77 has quit [Changing host]
17:52
louis77 has joined #commonlisp
17:55
markb1 has joined #commonlisp
17:55
synchromesh has quit [Read error: Connection reset by peer]
17:56
synchromesh has joined #commonlisp
17:59
vardhan_ has quit [Ping timeout: 245 seconds]
17:59
vardhan has quit [Ping timeout: 245 seconds]
18:06
surabax has joined #commonlisp
18:06
surabax has quit [Changing host]
18:06
surabax has joined #commonlisp
18:09
pfdietz has quit [Quit: Client closed]
18:09
pfdietz has joined #commonlisp
18:10
veqq has joined #commonlisp
18:14
markb1 has quit [Ping timeout: 252 seconds]
18:15
markb1 has joined #commonlisp
18:15
alfiee has joined #commonlisp
18:20
alfiee has quit [Ping timeout: 248 seconds]
18:22
eddof13_ has joined #commonlisp
18:24
rtypo has joined #commonlisp
18:29
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
18:29
molson_ has quit [Remote host closed the connection]
18:30
molson has joined #commonlisp
18:32
molson has quit [Remote host closed the connection]
18:34
molson has joined #commonlisp
18:34
stirl has quit [Quit: WeeChat 4.5.2]
18:37
molson has quit [Remote host closed the connection]
18:37
molson has joined #commonlisp
18:38
trocado has quit [Ping timeout: 260 seconds]
18:39
eddof13_ has joined #commonlisp
18:41
molson has quit [Remote host closed the connection]
18:43
cage has joined #commonlisp
18:43
cage has quit [Excess Flood]
18:44
cage has joined #commonlisp
18:45
molson has joined #commonlisp
18:47
molson has quit [Remote host closed the connection]
18:49
eddof13 has quit [Quit: eddof13]
18:50
molson has joined #commonlisp
18:54
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
18:55
eddof13 has joined #commonlisp
18:56
pranav has quit [Read error: Connection reset by peer]
19:00
pranav has joined #commonlisp
19:01
molson has quit [Remote host closed the connection]
19:02
alfiee has joined #commonlisp
19:03
louis77 has quit [Ping timeout: 252 seconds]
19:06
alfiee has quit [Ping timeout: 248 seconds]
19:06
Thermoriax has quit [Quit: bbiab]
19:13
waleee has joined #commonlisp
19:17
molson has joined #commonlisp
19:29
Pixel_Outlaw has joined #commonlisp
19:31
mwnaylor has joined #commonlisp
19:32
molson has quit [Quit: Leaving]
19:33
louis77 has joined #commonlisp
19:33
louis77 has quit [Changing host]
19:33
louis77 has joined #commonlisp
19:34
molson has joined #commonlisp
19:37
eddof13 has quit [Quit: eddof13]
19:37
molson_ has joined #commonlisp
19:38
louis77 has quit [Ping timeout: 265 seconds]
19:42
molson has quit [Quit: Leaving]
19:44
pfdietz has quit [Quit: Client closed]
19:48
alfiee has joined #commonlisp
19:48
eddof13 has joined #commonlisp
19:52
alfiee has quit [Ping timeout: 252 seconds]
19:55
markb1 has quit [Ping timeout: 248 seconds]
19:58
Guest3850 has quit [Quit: WeeChat 4.5.2]
20:03
louis77 has joined #commonlisp
20:04
random-nick has quit [Ping timeout: 244 seconds]
20:05
cage has quit [Quit: rcirc on GNU Emacs 30.1]
20:07
markb1 has joined #commonlisp
20:16
contrapunctus has joined #commonlisp
20:16
random-nick has joined #commonlisp
20:16
mishoo has quit [Ping timeout: 268 seconds]
20:18
dra has joined #commonlisp
20:20
Fare has joined #commonlisp
20:20
eddof13_ has joined #commonlisp
20:26
chomwitt has joined #commonlisp
20:28
eddof13_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
20:30
contrapunctus has left #commonlisp [#commonlisp]
20:31
apac has joined #commonlisp
20:34
contrapunctus has joined #commonlisp
20:34
alfiee has joined #commonlisp
20:35
contrapunctus has left #commonlisp [#commonlisp]
20:36
contrapunctus has joined #commonlisp
20:37
contrapunctus has left #commonlisp [#commonlisp]
20:38
contrapunctus has joined #commonlisp
20:38
alfiee has quit [Ping timeout: 252 seconds]
20:39
contrapunctus has left #commonlisp [#commonlisp]
20:40
contrapunctus has joined #commonlisp
20:40
geminium has quit [Quit: Lost terminal]
20:41
ciuhh has quit [Remote host closed the connection]
20:41
contrapunctus has left #commonlisp [#commonlisp]
20:42
contrapunctus has joined #commonlisp
20:43
contrapunctus has left #commonlisp [#commonlisp]
20:44
contrapunctus has joined #commonlisp
20:46
contrapunctus has left #commonlisp [#commonlisp]
20:47
contrapunctus has joined #commonlisp
20:49
trocado has joined #commonlisp
20:55
contrapunctus has left #commonlisp [#commonlisp]
20:57
contrapunctus has joined #commonlisp
20:58
contrapunctus has left #commonlisp [#commonlisp]
20:58
chrcav has quit [Ping timeout: 272 seconds]
20:59
contrapunctus has joined #commonlisp
20:59
chrcav has joined #commonlisp
21:00
contrapunctus has left #commonlisp [#commonlisp]
21:01
contrapunctus has joined #commonlisp
21:02
contrapunctus has left #commonlisp [#commonlisp]
21:03
contrapunctus has joined #commonlisp
21:04
contrapunctus has left #commonlisp [#commonlisp]
21:05
contrapunctus has joined #commonlisp
21:06
contrapunctus has left #commonlisp [#commonlisp]
21:07
contrapunctus has joined #commonlisp
21:08
contrapunctus has left #commonlisp [#commonlisp]
21:09
contrapunctus has joined #commonlisp
21:11
contrapunctus has left #commonlisp [#commonlisp]
21:12
contrapunctus has joined #commonlisp
21:12
King_julian has quit [Ping timeout: 268 seconds]
21:12
pve has quit [Quit: leaving]
21:13
louis77 has quit [Ping timeout: 244 seconds]
21:13
contrapunctus has left #commonlisp [#commonlisp]
21:13
King_julian has joined #commonlisp
21:14
molson_ has quit [Quit: Leaving]
21:14
contrapunctus has joined #commonlisp
21:15
contrapunctus has left #commonlisp [#commonlisp]
21:16
contrapunctus has joined #commonlisp
21:19
josrr has quit [Ping timeout: 260 seconds]
21:21
alfiee has joined #commonlisp
21:21
molson has joined #commonlisp
21:22
ski has quit [Ping timeout: 260 seconds]
21:25
alfiee has quit [Ping timeout: 260 seconds]
21:27
contrapunctus has left #commonlisp [#commonlisp]
21:30
louis77 has joined #commonlisp
21:30
louis77 has quit [Changing host]
21:30
louis77 has joined #commonlisp
21:41
molson has quit [Quit: Leaving]
21:50
mala has quit [Read error: Connection reset by peer]
21:52
apac has quit [Ping timeout: 246 seconds]
21:53
Thermoriax has joined #commonlisp
21:53
mala has joined #commonlisp
21:57
spdegabrielle has joined #commonlisp
21:57
contrapunctus has joined #commonlisp
21:58
contrapunctus has left #commonlisp [#commonlisp]
21:59
contrapunctus has joined #commonlisp
22:01
contrapunctus has left #commonlisp [#commonlisp]
22:02
contrapunctus has joined #commonlisp
22:03
attila_lendvai has quit [Ping timeout: 252 seconds]
22:03
contrapunctus has left #commonlisp [#commonlisp]
22:04
contrapunctus has joined #commonlisp
22:04
synchromesh has quit [Read error: Connection reset by peer]
22:05
contrapunctus has left #commonlisp [#commonlisp]
22:05
synchromesh has joined #commonlisp
22:06
mala has quit [Read error: Connection reset by peer]
22:06
contrapunctus has joined #commonlisp
22:07
mala has joined #commonlisp
22:07
alfiee has joined #commonlisp
22:07
contrapunctus has left #commonlisp [#commonlisp]
22:08
contrapunctus has joined #commonlisp
22:09
contrapunctus has left #commonlisp [#commonlisp]
22:10
contrapunctus has joined #commonlisp
22:11
alfiee has quit [Ping timeout: 252 seconds]
22:11
mange has joined #commonlisp
22:12
contrapunctus has left #commonlisp [#commonlisp]
22:12
skin has quit [Remote host closed the connection]
22:13
contrapunctus has joined #commonlisp
22:14
contrapunctus has left #commonlisp [#commonlisp]
22:15
contrapunctus has joined #commonlisp
22:16
contrapunctus has left #commonlisp [#commonlisp]
22:16
qsaiyan has quit [Ping timeout: 244 seconds]
22:17
contrapunctus has joined #commonlisp
22:17
louis77 has quit [Remote host closed the connection]
22:18
contrapunctus has left #commonlisp [#commonlisp]
22:19
contrapunctus has joined #commonlisp
22:20
pfdietz has joined #commonlisp
22:20
contrapunctus has left #commonlisp [#commonlisp]
22:21
contrapunctus has joined #commonlisp
22:23
contrapunctus has left #commonlisp [#commonlisp]
22:23
contrapunctus has joined #commonlisp
22:25
contrapunctus has left #commonlisp [#commonlisp]
22:25
hineios230 has joined #commonlisp
22:26
contrapunctus has joined #commonlisp
22:26
contrapunctus has left #commonlisp [#commonlisp]
22:28
contrapunctus has joined #commonlisp
22:29
contrapunctus has left #commonlisp [#commonlisp]
22:30
contrapunctus has joined #commonlisp
22:31
contrapunctus has left #commonlisp [#commonlisp]
22:32
contrapunctus has joined #commonlisp
22:33
contrapunctus has left #commonlisp [#commonlisp]
22:34
contrapunctus has joined #commonlisp
22:35
contrapunctus has left #commonlisp [#commonlisp]
22:36
contrapunctus has joined #commonlisp
22:37
contrapunctus has left #commonlisp [#commonlisp]
22:38
contrapunctus has joined #commonlisp
22:40
contrapunctus has left #commonlisp [#commonlisp]
22:41
contrapunctus has joined #commonlisp
22:42
contrapunctus has left #commonlisp [#commonlisp]
22:43
contrapunctus has joined #commonlisp
22:44
contrapunctus has left #commonlisp [#commonlisp]
22:45
contrapunctus has joined #commonlisp
22:46
contrapunctus has left #commonlisp [#commonlisp]
22:47
contrapunctus has joined #commonlisp
22:49
contrapunctus has left #commonlisp [#commonlisp]
22:50
contrapunctus has joined #commonlisp
22:51
contrapunctus has left #commonlisp [#commonlisp]
22:52
contrapunctus has joined #commonlisp
22:52
alfiee has joined #commonlisp
22:53
contrapunctus has left #commonlisp [#commonlisp]
22:54
contrapunctus has joined #commonlisp
22:55
contrapunctus has left #commonlisp [#commonlisp]
22:56
contrapunctus has joined #commonlisp
22:57
alfiee has quit [Ping timeout: 252 seconds]
22:57
contrapunctus has left #commonlisp [#commonlisp]
22:58
contrapunctus has joined #commonlisp
22:59
contrapunctus has left #commonlisp [#commonlisp]
23:01
contrapunctus has joined #commonlisp
23:02
contrapunctus has left #commonlisp [#commonlisp]
23:03
contrapunctus has joined #commonlisp
23:03
thonkpod has quit [Ping timeout: 260 seconds]
23:04
thonkpod has joined #commonlisp
23:04
contrapunctus has left #commonlisp [#commonlisp]
23:05
contrapunctus has joined #commonlisp
23:06
contrapunctus has left #commonlisp [#commonlisp]
23:08
contrapunctus has joined #commonlisp
23:08
bendersteed has quit [Quit: bendersteed]
23:09
contrapunctus has left #commonlisp [#commonlisp]
23:10
contrapunctus has joined #commonlisp
23:11
contrapunctus has left #commonlisp [#commonlisp]
23:12
contrapunctus has joined #commonlisp
23:13
contrapunctus has left #commonlisp [#commonlisp]
23:14
contrapunctus has joined #commonlisp
23:15
contrapunctus has left #commonlisp [#commonlisp]
23:16
contrapunctus has joined #commonlisp
23:17
contrapunctus has left #commonlisp [#commonlisp]
23:18
contrapunctus has joined #commonlisp
23:20
contrapunctus has left #commonlisp [#commonlisp]
23:21
contrapunctus has joined #commonlisp
23:22
contrapunctus has left #commonlisp [#commonlisp]
23:23
contrapunctus has joined #commonlisp
23:23
josrr has joined #commonlisp
23:24
contrapunctus has left #commonlisp [#commonlisp]
23:25
contrapunctus has joined #commonlisp
23:26
contrapunctus has left #commonlisp [#commonlisp]
23:27
contrapunctus has joined #commonlisp
23:28
contrapunctus has left #commonlisp [#commonlisp]
23:29
contrapunctus has joined #commonlisp
23:30
contrapunctus has left #commonlisp [#commonlisp]
23:31
chomwitt has quit [Ping timeout: 276 seconds]
23:31
contrapunctus has joined #commonlisp
23:32
contrapunctus has left #commonlisp [#commonlisp]
23:33
contrapunctus has joined #commonlisp
23:34
contrapunctus has left #commonlisp [#commonlisp]
23:36
contrapunctus has joined #commonlisp
23:37
contrapunctus has left #commonlisp [#commonlisp]
23:38
contrapunctus has joined #commonlisp
23:39
contrapunctus has left #commonlisp [#commonlisp]
23:39
alfiee has joined #commonlisp
23:40
contrapunctus has joined #commonlisp
23:41
contrapunctus has left #commonlisp [#commonlisp]
23:42
contrapunctus has joined #commonlisp
23:43
contrapunctus has left #commonlisp [#commonlisp]
23:43
alfiee has quit [Ping timeout: 252 seconds]
23:44
contrapunctus has joined #commonlisp
23:45
contrapunctus has left #commonlisp [#commonlisp]
23:46
contrapunctus has joined #commonlisp
23:47
contrapunctus has left #commonlisp [#commonlisp]
23:48
contrapunctus has joined #commonlisp
23:49
contrapunctus has left #commonlisp [#commonlisp]
23:49
ahz has quit [Quit: Leaving]
23:50
contrapunctus has joined #commonlisp
23:51
contrapunctus has left #commonlisp [#commonlisp]
23:52
zcheng3 has joined #commonlisp
23:52
Alfr has quit [Quit: Leaving]
23:52
contrapunctus has joined #commonlisp
23:53
contrapunctus has left #commonlisp [#commonlisp]
23:54
contrapunctus has joined #commonlisp
23:56
contrapunctus has left #commonlisp [#commonlisp]
23:57
contrapunctus has joined #commonlisp
23:58
contrapunctus has left #commonlisp [#commonlisp]
23:59
contrapunctus has joined #commonlisp