00:00:00 --- log: started forth/10.01.27 00:04:35 --- quit: PoppaVic ("Reality, what a concept!") 00:19:24 --- join: TR2N (i=email@89-180-129-93.net.novis.pt) joined #forth 00:54:08 --- quit: cataska (kubrick.freenode.net irc.freenode.net) 00:54:40 --- join: cataska (n=cataska@210.64.6.235) joined #forth 02:08:34 --- join: xpololz (n=xpololz@90.80-203-124.nextgentel.com) joined #forth 02:36:47 --- quit: nighty__ (Client Quit) 03:14:13 --- quit: Snoopy_1611 () 03:17:27 --- join: Snoopy_1611 (i=Snoopy_1@dslb-088-068-209-219.pools.arcor-ip.net) joined #forth 03:52:22 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 04:12:51 --- quit: cataska (kubrick.freenode.net irc.freenode.net) 04:13:18 --- join: cataska (n=cataska@210.64.6.235) joined #forth 05:16:56 --- join: ubuntu-nathan (n=Nathan@200.223.79.59) joined #forth 05:16:58 Hi all! 05:17:02 * ubuntu-nathan is back 05:20:34 --- quit: mathrick (Read error: 110 (Connection timed out)) 05:22:15 --- quit: xjrn (Connection timed out) 05:34:38 :) 05:35:39 :) 05:36:02 there is any possibility of developing a compiler with forth? 05:36:19 Yes. 05:36:29 any link? 05:36:34 or resource? 05:36:37 E.g. DragonForth was cross-built from SP-Forth. 05:36:44 hmm 05:37:10 develop a compiler = develop a own compiled language 05:37:19 your can visted forthfreak.net 05:37:19 Not at all. 05:37:26 Marcel Hendrix' iForth comes with at least one compiler for a non-forth language written in forth. 05:37:50 BTW, yesterday was a day of wonders. 05:38:01 ASau`: in what ways? 05:38:06 It's been pretty long time since Forth was useful to me. 05:38:12 heh 05:38:16 hmm 05:38:57 --- quit: tarbo (kubrick.freenode.net irc.freenode.net) 05:39:06 My pForth-based VM doesn't take too much of my time any more, because it mostly just works. 05:39:07 --- join: tarbo (n=me@unaffiliated/tarbo) joined #forth 05:39:50 We embed it in a library for over-the-air diagnostics for cellular telephone networks. 05:40:48 hmm 05:40:49 ok 05:40:53 Did you fix exceptions in your pForth? 05:41:55 We don't throw them. We do sacrifice some performance for extra VM state checking because we can't afford to crash a user's device. 05:42:16 thanks 05:42:23 If you throw them, you catch them. 05:42:32 hmm 05:43:22 Though there're other unavoidable problems, e.g. zero division. 05:44:23 --- join: Guthur (n=Michael@host81-131-244-53.range81-131.btcentralplus.com) joined #forth 05:44:28 hmm 05:44:29 We don't permit general access to the VM. We test our code in PC-based simulators before pushing it over the air to handsets. 05:44:36 hmm 05:44:49 Another Question: 05:45:02 There is any good PDF or book to learn Forth? 05:45:36 Marcel also has Learning Forth on his website, I believe. 05:45:50 hmm 05:46:00 but 05:46:00 You can read "Starting Forth" only bearing in mind that it is obsolete. 05:46:12 no 05:46:15 Learning Forth is better 05:46:17 but 05:46:20 there is any PDF? 05:46:28 Did I get the name wrong? 05:46:34 because I want to put it on my Kindle DX 05:46:58 Of course there is. 05:47:10 hmm 05:47:14 If there isn't, you always can convert plain text or LaTeX source into it. 05:47:20 what is the Marcel's site? 05:47:40 Search for Marcel Hendrix "mhx" 05:47:54 hmm 05:47:56 ok 05:49:24 --- join: crcx (i=d8012b82@gateway/web/freenode/x-tolfbgbfpdhqjtdl) joined #forth 05:50:45 I've done two major mods for pForth others might find useful, but we've diverged so far from the original source I'd have to re-implement them: byte-wide tokens and segmented memory for the dictionary and headers regions. 05:51:36 hmm 05:56:24 --- join: mathrick (n=mathrick@dlink214.imada.sdu.dk) joined #forth 06:30:47 --- quit: ubuntu-nathan ("Leaving") 06:32:46 --- join: ubuntu-nathan (n=Nathan@200.223.79.59) joined #forth 06:40:00 There is any difference between Fortran and Forth? 06:40:22 There's big difference. 06:40:39 Fortran is powerful modern language with loads of useful code. 06:40:53 Forth is toy obsolete language with no code base at all. 06:42:12 hmm 06:42:21 lol 06:42:24 ops 06:42:28 wrong channel 06:45:28 I have GAMESS somewhere in backups. 06:45:50 hmm 06:46:01 Possibly but not necessarily so. 06:46:07 is forth good to build a emulator? 06:46:24 gavino? 07:00:26 Asau`were you being serious there? 07:01:20 regarding the comparison of Forth and Fortran 07:02:16 Modern variants of Fortran do exist :-) 07:02:30 hmm 07:02:58 Guthur: yes, I'm all serious. 07:03:00 I know but outside the science community it sees little use 07:03:33 Outside very marginal community Forth isn't present at all. 07:04:06 from my understanding it is used in quite a few firmwares 07:04:10 And even in that community the code base is small to negligible. 07:04:11 BIOS' etx 07:04:13 etc 07:05:16 We can find any other strange firmware. 07:05:22 This doesn't make code base larger. 07:08:32 Most Forth code doesn't see the light of day. Certainly none of the Forth we write where I work will ever show up on the 'net. 07:09:29 The same applies to quite major parts of Fortran, C, C++ and Java. 07:09:59 hmm 07:10:04 Yet you can easily go and find the other code. 07:11:18 Forth never really had a public champion with a large audience. 07:12:10 Chuck Moore doesn't care about the uptake of Forth. He always has and will probably always will do his own thing. 07:13:48 I think Forth has some unique benefits that are not really requirements for the fast majority of software developers 07:13:58 Factor has a better chance of becoming mainstream than Forth. It has a dedicated author working towards a modern, integrated environment. 07:14:36 Guthur: I agree, and for that reason we use it daily at work. 07:15:11 fast/vast 07:15:21 :-) 07:16:53 In a sense Forth suffers the same root problem that the Lisp/Scheme folks do: the languages encourage modifications to the translator/compiler as part of the application development process. 07:17:28 But that's a strength imo 07:17:49 Lisp/Scheme have some semblance of syntax, but that can break down pretty quickly with Forth. 07:17:55 I'm doing some embedded stuff for the first time, and would love a macro or two 07:18:28 Guthur: I agree, it makes it a major strength. But it also makes it a major weakness for less skilled programmers. 07:19:14 Others have called forth an amplifier, making good programmers better and bad ones worse. 07:19:20 Lisps syntax for me is the nicest I've used 07:19:47 Its unified nature just simplifies things 07:20:17 Lisp has a studied balance between structure and introspection. 07:21:08 I never notice how much junk syntax C like languages have until I tried CL 07:26:58 --- quit: xpololz (Read error: 113 (No route to host)) 07:26:59 and strangely even with all that junk you are still very restricted in what characters you can use in symbol names 07:37:16 You make common mistake in assuming that punctuation is syntax. 07:37:36 Forth has more complex syntax than Lisp. 07:38:26 Consider loops and conditions. 07:42:24 --- join: GeDaMo (n=gedamo@dyn-62-56-89-110.dslaccess.co.uk) joined #forth 07:48:14 Asau` I think punctuation is part of syntax 07:48:57 --- join: qFox (n=C00K13S@5356B263.cable.casema.nl) joined #forth 07:49:09 Guthur: the problem isn't there. 07:49:19 The lack of punctuation doesn't mean the lack of syntax. 07:49:46 It would not be the language then though would it, it would be pseudo code 07:50:10 It still is the language. 07:50:35 would it compile? 07:50:57 --- join: xpololz (n=xpololz@90.80-203-124.nextgentel.com) joined #forth 07:56:07 hmm 08:07:54 Guthur: yes. 08:10:51 not sure how you figure that one 08:11:31 ; , () { } are all rather essential 08:11:51 though admittedly you can leave out {} in some situations 08:13:25 anyone must go, and indeed the correct term would be punctuation, but I and a lot of others just refer to it as syntax 08:13:59 when you leave out a ; people say its a syntax error, not a punctuation error 08:14:18 --- quit: Guthur ("Computer says no") 08:57:14 --- join: pgas (n=user@pdpc/supporter/active/pgas) joined #forth 09:02:54 --- quit: xpololz (Read error: 60 (Operation timed out)) 09:05:13 bye 09:05:52 --- quit: ubuntu-nathan ("Leaving") 09:24:24 --- join: TR2N` (i=email@89.180.129.93) joined #forth 09:25:20 --- quit: TR2N (Nick collision from services.) 09:25:23 --- nick: TR2N` -> TR2N 09:39:41 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 09:39:43 --- quit: proteusguy (Read error: 110 (Connection timed out)) 09:55:02 --- join: Maki (n=Maki@dynamic-78-30-167-37.adsl.eunet.rs) joined #forth 10:00:26 --- join: PoppaVic (n=pops@99.150.138.254) joined #forth 10:09:18 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 10:09:43 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 10:39:58 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 10:40:50 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 10:46:07 --- join: alex4nder (n=alexande@wsip-72-215-164-129.sb.sd.cox.net) joined #forth 10:46:08 re.. 10:47:40 --- join: Maki_ (n=Maki@dynamic-78-30-167-37.adsl.eunet.rs) joined #forth 10:49:24 --- nick: mathrick -> _mathrick 10:51:40 --- join: TR2N` (n=email@89-180-190-22.net.novis.pt) joined #forth 10:55:45 --- quit: TR2N (Nick collision from services.) 10:55:46 --- nick: TR2N` -> TR2N 11:07:13 --- quit: Maki (Read error: 110 (Connection timed out)) 11:08:34 --- quit: _mathrick (Success) 11:09:23 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 11:09:47 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 11:26:03 --- join: TR2N` (i=email@89.180.155.166) joined #forth 11:28:36 --- quit: TR2N (Nick collision from services.) 11:28:39 --- nick: TR2N` -> TR2N 11:39:18 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 11:40:01 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 11:51:12 --- quit: DrunkTomato () 11:58:43 --- join: jdpo (n=joe@66-169-176-49.dhcp.ftwo.tx.charter.com) joined #forth 12:07:14 --- join: Guthur (n=Michael@host81-131-244-53.range81-131.btcentralplus.com) joined #forth 12:08:30 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 12:09:12 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 12:10:06 --- join: _mathrick (n=mathrick@users177.kollegienet.dk) joined #forth 12:12:21 --- quit: crcx (Client Quit) 12:27:10 --- join: segher (n=segher@84-105-60-153.cable.quicknet.nl) joined #forth 12:39:23 --- nick: jdpo -> jdpo|away 13:03:11 --- quit: pgas ("/quit") 13:04:50 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 13:09:10 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 13:09:37 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 13:21:05 --- quit: Maki_ ("Leaving") 13:24:11 --- join: xjrn (n=jim@astound-69-42-10-25.ca.astound.net) joined #forth 13:39:37 --- quit: proteusguy_ (Connection timed out) 13:40:21 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 13:50:37 --- nick: _mathrick -> mathrick 13:54:04 --- join: Quartus` (n=Quartus`@74.198.12.4) joined #forth 14:06:54 --- quit: qFox (Client Quit) 14:09:03 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 14:09:31 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 14:11:56 --- quit: mathrick (Read error: 104 (Connection reset by peer)) 14:13:48 --- join: mathrick (n=mathrick@users177.kollegienet.dk) joined #forth 14:15:13 --- quit: alex4nder (Read error: 110 (Connection timed out)) 14:45:32 --- join: kar8nga (n=kar8nga@jol13-1-82-66-176-74.fbx.proxad.net) joined #forth 14:45:52 --- quit: TreyB (Read error: 110 (Connection timed out)) 14:46:15 --- join: TreyB (n=trey@adsl-76-247-247-96.dsl.hstntx.sbcglobal.net) joined #forth 14:56:45 --- join: xpololz (n=xpololz@90.80-203-124.nextgentel.com) joined #forth 15:04:58 --- nick: jdpo|away -> jdpo 15:07:22 --- quit: GeDaMo ("Leaving.") 15:07:35 --- quit: xjrn (Nick collision from services.) 15:07:58 --- join: xjrn (n=jim@astound-69-42-10-25.ca.astound.net) joined #forth 15:08:58 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 15:09:54 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 15:11:13 --- quit: foxes (Read error: 104 (Connection reset by peer)) 15:16:13 --- quit: xpololz (Read error: 110 (Connection timed out)) 15:20:28 --- join: ubuntu-nathan (n=Nathan@201.79.217.79) joined #forth 15:20:53 --- quit: Quartus` (Read error: 110 (Connection timed out)) 15:33:34 --- quit: DrunkTomato () 15:36:53 --- join: nathanpc (n=Nathan@201008036230.user.veloxzone.com.br) joined #forth 15:37:29 --- quit: ubuntu-nathan (Nick collision from services.) 15:38:22 --- quit: nathanpc (Client Quit) 15:38:38 --- join: ubuntu-nathan (n=Nathan@201008036230.user.veloxzone.com.br) joined #forth 15:39:23 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 15:41:51 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 16:03:58 --- quit: kar8nga (Remote closed the connection) 16:09:43 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 16:10:18 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 16:17:58 --- nick: jdpo -> jdpo|away 16:29:25 --- nick: jdpo|away -> jdpo 16:29:59 --- join: neceve (n=neceve@unaffiliated/neceve) joined #forth 16:38:37 --- quit: proteusguy__ (Connection timed out) 16:41:44 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 17:09:03 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 17:09:42 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 17:14:32 --- quit: neceve (Read error: 110 (Connection timed out)) 17:30:00 --- quit: jdpo (Remote closed the connection) 17:38:14 --- quit: ubuntu-nathan (Remote closed the connection) 17:39:10 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 17:39:58 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 17:40:45 --- join: ubuntu-nathan (n=Nathan@201008036230.user.veloxzone.com.br) joined #forth 17:57:06 --- quit: proteusguy__ (Read error: 60 (Operation timed out)) 18:09:30 --- join: Al2O3 (n=Al2O3@c-75-70-11-191.hsd1.co.comcast.net) joined #forth 18:09:57 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 18:39:27 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 18:40:51 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 18:43:45 --- join: nighty__ (n=nighty@210.188.173.245) joined #forth 19:03:35 --- quit: ubuntu-nathan ("Leaving") 19:09:19 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 19:10:01 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 19:16:37 re.. 19:22:59 hi gogonkt 19:30:46 hi master! 19:32:02 what's new? 19:39:05 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 19:39:52 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 20:09:43 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 20:11:23 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 20:39:21 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 20:39:50 --- join: proteusguy_ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 21:03:52 --- quit: Guthur (Read error: 110 (Connection timed out)) 21:09:43 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 21:11:35 --- quit: proteusguy_ (Read error: 110 (Connection timed out)) 21:31:45 --- log: started forth/10.01.27 21:31:45 --- join: clog (n=nef@bespin.org) joined #forth 21:31:45 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:31:45 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:31:45 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:32:01 --- log: started forth/10.01.27 21:32:01 --- join: clog (n=nef@bespin.org) joined #forth 21:32:01 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:32:01 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:32:01 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:32:16 --- log: started forth/10.01.27 21:32:16 --- join: clog (n=nef@bespin.org) joined #forth 21:32:16 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:32:16 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:32:16 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:32:30 --- log: started forth/10.01.27 21:32:30 --- join: clog (n=nef@bespin.org) joined #forth 21:32:30 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:32:30 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:32:30 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:32:44 --- log: started forth/10.01.27 21:32:44 --- join: clog (n=nef@bespin.org) joined #forth 21:32:44 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:32:44 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:32:44 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:32:58 --- log: started forth/10.01.27 21:32:58 --- join: clog (n=nef@bespin.org) joined #forth 21:32:58 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:32:58 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:32:58 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:33:12 --- log: started forth/10.01.27 21:33:12 --- join: clog (n=nef@bespin.org) joined #forth 21:33:12 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:33:12 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:33:12 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:33:36 --- log: started forth/10.01.27 21:33:36 --- join: clog (n=nef@bespin.org) joined #forth 21:33:36 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:33:36 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:33:36 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:39:54 --- quit: proteusguy__ (Read error: 110 (Connection timed out)) 21:41:16 --- join: proteusguy__ (n=proteusg@zeppelin.proteus-tech.com) joined #forth 21:49:00 --- log: started forth/10.01.27 21:49:00 --- join: clog (n=nef@bespin.org) joined #forth 21:49:00 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:49:00 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:49:00 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:49:18 --- log: started forth/10.01.27 21:49:18 --- join: clog (n=nef@bespin.org) joined #forth 21:49:18 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:49:18 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:49:18 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:49:33 --- log: started forth/10.01.27 21:49:33 --- join: clog (n=nef@bespin.org) joined #forth 21:49:33 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:49:33 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:49:33 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:49:47 --- log: started forth/10.01.27 21:49:47 --- join: clog (n=nef@bespin.org) joined #forth 21:49:47 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:49:47 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:49:47 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:50:19 --- log: started forth/10.01.27 21:50:19 --- join: clog (n=nef@bespin.org) joined #forth 21:50:19 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:50:19 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:50:19 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:50:41 --- log: started forth/10.01.27 21:50:41 --- join: clog (n=nef@bespin.org) joined #forth 21:50:41 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:50:41 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:50:41 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:52:17 --- log: started forth/10.01.27 21:52:17 --- join: clog (n=nef@bespin.org) joined #forth 21:52:17 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:52:17 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:52:17 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:52:38 --- log: started forth/10.01.27 21:52:38 --- join: clog (n=nef@bespin.org) joined #forth 21:52:38 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:52:38 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:52:38 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` Frek gnomon nighty^ yiyus malyn madgarden addled ASau Zarutian nottwo uiu rotty schme nighty_ KipIngram) 21:53:56 --- log: started forth/10.01.27 21:53:56 --- join: clog (n=nef@bespin.org) joined #forth 21:53:56 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:53:56 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:53:56 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek ASau` probonono gogonkt madwork maht Snoopy_1611 @crc cataska) 21:54:15 --- log: started forth/10.01.27 21:54:15 --- join: clog (n=nef@bespin.org) joined #forth 21:54:15 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:54:15 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:54:15 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek ASau` probonono gogonkt madwork maht Snoopy_1611 @crc cataska) 21:54:33 --- log: started forth/10.01.27 21:54:33 --- join: clog (n=nef@bespin.org) joined #forth 21:54:33 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:54:33 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:54:33 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek ASau` probonono gogonkt madwork maht Snoopy_1611 @crc cataska) 21:54:51 --- log: started forth/10.01.27 21:54:51 --- join: clog (n=nef@bespin.org) joined #forth 21:54:51 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:54:51 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:54:51 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek ASau` probonono gogonkt madwork maht Snoopy_1611 @crc cataska) 21:55:09 --- log: started forth/10.01.27 21:55:09 --- join: clog (n=nef@bespin.org) joined #forth 21:55:09 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:55:09 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:55:09 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek) 21:55:33 --- log: started forth/10.01.27 21:55:33 --- join: clog (n=nef@bespin.org) joined #forth 21:55:33 --- topic: 'The Forth programming language, etc. | Logged by clog | forth.pastebin.ca | quartus.net/search | gforth: tinyurl.com/s8uho | isforth.com | ANS Standard: tinyurl.com/nx7dx | Wiki: forthfreak.net' 21:55:33 --- topic: set by tathi on [Mon Nov 30 04:40:25 2009] 21:55:33 --- names: list (clog proteusguy__ nighty__ Al2O3 xjrn TreyB mathrick segher TR2N PoppaVic tarbo cataska Snoopy_1611 maht @crc madwork gogonkt probonono ASau` KipIngram nighty_ schme rotty uiu nottwo Zarutian ASau addled madgarden malyn yiyus nighty^ gnomon Frek) 23:59:59 --- log: ended forth/10.01.27