01:40:51 -!- pepone [~jose@233.246.218.87.dynamic.jazztel.es] has quit [Remote host closed the connection] 02:03:58 -!- loke [~elias@bb119-74-214-38.singnet.com.sg] has quit [Read error: Connection reset by peer] 05:01:28 homie` [~user@xdsl-78-35-188-220.netcologne.de] has joined #sbcl 05:03:35 -!- homie [~user@xdsl-78-35-170-126.netcologne.de] has quit [Ping timeout: 260 seconds] 07:03:28 attila_lendvai [~attila_le@catv-89-132-188-166.catv.broadband.hu] has joined #sbcl 07:03:28 -!- attila_lendvai [~attila_le@catv-89-132-188-166.catv.broadband.hu] has quit [Changing host] 07:03:28 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 07:03:59 nikodemus [~nikodemus@cs181063174.pp.htv.fi] has joined #sbcl 07:03:59 -!- ChanServ has set mode +o nikodemus 07:04:21 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Client Quit] 07:13:15 -!- nikodemus [~nikodemus@cs181063174.pp.htv.fi] has quit [Ping timeout: 258 seconds] 07:48:34 Kryztof [~user@csrhodes.plus.com] has joined #sbcl 08:01:34 -!- homie` [~user@xdsl-78-35-188-220.netcologne.de] has quit [Ping timeout: 255 seconds] 08:34:08 -!- Kryztof [~user@csrhodes.plus.com] has quit [Ping timeout: 240 seconds] 08:52:59 -!- ASau``` is now known as ASau 10:44:25 homie [~user@xdsl-78-35-188-220.netcologne.de] has joined #sbcl 12:01:29 hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has joined #sbcl 12:17:59 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [*.net *.split] 12:17:59 -!- slyrus [~chatzilla@adsl-99-39-232-220.dsl.pltn13.sbcglobal.net] has quit [*.net *.split] 12:19:21 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 12:19:21 slyrus [~chatzilla@adsl-99-39-232-220.dsl.pltn13.sbcglobal.net] has joined #sbcl 13:00:37 -!- hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has quit [Quit: Leaving...] 13:02:12 hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has joined #sbcl 13:52:15 -!- cmm [~cmm@109.65.203.94] has quit [Quit: leaving] 14:05:19 -!- hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has quit [Quit: Leaving...] 14:14:18 hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has joined #sbcl 14:24:45 -!- hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has quit [Quit: Linkinus - http://linkinus.com] 15:12:14 nikodemus [~nikodemus@cs181063174.pp.htv.fi] has joined #sbcl 15:12:14 -!- ChanServ has set mode +o nikodemus 16:25:39 -!- nikodemus [~nikodemus@cs181063174.pp.htv.fi] has quit [Ping timeout: 258 seconds] 16:46:15 -!- ASau [~user@95-24-140-223.broadband.corbina.ru] has quit [Read error: Operation timed out] 16:48:23 udzinari` [~user@ip-89-102-12-6.net.upcbroadband.cz] has joined #sbcl 16:48:51 cmm [~cmm@bzq-79-177-199-232.red.bezeqint.net] has joined #sbcl 16:55:33 -!- cmm [~cmm@bzq-79-177-199-232.red.bezeqint.net] has quit [Ping timeout: 258 seconds] 16:58:03 -!- homie [~user@xdsl-78-35-188-220.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 17:09:37 cmm [~cmm@bzq-79-183-200-86.red.bezeqint.net] has joined #sbcl 17:27:39 ASau [~user@95-24-140-223.broadband.corbina.ru] has joined #sbcl 17:45:02 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 17:48:05 Has there been any talk (or reason, or that matter) to include a CL interpreter inside SBCL? 17:49:44 uh, it's kind of already there 17:50:30 I thought SBCL only compiled lambda expressions. But maybe there's an interpreter in it but it's not used. 17:50:31 not that it's much help for anything beside speeding up evaluation of some top-level forms, iirc 17:51:15 Well I assume you could also enhance compilation when SPACE > SPEED by using an evaluator in a compiled application, and not the compiler itself. 17:52:43 that would complicated, since SPACE is supposed to cover not just code text size but also dynamic memory usage 17:52:48 *be 18:00:55 That I didn't know. 18:02:08 well, at least that's what I remember my understanding to be 18:02:56 (FWIW (approximately 0.02 USD), I don't think SPACE should handle mem usage.) 18:07:01 "both code size and run-time space", sez the hyperspec 18:09:39 is there a definition of "run-time space"? 18:14:13 is there a definition of "definition"? 18:20:20 cmm, What does "run-time space" mean? Amount of memory necessary to allocate irrespective of the program, or the amount of allocation during the program? 18:20:32 The size of the program being loaded into memory? 18:25:41 I'd assume "run-time" would mean something having to do with the time at which a program runs 18:26:59 so, for instance, TCO would be an optimization that you could employ or not depending on the values of SPACE and DEBUG 18:28:17 -!- udzinari` [~user@ip-89-102-12-6.net.upcbroadband.cz] has quit [Remote host closed the connection] 18:44:59 homie [~user@xdsl-78-35-173-236.netcologne.de] has joined #sbcl 19:42:03 hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has joined #sbcl 19:52:39 Kryztof [~user@csrhodes.plus.com] has joined #sbcl 20:22:48 -!- hargettp [~hargettp@pool-71-174-140-162.bstnma.east.verizon.net] has quit [Quit: Leaving...] 20:29:35 -!- Inode [~inode@time.uk.chromedpork.net] has quit [Quit: leaving] 20:37:16 pkhuong, you're not talking enough 21:05:54 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 21:48:46 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 22:37:05 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 22:39:45 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 22:47:03 -!- scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has quit [Remote host closed the connection] 22:49:08 scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has joined #sbcl 23:00:49 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 23:17:19 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 23:41:05 -!- DGASAU [~user@91.218.144.129] has quit [Remote host closed the connection] 23:42:16 DGASAU [~user@91.218.144.129] has joined #sbcl