00:03
jello_pudding has joined #commonlisp
00:39
gxt has quit [Ping timeout: 258 seconds]
00:40
livoreno has joined #commonlisp
00:41
gxt has joined #commonlisp
00:50
bc4m has quit [Ping timeout: 252 seconds]
01:07
bc4m has joined #commonlisp
01:08
asarch has joined #commonlisp
01:14
bc4m has quit [Ping timeout: 252 seconds]
01:26
karlosz has joined #commonlisp
01:34
Oladon has quit [Quit: Leaving.]
01:38
sjl has quit [Quit: WeeChat 3.6]
01:46
bc4m has joined #commonlisp
01:59
eddof13 has joined #commonlisp
01:59
karlosz has quit [Ping timeout: 240 seconds]
02:00
eddof13 has quit [Client Quit]
02:01
razetime has joined #commonlisp
02:02
Josh_2 has joined #commonlisp
02:02
<
Josh_2 >
Good evening
02:03
<
Josh_2 >
My application keeps freezing for a few seconds at a time, could this be garbage collection?
02:03
<
Josh_2 >
The application has been running for a long time now
02:03
<
hayley >
A few seconds would be surprisingly slow. What hardware does it run on?
02:04
<
Josh_2 >
i7 6700k with 2 threads
02:05
<
hayley >
Should be in the same ballpark as my "old" processor, for which the worst pause I saw was about one second. Which is bad, but not that bad.
02:07
<
Josh_2 >
(room) shows a rapid increase just before the app freezes, then followed by a large decrease and it then continues
02:07
<
Josh_2 >
Is there a way to time the gc?
02:14
<
Josh_2 >
Okay I am pretty certain it is not gc causing the freezing
02:14
<
Josh_2 >
onto the next thing then :)
02:16
asarch has quit [Quit: Leaving]
02:33
dre has joined #commonlisp
02:35
Oladon has joined #commonlisp
02:47
bendersteed has quit [Remote host closed the connection]
03:04
akoana has quit [Quit: leaving]
03:16
waleee has quit [Ping timeout: 260 seconds]
03:30
sjl has joined #commonlisp
03:33
[deleted] has joined #commonlisp
03:35
comatory has quit [Ping timeout: 252 seconds]
03:36
livoreno has quit [Ping timeout: 248 seconds]
03:39
comatory has joined #commonlisp
03:44
tyson2 has quit [Remote host closed the connection]
03:50
igemnace has joined #commonlisp
04:19
azimut has joined #commonlisp
04:26
bc4m has quit [Quit: Client closed]
04:34
bilegeek has joined #commonlisp
04:35
igemnace has quit [Remote host closed the connection]
04:38
razetime has quit [Ping timeout: 240 seconds]
04:39
razetime has joined #commonlisp
04:44
igemnace has joined #commonlisp
04:46
paule32__ has joined #commonlisp
04:46
paule32__ has quit [Changing host]
04:46
paule32__ has joined #commonlisp
04:49
paule32_ has quit [Ping timeout: 240 seconds]
04:57
hineios5 has joined #commonlisp
04:57
hineios has quit [Ping timeout: 268 seconds]
04:58
hineios5 is now known as hineios
05:15
razetime has quit [Ping timeout: 244 seconds]
05:16
razetime has joined #commonlisp
05:27
shka has joined #commonlisp
05:36
paddymahoney2 has joined #commonlisp
05:43
notzmv has quit [Ping timeout: 268 seconds]
05:44
paddymahoney2 has quit [Remote host closed the connection]
05:45
bc4m has joined #commonlisp
06:02
Cymew has joined #commonlisp
06:22
Oladon has quit [Quit: Leaving.]
06:29
pve has joined #commonlisp
06:38
razetime has quit [Ping timeout: 260 seconds]
06:38
razetime_ has joined #commonlisp
06:45
SR-71 has joined #commonlisp
06:46
azimut has quit [Read error: Connection reset by peer]
06:46
azimut has joined #commonlisp
06:47
frgo has quit [Ping timeout: 252 seconds]
07:02
Algernon69 has joined #commonlisp
07:04
karlosz has joined #commonlisp
07:04
SR-71 has quit [Ping timeout: 244 seconds]
07:06
makomo_ has joined #commonlisp
07:11
pjb has joined #commonlisp
07:20
paule32__ has quit [Read error: Connection reset by peer]
07:20
minion has quit [Remote host closed the connection]
07:20
specbot has quit [Killed (NickServ (GHOST command used by specbot1))]
07:20
paule32__ has joined #commonlisp
07:20
paule32__ has joined #commonlisp
07:20
paule32__ has quit [Changing host]
07:20
specbot has joined #commonlisp
07:21
paule32__ has quit [Read error: Connection reset by peer]
07:21
minion has joined #commonlisp
07:21
SR-71 has joined #commonlisp
07:23
aartaka has quit [Ping timeout: 252 seconds]
07:24
Colleen has quit [Ping timeout: 248 seconds]
07:24
aartaka has joined #commonlisp
07:25
Colleen has joined #commonlisp
07:26
Brucio-61 has quit [Ping timeout: 244 seconds]
07:27
scymtym has quit [Ping timeout: 268 seconds]
07:30
karlosz has quit [Ping timeout: 264 seconds]
07:30
karlosz_ has joined #commonlisp
07:46
Brucio-61 has joined #commonlisp
07:54
karlosz_ has quit [Ping timeout: 268 seconds]
07:56
pjb has quit [Ping timeout: 268 seconds]
07:57
scymtym has joined #commonlisp
07:58
razetime_ has quit [Ping timeout: 244 seconds]
07:59
razetime has joined #commonlisp
08:05
bilegeek has quit [Quit: Leaving]
08:14
OlCe has joined #commonlisp
08:18
notzmv has joined #commonlisp
08:21
aartaka has quit [Ping timeout: 252 seconds]
08:28
dre has quit [Quit: Leaving]
08:30
Algernon69 has quit [Quit: Leaving]
08:44
ttree_ has quit [Read error: Connection reset by peer]
08:46
[deleted] has quit [Ping timeout: 260 seconds]
08:46
livoreno has joined #commonlisp
08:51
<
phoe >
Josh_2: (let ((before (get-internal-run-time))) (tg:gc :full t) (let* ((after (get-internal-run-time)) (diff (- after before))) (/ diff internal-time-units-per-second)))
08:51
<
phoe >
that's gonna be some real dirty solution
08:52
<
phoe >
where tg == (ql:quickload :trivial-garbage)
08:53
pranavats has joined #commonlisp
08:56
bc4m has quit [Quit: Client closed]
08:57
<
jackdaniel >
(time (gc)) ; is another
09:01
pranavats has left #commonlisp [Disconnected: Received SIGTERM]
09:01
<
phoe >
hm, right - for some reason I didn't realize that TIME would work when calling the GC
09:03
makomo has quit [Ping timeout: 244 seconds]
09:05
makomo_ has quit [Ping timeout: 244 seconds]
09:07
pranavats has joined #commonlisp
09:16
totoro has joined #commonlisp
09:50
makomo_ has joined #commonlisp
10:06
random-nick has joined #commonlisp
10:12
livoreno has quit [Ping timeout: 268 seconds]
10:12
frgo has joined #commonlisp
10:12
livoreno has joined #commonlisp
10:22
karlosz has joined #commonlisp
10:25
OlCe has quit [Ping timeout: 268 seconds]
10:29
livoreno has quit [Ping timeout: 268 seconds]
10:30
livoreno has joined #commonlisp
10:32
karlosz has quit [Ping timeout: 248 seconds]
10:36
beach` has joined #commonlisp
10:36
gko` has joined #commonlisp
10:36
even4voi- has joined #commonlisp
10:37
AndrewYu has joined #commonlisp
10:42
jmdaemon has quit [Ping timeout: 260 seconds]
10:43
SR-71 has quit [Ping timeout: 268 seconds]
10:44
makomo_ has quit [*.net *.split]
10:44
shka has quit [*.net *.split]
10:44
ecocode[m] has quit [*.net *.split]
10:44
yitzi has quit [*.net *.split]
10:44
Mrtn[m] has quit [*.net *.split]
10:44
EsoAlgo has quit [*.net *.split]
10:44
hayley has quit [*.net *.split]
10:44
zachel_ has quit [*.net *.split]
10:44
rdrg109_ has quit [*.net *.split]
10:44
Noisytoot has quit [*.net *.split]
10:44
mariari has quit [*.net *.split]
10:44
nullsh has quit [*.net *.split]
10:44
hirez has quit [*.net *.split]
10:44
hrberg has quit [*.net *.split]
10:44
mzan has quit [*.net *.split]
10:44
Andrew has quit [*.net *.split]
10:44
dtman34 has quit [*.net *.split]
10:44
beach has quit [*.net *.split]
10:44
gko has quit [*.net *.split]
10:44
m5zs7k has quit [*.net *.split]
10:44
deadmarshal has quit [*.net *.split]
10:44
lieven has quit [*.net *.split]
10:44
even4void has quit [*.net *.split]
10:44
AndrewYu is now known as Andrew
10:47
karlosz has joined #commonlisp
10:47
mzan has joined #commonlisp
10:49
makomo_ has joined #commonlisp
10:49
yitzi has joined #commonlisp
10:49
ecocode[m] has joined #commonlisp
10:49
EsoAlgo has joined #commonlisp
10:49
zachel_ has joined #commonlisp
10:49
rdrg109_ has joined #commonlisp
10:49
hayley has joined #commonlisp
10:49
shka has joined #commonlisp
10:49
Mrtn[m] has joined #commonlisp
10:49
nullsh has joined #commonlisp
10:49
Noisytoot has joined #commonlisp
10:49
mariari has joined #commonlisp
10:49
hirez has joined #commonlisp
10:49
m5zs7k has joined #commonlisp
10:49
dtman34 has joined #commonlisp
10:49
hrberg has joined #commonlisp
10:49
deadmarshal has joined #commonlisp
10:49
lieven has joined #commonlisp
10:49
Noisytoot has quit [Max SendQ exceeded]
10:49
m5zs7k has quit [Max SendQ exceeded]
10:49
Noisytoot_ has joined #commonlisp
10:49
m5zs7k_ has joined #commonlisp
10:50
cosimone has quit [Ping timeout: 252 seconds]
10:55
tyson2 has joined #commonlisp
10:58
comatory has quit [Ping timeout: 260 seconds]
10:58
m5zs7k_ is now known as m5zs7k
11:01
paule32__ has joined #commonlisp
11:01
paule32__ is now known as paule32
11:03
<
paule32 >
the question is: how can i "error" out the message from the onDivisionByZero ?
11:03
<
paule32 >
currently, the output is:
11:03
<
paule32 >
huhu Condition COMMON-LISP-USER::ONDIVISIONBYZERO was signalled.
11:05
comatory has joined #commonlisp
11:07
<
_death >
if I understand you correctly, you want to print the message in the conditon.. you can do that by printing the value of (message ex) .. you could also inherit from simple-error, which takes a format control string and arguments
11:09
aartaka has joined #commonlisp
11:15
pranavats has left #commonlisp [Disconnected: Received SIGTERM]
11:18
<
_death >
if you want to write a custom printer for your condition, you can add a :report option in define-condition
11:19
<
Josh_2 >
phoe: good to see you back
11:19
even4voi- is now known as even4void
11:20
aartaka has quit [Ping timeout: 252 seconds]
11:20
aartaka has joined #commonlisp
11:24
<
contrapunctus >
^ indeed
11:24
pranavats has joined #commonlisp
11:25
karlosz has quit [Ping timeout: 268 seconds]
11:30
razetime has quit [Ping timeout: 252 seconds]
11:31
razetime has joined #commonlisp
11:36
karlosz has joined #commonlisp
11:42
pranavats has left #commonlisp [Disconnected: Received SIGTERM]
11:44
causal has quit [Quit: WeeChat 3.6]
11:45
OlCe has joined #commonlisp
11:46
pranavats has joined #commonlisp
11:48
aartaka has quit [Ping timeout: 260 seconds]
11:48
aartaka has joined #commonlisp
12:02
<
paule32 >
_death: (message ex) works perfectly
12:02
<
paule32 >
thank you
12:04
<
paule32 >
sorry for idle, but i am on work, lisp is my hobby, hehe, yes hobby, and work does not pass twice, okay, but i have a job with peoples of disadvantages, so its okay
12:09
beach` is now known as beach
12:19
Noisytoot_ is now known as Noisytoot
12:19
titan has joined #commonlisp
12:44
pranavats has left #commonlisp [Disconnected: Received SIGTERM]
12:50
pranavats has joined #commonlisp
13:03
pranavats has left #commonlisp [Disconnected: Received SIGTERM]
13:18
pranavats has joined #commonlisp
13:31
karlosz has quit [Ping timeout: 268 seconds]
13:32
aartaka has quit [Ping timeout: 252 seconds]
13:32
aartaka has joined #commonlisp
13:35
mfiano has quit [Quit: WeeChat 3.5]
13:36
mfiano has joined #commonlisp
13:45
Josh_2 has quit [Remote host closed the connection]
13:52
scymtym has quit [Ping timeout: 264 seconds]
13:52
Brucio-61 has quit [Ping timeout: 268 seconds]
13:55
dec0d3r has joined #commonlisp
14:05
waleee has joined #commonlisp
14:09
Brucio-61 has joined #commonlisp
14:32
<
paule32 >
for what do i need, (make-condition 'onCondition :message "bar")
14:33
<
paule32 >
when i can do:
14:33
<
paule32 >
(define-condition ...
14:33
<
paule32 >
lines: 4, ...
14:34
<
paule32 >
in context of the last line: 28 => (message ex)
14:43
Brucio-61 has quit [Remote host closed the connection]
14:48
anticomputer has quit [Remote host closed the connection]
14:49
anticomputer has joined #commonlisp
14:52
comatory has quit [Ping timeout: 252 seconds]
14:54
dec0d3r has quit [Quit: Leaving]
14:57
scymtym has joined #commonlisp
14:59
comatory has joined #commonlisp
15:03
Brucio-61 has joined #commonlisp
15:04
comatory has quit [Ping timeout: 244 seconds]
15:05
makomo_ has quit [Ping timeout: 244 seconds]
15:05
comatory has joined #commonlisp
15:20
aartaka has quit [Ping timeout: 252 seconds]
15:21
aartaka has joined #commonlisp
15:37
eddof13 has joined #commonlisp
15:42
makomo has joined #commonlisp
15:43
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:44
makomo_ has joined #commonlisp
15:46
orestarod has joined #commonlisp
15:48
tyson2 has quit [Remote host closed the connection]
15:52
Oladon has joined #commonlisp
16:01
shinohai[m] has quit [Quit: You have been kicked for being idle]
16:07
OlCe has quit [Remote host closed the connection]
16:14
comatory has quit [Ping timeout: 248 seconds]
16:22
enzuru has quit [Ping timeout: 264 seconds]
16:23
comatory has joined #commonlisp
16:28
mzan has quit [Ping timeout: 268 seconds]
16:28
mzan has joined #commonlisp
16:32
Guest5246 has joined #commonlisp
16:45
justache- has joined #commonlisp
16:46
justache has quit [Ping timeout: 252 seconds]
16:49
cage has joined #commonlisp
16:50
tyson2 has joined #commonlisp
16:53
enzuru has joined #commonlisp
17:12
Dynom_ has joined #commonlisp
17:13
Dynom_ is now known as Guest3074
17:16
Guest5246 has quit [Quit: Client closed]
17:28
aartaka has quit [Ping timeout: 252 seconds]
17:29
[deleted] has joined #commonlisp
17:31
livoreno has quit [Ping timeout: 240 seconds]
17:37
enzuru has quit [Ping timeout: 248 seconds]
17:40
jmdaemon has joined #commonlisp
17:44
thuna` has joined #commonlisp
18:03
nij_ has joined #commonlisp
18:08
[deleted] has quit [Read error: Connection reset by peer]
18:09
livoreno has joined #commonlisp
18:09
Cymew has quit [Ping timeout: 248 seconds]
18:10
igemnace has quit [Remote host closed the connection]
18:24
eddof13 has joined #commonlisp
18:31
epony has quit [Ping timeout: 252 seconds]
18:32
tyson2 has quit [Remote host closed the connection]
18:33
epony has joined #commonlisp
18:35
n1to has joined #commonlisp
18:37
treflip has joined #commonlisp
18:37
ttree has joined #commonlisp
18:40
Lord_of_Life_ has joined #commonlisp
18:40
enzuru has joined #commonlisp
18:41
Lord_of_Life has quit [Ping timeout: 252 seconds]
18:42
shka has quit [Ping timeout: 244 seconds]
18:43
Lord_of_Life_ is now known as Lord_of_Life
18:56
ebrasca has joined #commonlisp
18:56
tane has joined #commonlisp
18:56
tane has quit [Changing host]
18:56
tane has joined #commonlisp
19:00
enzuru has joined #commonlisp
19:10
Josh_2 has joined #commonlisp
19:21
treflip has quit [Quit: I slep]
19:25
<
Josh_2 >
Hello :sunglasses:
19:25
<
paule32 >
how can i disable the "load" messages, when i load quicklisp packages
19:26
<
Josh_2 >
:silent t ?
19:26
<
paule32 >
as argument ?
19:27
<
paule32 >
(qt:quickload "asdf" :silent t)
19:28
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:29
eddof13 has joined #commonlisp
19:29
comatory has quit [Ping timeout: 268 seconds]
19:29
comatory has joined #commonlisp
19:31
nij_ has quit [Ping timeout: 252 seconds]
19:31
pjb has joined #commonlisp
19:34
comatory has quit [Ping timeout: 268 seconds]
19:35
comatory has joined #commonlisp
19:38
paule32_ has joined #commonlisp
19:38
paule32_ has quit [Changing host]
19:38
paule32_ has joined #commonlisp
19:38
karlosz has joined #commonlisp
19:40
paule32 has quit [Ping timeout: 252 seconds]
19:53
tane has quit [Quit: Leaving]
19:57
cage has quit [Quit: rcirc on GNU Emacs 27.1]
19:59
attila_lendvai_ has joined #commonlisp
20:00
attila_lendvai_ has quit [Read error: Connection reset by peer]
20:06
<
mathrick >
<paule32> for what do i need, (make-condition 'onCondition :message "bar") <-- camelCase is not used in CL, division-by-zero or division-by-zero-error would be a more idiomatic name
20:06
<
mathrick >
you don't need to MAKE-CONDITION in your code, ERROR will already do it for you
20:07
<
mathrick >
(error 'division-by-zero :message "dddd") is equivalent to (error (make-condition 'division-by-zero :message "dddd") )
20:07
<
mathrick >
oh bummer, they left
20:08
<
mathrick >
paule32_: ^
20:08
<
mathrick >
pcl conditions
20:09
<
mathrick >
give this a read
20:12
enzuru has joined #commonlisp
20:13
gpiero has quit [Quit: No Ping reply in 180 seconds.]
20:15
gpiero has joined #commonlisp
20:19
karlosz has quit [Remote host closed the connection]
20:22
livoreno has quit [Ping timeout: 264 seconds]
20:22
Guest3074 has quit [Quit: WeeChat 3.6]
20:23
<
Josh_2 >
mathrick: those are not equiv
20:23
<
Josh_2 >
yes sorry they are! I missed the (error ..) in the latter :)
20:28
enzuru has quit [Ping timeout: 252 seconds]
20:29
Oladon has quit [Quit: Leaving.]
20:30
karlosz has joined #commonlisp
20:40
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:46
comatory has quit [Ping timeout: 244 seconds]
20:46
karlosz has quit [Quit: karlosz]
20:46
justache- is now known as justache
20:47
karlosz has joined #commonlisp
20:50
comatory has joined #commonlisp
20:54
eddof13 has joined #commonlisp
20:58
Oladon has joined #commonlisp
20:59
enzuru has joined #commonlisp
21:12
enzuru has joined #commonlisp
21:13
enzuru has quit [Remote host closed the connection]
21:16
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:27
nij- has quit [Remote host closed the connection]
21:29
pjb has quit [Ping timeout: 268 seconds]
21:31
enzuru has joined #commonlisp
21:36
livoreno has joined #commonlisp
21:42
pve has quit [Quit: leaving]
21:43
eddof13 has joined #commonlisp
21:43
morganw has joined #commonlisp
21:48
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:49
makomo has quit [Ping timeout: 244 seconds]
21:49
eddof13 has joined #commonlisp
21:50
eddof13 has quit [Client Quit]
21:54
random-nick has quit [Ping timeout: 252 seconds]
21:55
pjb has joined #commonlisp
22:03
akoana has joined #commonlisp
22:04
n1to has quit [Quit: Leaving]
22:22
pjb has quit [Ping timeout: 264 seconds]
22:23
livoreno has quit [Read error: Connection reset by peer]
22:23
livoreno has joined #commonlisp
22:25
titan has quit [Remote host closed the connection]
22:27
nij- has joined #commonlisp
22:34
karlosz has quit [Ping timeout: 244 seconds]
22:34
orestarod has quit [Ping timeout: 244 seconds]
22:40
<
paule32_ >
hello, next thing:
22:40
paule32_ is now known as paule32
22:41
<
paule32 >
thanks for your info mathrick
22:41
<
paule32 >
i get error at line: 54
22:42
<
paule32 >
i am a little bit confused, because i thought, that cl compiles the defun functions, and evel/execute them later on calling
22:42
<
paule32 >
or did i miss something ?
22:43
nij- has left #commonlisp [#commonlisp]
22:54
<
mathrick >
paule32: there are multiple issues with your code, and instead of trying to explain all of them and going through this multiple times, I really recommend you just read PCL:
https://gigamonkeys.com/book/
22:54
<
mathrick >
it will be
*much* easier for everyone, especially for you
22:55
<
mathrick >
trying things out is fine if you have a general idea of what you're doing, otherwise a proper book works better :)
22:57
<
Bike >
paule has been hanging around this channel and previously the freenode channel for several years, and has yet to learn anything in that time, as far as i can tell
22:58
<
mathrick >
well, then my PCL recommendation still holds!
22:58
<
Bike >
sure, just don't expect it to be acted on.
22:59
cognemo has quit [Ping timeout: 268 seconds]
22:59
<
aeth >
yeah, most people just ignore at this point until the style gets fixed; we've tried
22:59
<
aeth >
the style is better though
23:16
causal has joined #commonlisp
23:25
morganw has quit [Remote host closed the connection]
23:31
P1RATEZ has joined #commonlisp
23:35
dre has joined #commonlisp
23:38
azimut_ has joined #commonlisp
23:39
azimut has quit [Ping timeout: 258 seconds]
23:43
paule32_ has joined #commonlisp
23:43
paule32_ has quit [Changing host]
23:43
paule32_ has joined #commonlisp
23:43
paule32 has quit [Ping timeout: 268 seconds]
23:45
jolby has joined #commonlisp
23:48
jmdaemon has joined #commonlisp
23:51
eddof13 has joined #commonlisp
23:59
agrosant has joined #commonlisp
23:59
agrosant has quit [Read error: Connection reset by peer]
23:59
livoreno has quit [Ping timeout: 260 seconds]