00:00:00 --- log: started forth/19.04.06 00:01:38 --- quit: nighty- (Quit: Disappeared in a puff of smoke) 00:02:03 --- join: cp- (~cp@b157153.ppp.asahi-net.or.jp) joined #forth 00:06:21 --- quit: cp- (Client Quit) 00:06:46 --- join: cp- (~cp@b157153.ppp.asahi-net.or.jp) joined #forth 00:16:41 --- join: smokeink (~smokeink@61-216-40-75.HINET-IP.hinet.net) joined #forth 00:20:36 --- quit: cp- (Quit: Disappeared in a puff of smoke) 00:21:03 --- join: cp- (~cp@b157153.ppp.asahi-net.or.jp) joined #forth 00:47:59 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 01:00:57 --- quit: nighty-- (Quit: Disappears in a puff of smoke) 02:04:23 --- quit: ashirase (Ping timeout: 250 seconds) 02:08:55 --- join: ashirase (~ashirase@modemcable098.166-22-96.mc.videotron.ca) joined #forth 02:12:51 --- quit: smokeink (Remote host closed the connection) 02:14:34 --- join: smokeink (~smokeink@61-216-40-75.HINET-IP.hinet.net) joined #forth 03:09:11 --- quit: dddddd (Remote host closed the connection) 03:41:17 morning everyone 03:42:12 hi WilhelmVonWeiner 03:43:35 I need to write some Forth today 03:47:31 cool! 04:43:53 --- join: gravicappa (~gravicapp@h109-187-18-29.dyn.bashtel.ru) joined #forth 05:29:25 --- quit: dave0 (Quit: dave's not here) 05:29:43 --- join: dave0 (~dave0@108.060.dsl.syd.iprimus.net.au) joined #forth 05:30:36 re 06:30:29 pointfree, is there forth content to be found in that google video stuff? 06:31:42 --- quit: proteusguy (Remote host closed the connection) 06:33:22 --- join: proteusguy (~proteusgu@cm-58-10-208-131.revip7.asianet.co.th) joined #forth 06:33:22 --- mode: ChanServ set +v proteusguy 06:43:47 there was but google video shut down years ago 06:46:58 proteusguy: it's a backup of google video before it shut down. It looks like the contents of the archive is inaccessible to the public. 06:47:23 alas then it seems a bit pointless, right??? (pardon the pun!) 06:48:38 Some of the ultratechnology videos should be in there. ( The ones that were hosted on google video) 06:48:55 would be glad to see them again 06:50:53 I guess it's a time capsule to be opened when the copyright expires. Unless someone can persuade someone at the internet archive. 07:06:25 --- join: cp-- (~cp@b157153.ppp.asahi-net.or.jp) joined #forth 07:06:25 --- quit: cp-- (Client Quit) 07:34:37 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 08:28:29 --- quit: dys (Ping timeout: 264 seconds) 11:51:59 --- quit: gravicappa (Ping timeout: 268 seconds) 12:25:49 --- quit: dave0 (Quit: dave's not here) 12:50:11 hey guys 13:00:27 --- quit: smokeink (Remote host closed the connection) 13:00:58 --- join: smokeink (~smokeink@61-216-40-75.HINET-IP.hinet.net) joined #forth 13:05:35 --- quit: cantstanya (Remote host closed the connection) 13:06:03 hello tabemann 13:06:08 what's good 13:06:44 well, now that I've got my line editor implemented, I need to debug it 13:07:15 line editor? very cool 13:07:30 is it using the classic Forthy editing commands or something more like ed 13:08:08 nice one! 13:08:16 --- join: cantstanya (~chatting@gateway/tor-sasl/cantstanya) joined #forth 13:18:59 back 13:19:18 the line editor is modeled on readline 13:19:34 mostly because that's what I'm familiar with 13:19:52 and also because I wrote a line editor for my previous Forth implementation, attoforth 13:20:07 that had a very similar user interface 13:20:32 the main difference being that that also had autocomplete, which I haven't added to this line editor 13:38:51 --- join: dys (~dys@tmo-109-114.customers.d1-online.com) joined #forth 14:36:23 --- join: rdrop-exit (~markwilli@112.201.169.15) joined #forth 14:39:49 --- quit: tabemann (Ping timeout: 258 seconds) 15:00:26 --- join: tabemann (~tabemann@24.196.100.126) joined #forth 15:03:43 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 15:36:31 Greetings Forthlings :) 15:36:42 --- quit: wa5qjh (Remote host closed the connection) 15:55:24 --- quit: tabemann (Ping timeout: 245 seconds) 16:17:22 --- join: tabemann (~tabemann@rrcs-98-100-171-35.central.biz.rr.com) joined #forth 16:22:10 --- quit: cantstanya (Ping timeout: 256 seconds) 16:25:51 --- join: cantstanya (~chatting@gateway/tor-sasl/cantstanya) joined #forth 16:35:03 --- quit: smokeink (Remote host closed the connection) 16:35:24 --- join: smokeink (~smokeink@42-200-116-166.static.imsbiz.com) joined #forth 16:36:02 --- quit: smokeink (Remote host closed the connection) 16:37:53 --- quit: john_cephalopoda (Ping timeout: 258 seconds) 16:51:03 --- join: john_cephalopoda (~john@unaffiliated/john-cephalopoda/x-6407167) joined #forth 17:03:15 dammit - my key test routine segfaults intermittantly normally, but when I try to trace it it works fine 17:03:33 : wait-key begin key? until key . ; 17:03:37 or when tracing 17:04:03 : wait-key true set-trace begin key? until key false set-trace . ; 17:16:19 Bummer, have you tested the loop by itself? 17:33:21 --- join: wa5qjh (~quassel@110.54.241.216) joined #forth 17:33:21 --- quit: wa5qjh (Changing host) 17:33:21 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 17:33:25 --- quit: wa5qjh (Remote host closed the connection) 17:34:12 I've tested : wait-key begin key? until ; by itself and it has the same behavior 17:35:58 time to start bisecting key? 17:36:54 I found a bug in key? and fixed that, but it still crashes intermittantly 17:39:51 okay, I think I've got it fixed 17:41:04 kudos 17:49:37 --- join: wa5qjh (~quassel@110.54.241.216) joined #forth 17:49:37 --- quit: wa5qjh (Changing host) 17:49:37 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 18:06:29 --- quit: wa5qjh (Remote host closed the connection) 18:06:36 bbl 18:08:07 --- join: wa5qjh (~quassel@110.54.241.216) joined #forth 18:08:07 --- quit: wa5qjh (Changing host) 18:08:07 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 18:11:20 --- quit: tabemann (Ping timeout: 252 seconds) 18:28:00 --- quit: wa5qjh (Remote host closed the connection) 18:29:37 --- join: wa5qjh (~quassel@110.54.241.216) joined #forth 18:29:37 --- quit: wa5qjh (Changing host) 18:29:37 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 18:38:56 --- quit: wa5qjh (Remote host closed the connection) 18:47:38 --- join: wa5qjh (~quassel@110.54.241.216) joined #forth 18:47:38 --- quit: wa5qjh (Changing host) 18:47:38 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 18:51:52 --- quit: wa5qjh (Remote host closed the connection) 18:53:37 --- quit: proteusguy (Ping timeout: 250 seconds) 19:07:07 --- quit: cantstanya (Remote host closed the connection) 19:11:51 --- join: cantstanya (~chatting@gateway/tor-sasl/cantstanya) joined #forth 19:17:08 --- join: smokeink (~smokeink@li1685-6.members.linode.com) joined #forth 19:45:43 --- join: dave0 (~dave0@108.060.dsl.syd.iprimus.net.au) joined #forth 19:47:54 hi 19:55:58 Hi dave0 19:56:07 hi rdrop-exit 19:59:40 --- join: pierpal (~pierpal@host197-221-static.34-79-b.business.telecomitalia.it) joined #forth 20:34:28 --- join: gravicappa (~gravicapp@h109-187-18-29.dyn.bashtel.ru) joined #forth 20:42:38 --- join: Krenium (Krenium@63.142.121.42) joined #forth 20:45:53 --- join: tabemann (~tabemann@2600:1700:7990:24e0:e9cf:9aca:5cdd:e5ee) joined #forth 20:55:44 --- quit: dddddd (Remote host closed the connection) 22:28:26 --- join: proteusguy (~proteusgu@cm-58-10-208-131.revip7.asianet.co.th) joined #forth 22:28:26 --- mode: ChanServ set +v proteusguy 22:35:55 --- quit: gravicappa (Ping timeout: 250 seconds) 23:04:26 --- quit: rdrop-exit (Quit: Lost terminal) 23:52:23 hi dave0 23:54:42 --- quit: zy]x[yz (Read error: Connection reset by peer) 23:55:08 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 23:59:59 --- log: ended forth/19.04.06