00:00:00 --- log: started forth/09.01.29 00:03:57 --- join: warp0x00 (n=warpzero@75-175-228-234.hlna.qwest.net) joined #forth 00:07:42 --- quit: warpzero (Read error: 60 (Operation timed out)) 00:29:43 --- join: H4ns (n=hans@p57A0E78D.dip.t-dialin.net) joined #forth 00:43:27 --- join: qFox (i=C00K13S@132pc222.sshunet.nl) joined #forth 01:13:48 --- quit: nighty__ (Client Quit) 01:50:31 --- join: luptenschteiner (n=User@unaffiliated/probonono) joined #forth 02:04:41 --- quit: probonono (Read error: 110 (Connection timed out)) 02:20:53 --- join: H4ns2 (n=hans@p57A0E78D.dip.t-dialin.net) joined #forth 02:25:21 --- quit: H4ns (Nick collision from services.) 02:25:23 --- nick: H4ns2 -> H4ns 04:17:41 --- join: X-Scale (i=email@89-180-72-88.net.novis.pt) joined #forth 05:12:32 Hi X-Scale! :-) 05:25:00 --- join: JasonWoof (n=jasonwoo@unaffiliated/herkamire) joined #forth 05:25:00 --- mode: ChanServ set +o JasonWoof 05:32:53 Hello there impomatic 05:38:05 impomatic, what forth are you using? 07:04:58 hrm wheres crc? 07:11:44 --- join: nighty^ (n=nighty@x122091.ppp.asahi-net.or.jp) joined #forth 07:17:03 --- quit: workthrick (Read error: 110 (Connection timed out)) 07:34:10 --- quit: qFox (Read error: 131 (Connection reset by peer)) 07:45:04 --- join: qFox (i=C00K13S@132pc222.sshunet.nl) joined #forth 07:47:52 l440r: FIG-Forth 07:52:55 --- join: H4ns1 (n=hans@p57A0CC61.dip.t-dialin.net) joined #forth 07:56:07 --- quit: aguaithefreak (Remote closed the connection) 07:57:21 --- join: warpzero (n=warpzero@75-175-228-234.hlna.qwest.net) joined #forth 08:01:52 --- join: aguaithefreak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 08:06:01 impomatic, aha thats quite old :) 08:07:48 I'm thinking about implementing Forth (or a subset) in Redcode 08:10:57 --- quit: H4ns (Read error: 110 (Connection timed out)) 08:12:08 --- quit: warp0x00 (Read error: 110 (Connection timed out)) 08:16:16 --- nick: H4ns1 -> H4ns 08:29:50 --- join: GeDaMo (n=gedamo@dyn-62-56-77-42.dslaccess.co.uk) joined #forth 08:56:28 impomatic: are you still working on that code golf? 08:57:09 GeDaMo, did you see tathi's version? 08:57:24 I don't thin so 08:57:24 dup 0 .r cr tuck + dup 0< >in ! 08:57:27 ^think 08:57:37 just resets >in back to the start of TIB lol 08:58:06 but sets it to -1 and crashes when its completed but that dont matter :) 08:58:51 What parameters do you start it with? 08:59:50 GeDaMo: I've given up on the Fibonnaci and I'm working on something else 09:00:42 impomatic: some of the ones which don't have a Forth entry? 09:02:45 Not really, just anything that takes my fancy! I just did a 99 bottles of beer type program 09:05:28 I'm also writing a few in Z80 assembly and Brainf*** 09:07:28 Mmmm ... Z80 :P 09:53:49 --- join: josefvukovic (n=josefvuk@Q6ccb.q.strato-dslnet.de) joined #forth 10:04:08 --- quit: nxt (Read error: 113 (No route to host)) 11:11:05 --- part: josefvukovic left #forth 11:34:52 --- join: nxt (n=nxt@77.207.25.109) joined #forth 12:02:47 --- join: aguaithe1reak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 12:02:48 --- quit: aguaithefreak (Read error: 104 (Connection reset by peer)) 12:11:15 --- quit: GeDaMo ("Leaving.") 12:12:08 --- quit: aguaithe1reak (Remote closed the connection) 12:12:36 --- join: aguaithefreak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 12:31:08 --- join: aguaithe1reak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 12:34:12 --- quit: aguaithefreak (Connection reset by peer) 12:44:59 --- quit: aguaithe1reak (Remote closed the connection) 12:45:20 --- join: aguaithefreak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 12:55:23 --- quit: aguaithefreak (Remote closed the connection) 12:55:26 --- join: Maki (n=Maki@adsl-78-30-145-143.eunet.rs) joined #forth 12:55:34 --- join: aguaithefreak (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 13:14:04 --- quit: aguaithefreak (Read error: 104 (Connection reset by peer)) 13:17:45 Hi. 13:19:14 Hi. 13:29:15 --- quit: gnomon (Read error: 110 (Connection timed out)) 13:39:05 --- quit: schme ("leaving") 13:39:16 --- join: schme (n=schme@c83-249-80-232.bredband.comhem.se) joined #forth 13:47:20 --- quit: qFox ("Time for cookies!") 14:17:07 --- join: tathi (n=josh@dsl-216-227-91-166.fairpoint.net) joined #forth 14:17:07 --- mode: ChanServ set +o tathi 14:40:15 impomatic: oh, I found a 37-char fib using the gforth-specific [DO] .. [LOOP] which matches the character stats on golf.shinh.org. 14:40:26 1. 45. [DO] tuck + dup 0 .r cr [LOOP] 14:40:40 mystery solved. :) 14:41:51 Aha, thanks :-) 14:42:10 Didn't you get it smaller in the end? 14:42:39 I guess my Forth knowledge is about 25 years out of date! 14:46:38 One character smaller, but it was a really bad trick. 14:55:20 --- quit: Maki ("Leaving") 15:23:45 --- quit: nighty^ (Excess Flood) 15:25:58 --- join: nighty^ (n=nighty@x122091.ppp.asahi-net.or.jp) joined #forth 16:22:05 --- join: nighty__ (n=nighty@210.188.173.245) joined #forth 16:23:59 --- join: erider (n=erider@unaffiliated/erider) joined #forth 16:42:04 --- quit: madgarden ("Leaving") 16:46:20 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 17:14:47 --- quit: schme (brown.freenode.net irc.freenode.net) 17:14:55 --- join: schme (n=schme@sxemacs/devel/schme) joined #forth 17:30:07 anyone seen crc? 17:33:58 ls 17:34:01 bah wrong window 18:15:35 --- join: H4ns1 (n=hans@p57A0CC61.dip.t-dialin.net) joined #forth 18:16:36 --- join: gnomon (n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com) joined #forth 18:22:43 --- join: edrx (i=edrx@189.25.60.51) joined #forth 18:26:58 --- quit: H4ns (Read error: 110 (Connection timed out)) 18:48:20 --- quit: tathi ("leaving") 19:15:59 --- quit: luptenschteiner (Read error: 113 (No route to host)) 19:41:53 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 19:50:14 --- quit: proteusguy (Read error: 104 (Connection reset by peer)) 20:07:12 --- quit: edrx (Remote closed the connection) 20:10:33 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 20:25:55 --- quit: schme (brown.freenode.net irc.freenode.net) 20:26:17 --- join: schme (n=schme@sxemacs/devel/schme) joined #forth 21:48:44 --- quit: JasonWoof ("Leaving.") 23:00:39 --- nick: H4ns1 -> H4ns 23:11:25 --- join: qFox (i=C00K13S@132pc222.sshunet.nl) joined #forth 23:44:51 --- join: workthrick (n=mathrick@0x55529153.adsl.cybercity.dk) joined #forth 23:59:59 --- log: ended forth/09.01.29