00:00:00 --- log: started forth/17.03.09 00:06:27 --- quit: rpcope (Quit: ZNC - http://znc.in) 00:07:08 --- join: rpcope (~GOTZNC@162.245.217.4) joined #forth 00:10:21 --- quit: Keshl (Quit: Konversation terminated!) 00:16:02 --- quit: rpcope (Quit: ZNC - http://znc.in) 00:37:54 --- join: leaverite (~Thunderbi@121.54.90.139) joined #forth 00:37:58 --- join: Keshl (~Purple@24.115.181.94.res-cmts.gld.ptd.net) joined #forth 00:38:50 --- quit: wa5qjh (Ping timeout: 240 seconds) 00:38:50 --- nick: leaverite -> wa5qjh 00:41:46 --- join: rpcope (~GOTZNC@162.245.217.4) joined #forth 01:00:59 --- join: true-grue (~true-grue@176.14.222.10) joined #forth 01:18:19 --- quit: John[Lisbeth] (Ping timeout: 240 seconds) 01:22:19 --- quit: impomatic (Ping timeout: 240 seconds) 01:51:59 --- join: proteusguy (~proteus-g@42.120.102.96) joined #forth 01:51:59 --- mode: ChanServ set +v proteusguy 01:57:22 --- quit: nighty- (Quit: Disappears in a puff of smoke) 02:56:20 --- quit: proteusguy (Ping timeout: 240 seconds) 03:29:22 --- join: nighty (~nighty@s229123.ppp.asahi-net.or.jp) joined #forth 04:12:05 --- join: ACE_Recliner (~ACE_Recli@c-50-165-178-74.hsd1.in.comcast.net) joined #forth 04:36:28 --- join: GeDaMo (~GeDaMo@212.225.82.133) joined #forth 04:46:30 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 04:47:13 --- quit: Zarutian (Read error: Connection reset by peer) 04:47:39 --- join: impomatic (~impomatic@host86-144-19-24.range86-144.btcentralplus.com) joined #forth 04:47:50 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 05:03:11 --- join: John[Lisbeth] (~lisbeth@52.176.46.58) joined #forth 06:46:08 --- join: forthen (d9d79028@gateway/web/cgi-irc/kiwiirc.com/ip.217.215.144.40) joined #forth 07:29:02 --- quit: smokeink (Quit: Lost terminal) 07:29:26 --- join: smokeink (~smoke@175.22.22.3) joined #forth 07:44:20 --- join: circ-user-j35rB (~circuser-@68.21.148.119) joined #forth 08:07:24 --- join: neceve (~ncv@82.76.33.83) joined #forth 08:07:24 --- quit: neceve (Changing host) 08:07:24 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 08:16:10 --- quit: wa5qjh (Remote host closed the connection) 08:28:15 --- join: circ-user-j35rB_ (~circuser-@67.213.212.240.adsl.inet-telecom.org) joined #forth 08:29:27 --- quit: circ-user-j35rB (Ping timeout: 240 seconds) 08:32:10 --- quit: smokeink (Quit: Lost terminal) 08:36:07 --- quit: neceve (Remote host closed the connection) 08:39:04 --- join: neceve (~ncv@82.76.33.83) joined #forth 08:39:04 --- quit: neceve (Changing host) 08:39:04 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 08:55:25 --- join: gravicappa (~gravicapp@ppp83-237-161-70.pppoe.mtu-net.ru) joined #forth 09:04:04 --- quit: circ-user-j35rB_ (Remote host closed the connection) 09:14:45 --- join: circ-user-A48OI (~circuser-@67.213.212.240.adsl.inet-telecom.org) joined #forth 09:57:38 --- quit: circ-user-A48OI (Read error: Connection reset by peer) 09:58:47 --- join: circ-user-A48OI (~circuser-@68.21.148.119) joined #forth 11:25:06 --- quit: neceve (Quit: Konversation terminated!) 11:30:16 --- quit: impomatic (Read error: Connection reset by peer) 11:40:37 --- join: impomatic (~impomatic@host86-144-19-24.range86-144.btcentralplus.com) joined #forth 11:47:49 --- quit: dual_ (Ping timeout: 240 seconds) 11:54:26 --- quit: forthen (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 12:58:30 --- quit: gravicappa (Remote host closed the connection) 13:00:49 --- quit: circ-user-A48OI (Ping timeout: 240 seconds) 13:06:55 --- quit: true-grue (Read error: Connection reset by peer) 13:22:05 --- quit: GeDaMo (Remote host closed the connection) 13:23:34 --- join: circ-user-A48OI (~circuser-@172.56.15.33) joined #forth 13:42:28 --- quit: circ-user-A48OI (Ping timeout: 268 seconds) 13:58:53 --- quit: ACE_Recliner (Ping timeout: 246 seconds) 14:07:49 --- quit: Zarutian (Ping timeout: 240 seconds) 14:18:46 --- join: circ-user-A48OI (~circuser-@68.21.148.119) joined #forth 14:33:42 --- join: Guest72011 (~walter@46.252.154.157) joined #forth 14:50:23 --- join: wa5qjh (~Thunderbi@121.54.90.154) joined #forth 15:03:14 --- quit: circ-user-A48OI (Remote host closed the connection) 15:06:21 --- quit: nighty (Remote host closed the connection) 15:40:15 --- quit: Guest72011 () 16:07:14 --- quit: dys (Ping timeout: 260 seconds) 16:53:26 --- join: luser` (~user@h69-21-248-248.crlbnm.broadband.dynamic.tds.net) joined #forth 17:16:57 --- join: nighty- (~nighty@d246113.ppp.asahi-net.or.jp) joined #forth 17:18:49 --- join: reepca (~user@192.68.164.98) joined #forth 17:32:53 So I'm trying to make the outer interpreter available during an event loop (SDL event loop, to be specific). Currently this involves just polling stdin to see if input is available, and grabbing and evaluating it if it is until it no longer is available, and repeating that each iteration through the event loop. But I'm also trying to work with GLSL at the same time, which means that I need multi-line strings. But attempting to use 17:32:53 REFILL when the input source is an evaluated string fails, of course. Any ideas regarding how I can get multi-line strings working? 17:43:53 --- join: karswell (~user@214.135.46.217.dyn.plus.net) joined #forth 18:04:02 --- join: smokeink (~smoke@221.216.52.99) joined #forth 18:22:00 --- join: roboguy` (~roboguy_@201.59.124.24.cm.sunflower.com) joined #forth 18:22:25 --- quit: roboguy` (Remote host closed the connection) 18:36:13 --- quit: wa5qjh (Remote host closed the connection) 18:38:26 --- join: reepca` (~user@192.68.164.98) joined #forth 18:38:50 --- quit: reepca (Remote host closed the connection) 18:38:56 --- nick: reepca` -> reepca 18:45:06 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 19:00:07 --- quit: neceve (Remote host closed the connection) 19:00:48 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 19:04:47 --- quit: neceve (Remote host closed the connection) 19:06:11 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 19:53:50 --- quit: smokeink (Ping timeout: 240 seconds) 20:14:20 --- quit: neceve (Quit: Konversation terminated!) 20:28:12 --- join: circ-user-3ReWJ (~circuser-@68.21.148.119) joined #forth 20:36:21 --- quit: phadthai (Quit: beb) 20:36:35 Also it seems that setting LD_LIBRARY_PATH isn't affecting the dynamic linking of c-libraries in gforth - despite glxinfo reporting a freshly compiled mesa 17.1.0-devel using llvmpipe, GL_VERSION glGetString reports "2.1 Mesa 12.0.6" (I have tried restarting gforth multiple times). 20:44:29 --- join: phadthai (mmondor@ginseng.pulsar-zone.net) joined #forth 20:47:13 --- nick: dzho -> foss_bot 20:47:23 --- nick: foss_bot -> dzho[ 20:47:26 --- nick: dzho[ -> dzho 20:49:43 --- nick: dzho -> foss_bot 20:56:49 --- quit: luser` (Ping timeout: 240 seconds) 20:56:51 --- nick: foss_bot -> dzho 20:57:19 --- join: smokeink (~smoke@123.117.170.95) joined #forth 21:00:02 --- quit: circ-user-3ReWJ (Ping timeout: 258 seconds) 21:31:41 actually it looks like I may have just misunderstood how exporting environment variables works... 21:40:49 --- quit: reepca (Ping timeout: 240 seconds) 22:57:32 --- quit: smokeink (Ping timeout: 256 seconds) 22:58:29 --- join: smokeink (~smoke@123.117.166.190) joined #forth 23:13:44 --- join: gravicappa (~gravicapp@ppp83-237-161-70.pppoe.mtu-net.ru) joined #forth 23:20:48 --- quit: karswell (Remote host closed the connection) 23:21:54 --- join: karswell (~user@214.135.46.217.dyn.plus.net) joined #forth 23:31:35 --- join: proteusguy (~proteus-g@42.120.102.96) joined #forth 23:31:35 --- mode: ChanServ set +v proteusguy 23:38:19 --- quit: proteusguy (Ping timeout: 240 seconds) 23:55:29 --- join: proteusguy (~proteus-g@42.120.102.96) joined #forth 23:55:30 --- mode: ChanServ set +v proteusguy 23:59:59 --- log: ended forth/17.03.09