00:00:00 --- log: started forth/07.03.10 00:29:52 --- join: zpg (n=user@user-5af19791.tcl110.dsl.pol.co.uk) joined #forth 00:43:08 --- join: zpg` (n=user@user-5af19791.tcl110.dsl.pol.co.uk) joined #forth 00:47:32 --- join: Snoopy_1711 (i=snoopy_1@dslb-084-058-144-016.pools.arcor-ip.net) joined #forth 00:52:03 --- join: ygrek (i=user@gateway/tor/x-721f0098ea2d01a5) joined #forth 00:54:17 --- quit: zpg (Read error: 110 (Connection timed out)) 01:00:02 --- quit: zpg` ("ERC Version 5.1.3 (IRC client for Emacs)") 01:05:50 --- quit: Snoopy42 (Read error: 110 (Connection timed out)) 01:05:52 --- nick: Snoopy_1711 -> Snoopy42 01:06:46 --- part: azekeprofit left #forth 01:07:04 --- join: azekeprofit (n=azekepro@82.200.251.18) joined #forth 01:23:58 --- quit: ayrnieu (Read error: 110 (Connection timed out)) 01:32:09 --- quit: hyrax_ (Remote closed the connection) 01:58:31 --- join: hyrax_ (n=dschauer@cpe-76-187-163-5.tx.res.rr.com) joined #forth 01:58:31 --- mode: ChanServ set +o hyrax_ 01:58:48 --- quit: hyrax_ (Remote closed the connection) 02:09:05 --- join: warp0x00 (n=warpzero@wza.us) joined #forth 02:20:13 --- quit: warpzero (Read error: 110 (Connection timed out)) 02:33:20 --- join: neceve (n=Clau@unaffiliated/neceve) joined #forth 03:28:01 --- join: yumehito_ (n=yumehito@b-internet.87.103.254.70.snt.ru) joined #forth 03:30:37 --- quit: yumehito (Read error: 148 (No route to host)) 03:41:06 --- join: ygrek_ (i=user@gateway/tor/x-7674779df2456c3f) joined #forth 03:46:07 --- quit: ygrek (Remote closed the connection) 03:47:53 --- quit: imaginator (".") 03:56:26 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 03:56:26 --- mode: ChanServ set +o tathi 05:02:58 --- quit: ygrek_ (Remote closed the connection) 05:04:06 --- join: ygrek_ (i=user@gateway/tor/x-f1bbbe974b298da5) joined #forth 05:30:49 --- join: tgunr (n=davec@72-173-45-71.cust.wildblue.net) joined #forth 05:45:03 --- join: ayrnieu (n=julian@pdpc/supporter/sustaining/ayrnieu) joined #forth 05:58:34 --- nick: yumehito_ -> yumehito 07:04:02 --- quit: ygrek_ () 07:04:09 --- quit: tathi ("leaving") 07:41:15 --- quit: Quartus (Read error: 60 (Operation timed out)) 08:38:22 --- join: edrx (n=Eduardo@201.5.14.162) joined #forth 08:44:16 --- quit: edrx (Remote closed the connection) 08:44:40 --- join: edrx (n=Eduardo@201.5.14.162) joined #forth 08:50:36 --- join: edrx` (n=Eduardo@200.217.105.46) joined #forth 08:52:22 --- quit: tgunr () 09:10:15 --- quit: edrx (Read error: 113 (No route to host)) 09:20:46 --- quit: edrx` (Read error: 113 (No route to host)) 09:39:14 --- nick: hajamieli -> juhaheinonen 09:43:35 --- join: tgunr (n=davec@72-173-45-71.cust.wildblue.net) joined #forth 09:46:13 --- join: TreyB_ (n=trey@cpe-66-87-192-27.tx.sprintbbd.net) joined #forth 10:02:37 --- quit: TreyB (Read error: 110 (Connection timed out)) 10:03:59 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 10:03:59 --- mode: ChanServ set +o tathi 10:15:21 --- nick: warp0x00 -> warpzero 10:18:26 --- join: ygrek (i=user@gateway/tor/x-3670a9710625fa81) joined #forth 10:30:07 --- nick: crest_ -> Crest 10:49:13 good afternoon 12:17:01 --- quit: ygrek () 12:46:40 --- join: hyrax_ (n=dschauer@cpe-76-187-163-5.tx.res.rr.com) joined #forth 12:46:40 --- mode: ChanServ set +o hyrax_ 12:56:50 --- join: arke (n=chris@pD9E07BAD.dip.t-dialin.net) joined #forth 12:56:50 --- mode: ChanServ set +o arke 14:31:09 --- quit: tathi ("leaving") 14:51:03 --- join: Quartus (n=neal@CPE0001023f6e4f-CM013349902843.cpe.net.cable.rogers.com) joined #forth 14:51:04 --- mode: ChanServ set +o Quartus 14:51:32 hey 14:52:08 hey 14:52:23 anything up? 14:52:33 still working on the prettyprinter. 14:52:53 I like the idea of displaying the original source. 14:53:07 well, that complicates matters 14:53:18 I would have thought the opposite. 14:53:30 i want stuff like clickable hyperlinks for word navigation 14:53:54 Not an incompatible notion. 14:54:06 and i want an editor that edits the in-memory representation 14:54:17 using text only as an import/export medium. 14:54:21 ah. Ok, that's kind of weird. 14:54:28 well, its one of my primary goals. 14:54:39 Guess I'm old-fashioned. 14:54:57 no point building a new language if it doesn't try something... new ;) 14:55:05 actually, this idea is not new. 14:55:12 interlisp did structure editing in the 70's/80's. 14:55:15 I guess, though that's not the language, as such. 14:55:44 Yes, being able to diddle the in-memory representation is an old idea. Never cottoned to it myself. 14:56:01 no syntax errors. 14:56:27 No, just the in-memory representation version of the same thing. 14:56:55 the representation is a syntax tree. 14:57:07 arrays containing words, numbers, strings, and more arrays 14:58:40 anything that doesn't turn out well in factor 1.0 will be on the chopping block for 2.0, anyway. 14:58:44 i want to try out as many crazy ideas as possible. 14:59:10 :) 14:59:37 there's always werty 15:00:15 i'm slightly more conservative than werty. 15:01:29 but moving in his direction?:) 15:02:36 Man, does Doty ever tire of his own voice? 15:03:19 I like "Here at Noqsi Aerospace we..." which means "I" 15:03:48 he said his son and wife occasionally pitch in. 15:04:09 i'm guessing the son sits by and watches daddy work, and his wife cooks him chicken soup when he's down with the cold. 15:05:09 Heh. 15:06:04 I must have missed the memo about ANS Forth being equivalent to an "A-Bomb" 15:06:35 Did somebody say that? 15:07:01 "I do think that ANS-FORTH had a big influence in beeing something very 15:07:01 harmful to the concept of FORTH. I think that ANS-FORTH was the A-Bomb 15:07:02 in terms of making it useable for a broad kind of people." 15:07:08 http://groups.google.com/group/comp.lang.forth/browse_frm/thread/fdb3f42227475ac6/679cfc9957bed880#679cfc9957bed880 15:07:38 How astonishingly stupid. 15:11:06 At least Pablo Reda is the only one who took the bait 15:11:17 poor fellow thinks werty is for real. 15:11:27 yes 15:24:04 --- quit: Quartus (Read error: 60 (Operation timed out)) 15:28:18 --- join: Quartus (n=neal@CPE0001023f6e4f-CM013349902843.cpe.net.cable.rogers.com) joined #forth 15:28:18 --- mode: ChanServ set +o Quartus 15:46:43 Quartus: we have differing philosophies. i like garbage collection, automatic code formatting, etc. eventually factor will take over and i will become a simpleton servant to my programming language 16:00:40 heh 16:08:49 --- quit: slava () 16:51:22 --- join: crest_ (n=crest@p5489D84D.dip.t-dialin.net) joined #forth 16:59:51 --- quit: Crest (Read error: 110 (Connection timed out)) 18:07:08 --- quit: Quartus (Read error: 60 (Operation timed out)) 18:23:07 --- join: Quartus (n=neal@CPE0001023f6e4f-CM013349902843.cpe.net.cable.rogers.com) joined #forth 18:23:07 --- mode: ChanServ set +o Quartus 21:43:09 --- quit: madwork (Read error: 104 (Connection reset by peer)) 22:01:23 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 22:29:05 --- quit: warpzero (Excess Flood) 22:29:19 --- join: warpzero (n=warpzero@wza.us) joined #forth 22:31:34 --- join: edrx (n=Eduardo@201.5.11.59) joined #forth 22:41:09 --- join: arke_ (n=chris@pD9E077B3.dip.t-dialin.net) joined #forth 22:56:57 --- quit: arke (Read error: 110 (Connection timed out)) 23:08:18 --- quit: azekeprofit (Read error: 110 (Connection timed out)) 23:31:33 --- quit: TreyB_ (Read error: 145 (Connection timed out)) 23:31:41 --- join: TreyB (n=trey@cpe-66-87-192-27.tx.sprintbbd.net) joined #forth 23:59:59 --- log: ended forth/07.03.10