00:03:04 Sagane_ [~Sagane@177.100-226-89.dsl.completel.net] has joined #sbcl 00:05:53 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Ping timeout: 240 seconds] 00:09:53 drmeister [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has joined #sbcl 00:38:14 -!- Sagane_ [~Sagane@177.100-226-89.dsl.completel.net] has quit [Read error: Connection reset by peer] 00:46:42 jarod_ch_ [~jarod_che@115.193.162.11] has joined #sbcl 01:38:42 -!- echo-area [~user@123.120.247.229] has quit [Remote host closed the connection] 02:38:29 -!- christoph_debian [~christoph@ppp-188-174-24-113.dynamic.mnet-online.de] has quit [Ping timeout: 252 seconds] 03:27:23 How does SBCL implement TAGBODY/GO? Specifically, how does a GO get to the right TAGBODY in recursive functions? 03:29:45 *drmeister* thinks he might be over-optimistic that one of the few people who knows the answer to a pretty technical question is hanging out in #sbcl. 03:34:35 echo-area [~user@182.92.247.2] has joined #sbcl 03:39:36 seems pretty tied up in ir1. 03:39:45 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 03:40:42 teggi [~teggi@123.20.107.130] has joined #sbcl 03:43:06 easye [~user@213.33.70.157] has joined #sbcl 04:04:10 -!- k-stz [~user@HSI-KBW-095-208-250-004.hsi5.kabel-badenwuerttemberg.de] has quit [Remote host closed the connection] 04:36:04 drmeister: depends. if it can be determined lexically, you get a goto, via the internal representation (a bit part of the hairiness in IR1 is representing statically information about cleanups that would be involed via stack unwind). Otherwise, it's like a catch/throw or a block/return-from. 04:36:22 what is a "cleanup", anyway? 04:44:22 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 04:48:40 What is IR1? 04:49:57 sbcl's first intermediate representation. 04:51:53 I see. 05:05:16 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 05:14:04 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 05:21:11 sdemarre [~serge@146.147-66-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 05:34:03 -!- drmeister [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 05:38:26 -!- easye [~user@213.33.70.157] has quit [Ping timeout: 240 seconds] 05:42:06 -!- sdemarre [~serge@146.147-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 264 seconds] 05:42:19 easye [~user@213.33.70.157] has joined #sbcl 05:59:59 -!- jarod_ch_ [~jarod_che@115.193.162.11] has quit [Ping timeout: 260 seconds] 06:22:31 -!- wbooze [~wbooze@xdsl-78-35-137-241.netcologne.de] has quit [Read error: Operation timed out] 06:26:47 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 06:27:39 easye [~user@213.33.70.157] has joined #sbcl 06:29:47 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 06:36:09 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 06:44:05 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 06:54:23 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 06:57:19 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 252 seconds] 07:23:45 christoph_debian [~christoph@host-188-174-198-145.customer.m-online.net] has joined #sbcl 07:30:36 -!- kanru [~kanru@118-163-10-190.HINET-IP.hinet.net] has quit [Remote host closed the connection] 07:34:41 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 07:43:55 Odyessus [~odyessus@chello080109062130.15.14.vie.surfer.at] has joined #sbcl 07:54:22 -!- Odyessus [~odyessus@chello080109062130.15.14.vie.surfer.at] has quit [Quit: Colloquy for iPad - http://colloquy.mobi] 07:54:38 Odyessus [~odyessus@chello080109062130.15.14.vie.surfer.at] has joined #sbcl 07:55:55 attila_lendvai [~attila_le@87.247.13.138] has joined #sbcl 07:55:55 -!- attila_lendvai [~attila_le@87.247.13.138] has quit [Changing host] 07:55:55 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 08:02:16 -!- yacks [~py@180.151.36.168] has quit [Ping timeout: 260 seconds] 08:04:40 good day everyone 08:04:42 -!- Odyessus [~odyessus@chello080109062130.15.14.vie.surfer.at] has quit [Quit: Colloquy for iPad - http://colloquy.mobi] 08:35:05 yacks [~py@180.151.36.168] has joined #sbcl 08:46:21 rpg_ [~rpg@216.243.156.16.real-time.com] has joined #sbcl 08:47:01 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Ping timeout: 248 seconds] 09:56:09 Sagane [~Sagane@177.100-226-89.dsl.completel.net] has joined #sbcl 09:59:52 Quadresce_ [~quad@unaffiliated/quadrescence] has joined #sbcl 10:00:23 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 240 seconds] 10:00:30 -!- Quadresce_ is now known as Quadrescence 10:34:55 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #sbcl 10:47:53 -!- echo-area [~user@182.92.247.2] has quit [Remote host closed the connection] 11:22:35 -!- yacks [~py@180.151.36.168] has quit [Quit: Leaving] 11:22:48 yacks [~py@180.151.36.168] has joined #sbcl 11:49:39 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Quit: Leaving.] 12:04:55 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #sbcl 12:14:30 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Quit: This computer has gone to sleep] 12:41:14 LiamH [~none@pdp8.nrl.navy.mil] has joined #sbcl 12:56:38 -!- teggi [~teggi@123.20.107.130] has quit [Remote host closed the connection] 13:01:42 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Quit: Leaving.] 13:03:20 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #sbcl 13:17:10 wbooze [~wbooze@xdsl-78-35-151-234.netcologne.de] has joined #sbcl 13:58:01 slyrus [~chatzilla@adsl-108-254-247-54.dsl.pltn13.sbcglobal.net] has joined #sbcl 13:58:57 nyef [~nyef@c-50-157-244-41.hsd1.ma.comcast.net] has joined #sbcl 13:59:06 G'morning all. 13:59:48 hi nyef 14:02:42 I am rather hoping to have my personal machine fixed and actually usable this weekend, possibly as early as tonight. 14:02:44 Morning nyef. How's the hacking? 14:02:56 ah, that'll put a damper on things. 14:04:14 Yeah. The bottom third or so of the screen is... not right, and it's some sort of connection problem as I can "fix" it by pinching the left side of the display just about at the point where the damage starts. 14:04:41 And it very occasionally will sit for a while in a "fixed" state, otherwise I just have to hold it to keep the bottom of the screen visible. 14:11:17 edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has joined #sbcl 14:20:08 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Ping timeout: 268 seconds] 14:28:02 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #sbcl 14:48:13 -!- slyrus [~chatzilla@adsl-108-254-247-54.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 246 seconds] 14:48:39 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 14:48:46 -!- hlavaty`` [~user@friedrichstrasse.knowledgetools.de] has quit [Read error: Connection reset by peer] 14:51:13 hlavaty`` [~user@friedrichstrasse.knowledgetools.de] has joined #sbcl 16:14:10 slyrus [~chatzilla@adsl-108-254-247-54.dsl.pltn13.sbcglobal.net] has joined #sbcl 16:46:36 attila_lendvai [~attila_le@95.56.79.142] has joined #sbcl 16:46:36 -!- attila_lendvai [~attila_le@95.56.79.142] has quit [Changing host] 16:46:36 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 16:51:06 -!- maxm [~user@unaffiliated/maxm] has quit [Remote host closed the connection] 16:57:30 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 17:07:47 drmeister [~drmeister@farnsworth.chem.temple.edu] has joined #sbcl 17:10:30 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Read error: Connection reset by peer] 17:24:52 sdemarre [~serge@146.147-66-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 18:02:07 -!- slyrus [~chatzilla@adsl-108-254-247-54.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 246 seconds] 18:35:18 ASau` [~user@p4FF960C6.dip0.t-ipconnect.de] has joined #sbcl 18:36:46 -!- ASau [~user@p5797F7E9.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 19:00:02 Subfusc [~Subfusc@tjenen.de] has joined #sbcl 19:17:22 -!- wbooze [~wbooze@xdsl-78-35-151-234.netcologne.de] has quit [Ping timeout: 268 seconds] 19:26:50 -!- nyef [~nyef@c-50-157-244-41.hsd1.ma.comcast.net] has quit [Quit: G'night all.] 19:30:32 wbooze [~wbooze@xdsl-78-35-169-123.netcologne.de] has joined #sbcl 19:31:33 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 19:40:11 ehaliewi` [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 19:42:06 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Ping timeout: 264 seconds] 19:54:49 slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has joined #sbcl 20:12:13 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Remote host closed the connection] 20:45:07 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 20:48:23 -!- Bike [~Glossina@174-25-59-69.ptld.qwest.net] has quit [Ping timeout: 240 seconds] 20:59:13 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 246 seconds] 21:14:52 Bike [~Glossina@174-25-59-69.ptld.qwest.net] has joined #sbcl 21:23:10 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 21:25:55 -!- drmeister [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 21:47:03 -!- LiamH [~none@pdp8.nrl.navy.mil] has quit [Quit: Leaving.] 21:58:23 -!- sdemarre [~serge@146.147-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 240 seconds] 22:21:40 drmeister [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has joined #sbcl 22:24:42 -!- drmeister [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 23:29:17 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Quit: Leaving.] 23:37:46 -!- slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has quit [Ping timeout: 246 seconds]