00:00:00 --- log: started forth/05.12.18 00:11:07 --- quit: JasonWoof ("off to bed") 00:52:40 --- join: Cheery (i=Henri@a81-197-18-99.elisa-laajakaista.fi) joined #forth 01:24:28 --- quit: aum () 02:42:13 --- quit: rsync_pb () 03:25:49 --- join: virl (i=core@chello062178085149.1.12.vie.surfer.at) joined #forth 04:25:03 --- quit: snowrichard ("Leaving") 05:12:05 --- join: PoppaVic (n=pete@2-pool2.ras05.ord01.dial.cogentco.com) joined #forth 05:35:04 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 06:21:35 --- quit: tathi ("leaving") 07:06:38 "Black Humor" := "folks that evince interest in a project and then disappear" 07:28:27 --- quit: PoppaVic (Nick collision from services.) 07:28:46 --- join: PoppaVic (n=pete@100-pool2.ras05.ord01.dial.cogentco.com) joined #forth 07:36:43 --- join: JasonWoof (n=jason@pdpc/supporter/student/Herkamire) joined #forth 07:36:43 --- mode: ChanServ set +o JasonWoof 07:43:59 --- join: segher (n=segher@dslb-084-056-170-035.pools.arcor-ip.net) joined #forth 07:46:18 --- quit: swalters (Read error: 104 (Connection reset by peer)) 08:07:33 --- join: swalters (n=swalters@6532183hfc82.tampabay.res.rr.com) joined #forth 09:36:10 hello everyone 09:40:20 howdy "bozo" 09:56:15 --- join: _james (i=jcp@adara.cs.pdx.edu) joined #forth 10:06:26 --- quit: PoppaVic ("Pulls the pin...") 11:52:19 --- join: JokeR69 (n=JokeR69@12-208-98-237.client.insightBB.com) joined #forth 12:21:47 --- join: Astrobe (n=fred@85.69.106.223) joined #forth 12:22:44 Hi. 12:22:49 hi Astrobe 12:23:23 hi crc 12:42:06 --- join: segher_ (n=segher@dslb-084-056-184-210.pools.arcor-ip.net) joined #forth 12:42:37 hi segher_ 12:49:36 --- join: sproingie (n=chuck@64-121-2-59.c3-0.sfrn-ubr8.sfrn.ca.cable.rcn.com) joined #forth 12:49:50 --- quit: segher (Read error: 110 (Connection timed out)) 13:17:10 crc: how lucky you are, you've been 'forked' :) 13:17:18 oh? 13:18:46 Saw that in Retro's wiki. 13:18:53 ahh, yes 13:18:55 several times 13:19:11 retro's had lots of forks 13:19:13 * crc is involved (to various degrees) with the many forks of Retro 13:19:26 reva's a pretty decent one 13:19:44 it more or less tracks rf but aims at speed 13:19:52 has some syntax differences 13:20:28 Nevermind, just found the idea funny; and I guess it makes a maintainer happy too. 13:20:42 Not always I guess however 13:20:51 I don't mind 13:21:20 It seems that you like blocks; I am right? 13:22:01 for some things, yes 13:23:00 --- join: Raystm2 (n=Raystm2@adsl-69-149-48-140.dsl.rcsntx.swbell.net) joined #forth 13:23:09 hi Ray 13:23:29 When I ported 4IM to C, I found two interesting block primitives (maybe someone has discovered them before) 13:23:43 hey ray. 13:23:52 do you know I thought I was connected all week end but I wasn't :( 13:23:54 Hi 13:24:00 just thought it was a quite weekend. 13:24:20 BLKIN ( n addr -- ) loads block n at address 13:24:27 good to see Astrobe :) 13:24:56 BLKOUT ( n addr -- ) writes buffer at address to block n of blockfile or disk 13:25:34 Whoa, i just coded something like that in Glypher called "keep" and "peek". 13:25:58 Raystm2: it have been a long time ( does that really mean something in english? ) 13:26:10 keep is like save 13:26:14 peek is like look 13:26:33 keep and peek are mirror works they spell eachother backwards. 13:26:55 something like a hybrid block/file access 13:27:07 yes. 13:27:09 I load all the blocks into a buffer 13:27:14 only i'm able to set ranges 13:27:17 keep / peek :) slick! :) 13:27:19 same thing I do with files 13:27:23 yes 13:27:26 cool. 13:28:00 ranges? 13:28:10 --- join: rsync_pb (n=pavelzai@CPE000c41aac435-CM00111ae4f4cc.cpe.net.cable.rogers.com) joined #forth 13:28:17 Range of blocks or range inside a block. 13:29:03 so you can do "sub-block" access? 13:29:12 generally I have 64 or 128 blocks to a blockfile (64 is my most common number now) 13:29:31 Raystm2: so you're still working with Glypher? 13:29:49 yeah, it's easy to prototype colorforth with glypher. 13:29:55 cool 13:29:58 less wait time. 13:30:20 * crc hasn't run glypher since switching to FreeBSD; the Windows-only requirement is kind of steep for me ;) 13:30:32 yeah. 13:31:15 Astrobe, I'm treating my very first attempt at an editor as a version of *P ' ' *. 13:31:32 P ' ' reads a P prime prime. 13:32:06 the smallest turing complete language I know of. sort of a version of BrianF*ck. 13:32:20 treats all of mem as a string. 13:32:45 block references are only for my convenience and for display acrobatics. 13:32:45 ? it's the name of the editor, is it? 13:33:09 P ' ' is currenly the name of the editor as well, yes. 13:33:28 Only i'm calling it "Peak prime prime. 13:33:43 got it, it is a programming language and an editor. 13:33:53 yes 13:34:00 and written in the editor of Glypher. 13:34:12 soon to move to colorforth. 13:34:28 It can handle a string as large as you memory. 13:34:40 no limitations. 13:34:41 is it a "stacked" BF? 13:34:47 yes 13:35:00 with lots of forth shortcuts. 13:35:04 of course. 13:35:18 wouldn't want you to tap + too many times ;) 13:36:04 is there a spec or something online already? 13:36:08 but the only wat to load the characters you can type into memory the first time, is to load them into a block indiivdually with + 13:36:19 google P prime prime. 13:36:24 wait 13:36:39 google wikipedia:: P prime prime. 13:37:49 http://r.s.home.mindspring.com/F/ ive been reading this. 13:39:22 I'm of the current opinion that this gives forth an easy lambda calculus mechanism, for my ChuckBot programable cursor programs. 13:40:04 I'm experimenting with it. But alas I'm not the scientist of the level of a crc or Astrobe :) 13:41:59 Don't be a fool... :) 13:42:12 --- quit: Cheery ("Leaving") 13:42:24 I am the fool, The perfect description of the fool. :) 13:42:35 Ever read Taro? 13:43:04 No? 13:43:27 what did Astrobe so that he is at a scientist level? 13:43:29 I did, when I was interested in codeing card games. Taro is the history of cards and there supposed meanings. 13:44:04 virl: you , crc, Astrobe, all have many more hours of codeing and experimenting then I have. 13:45:47 Here, there's the card game Tarot. often used by 'mediums' and such, to foresee the future. 13:46:02 yeah that's it. 13:46:40 and I'm the description of the Fool in tarot, One foot on the ground, one in the air ( sometimes over a precipice) . 13:46:55 It's not a bad thing. 13:47:03 It's a way of looking at life. 13:48:22 fools can be eternal optomists. 13:48:23 The symbol of risk? 13:48:30 right. 13:48:52 only risk i've taken lately is that maybe i'd like to be a forth coder for a living. 13:49:54 I like the sentence of one of our philosopher, Michel Serre (perhaps you know his name cause he teaches in the US): 13:50:15 Expose yourself. 13:50:32 I don't know if I translate it right, 13:51:07 but this also means take risks, don't stay in the comfort of your security. 13:51:54 We're pretty of topic, are we? 13:52:21 sorry :) yes probably. 13:52:39 Doesn't bother me... 13:52:39 I don't know Mr Serre yet. 13:53:08 Expose yourself, in english almost always means dropping your pants, but we know what you mean. :) 13:53:31 lol. 13:53:50 Same idea, really. 13:54:04 I did somehow guess that it would mean something like that 13:54:15 I'm looking for the easy way to share the P ' ' code. 13:56:04 The P'' programs or the interpreter? 13:56:13 oh I know, screen shots. 13:56:34 the Glypher version of the P'' progy. 13:57:13 i read that gforth does not have the word FORGET 13:57:30 imho keep/peek is a keeper =) 13:58:18 Raystm2: you need a host for HTML pages and downloads then 13:58:19 thanks ;) 13:58:28 I don't think FORGET is part of the ANS standard 13:58:40 Astrobe: crc has donated space for my colorforth.info site. 13:58:51 this is where i'll put the screen shots of the P''. 13:58:55 currently doing that... 13:59:08 crc: in extension IIRC 13:59:40 * Raystm2 recalls using 'forget' in gforth... 13:59:46 TOOLS EXT 14:00:04 forget and marker I believe is the pair. 14:00:07 flagged as "obsolescent" 14:00:11 oh 14:00:12 crc: they have MARKER in the core IIRC. Sorry, dropped my copy of ANSForth 14:00:12 okay. 14:00:27 So, forget FORGET ( easy...) 14:00:42 * crc just knew it wasn't in CORE :) 14:00:47 hehe 14:01:01 This guys are FENCEless 14:01:16 s/This/these/ 14:02:02 i think the obok i am reading (the web edition of "starting forth") must not have been fully ANSified 14:02:06 obok=book 14:02:26 it's been a bumpy ride following this book, and it was recommended in several faq's as the best book to learn forth from 14:03:08 starting forth is a good book, but quite outdated 14:03:29 oh i "forgot' to say... 14:03:57 I can boot Tim Neitz's version of the colorforth-05. 14:04:05 I have a display issue that i'm working out. 14:04:15 but it definately runs on my p2. 14:04:20 cool 14:04:32 remember me is Linux or Windows? 14:05:04 Astrobe: the colorforth-05 may work for you. 14:05:22 I don't know, it depends on your machine componants. 14:05:58 It's a native and needs no OS. 14:06:57 the pb is that my laptop has no floppy. 14:09:22 oh 14:11:27 It reminds me that I must download Mark's linux port. 14:16:00 okay here we go. 14:16:17 http://colorforth.info/glyph366.png is block one 14:16:33 http://colorforth.info/glyph368.png is block two the last block so far. 14:17:18 ColorF*ck :) 14:19:44 I'm working on the documenting swap blocks currently . 14:20:30 (bookmarked) 14:21:37 This should be easily adapted to CM's 7 menu-button system. 14:21:48 The one he uses in OKAD. 14:22:40 infact that's all i'm using. the UP, DOWN, INSERT, DELETE, CTRL, LEFT and RIGHT keys . 14:24:04 speaking of keyboards, did you include the picture of Chuck's keyboard for use with CF in the colorforth.info page? 14:24:46 No, i'm severly behind at that site. 14:25:01 I will probably point to CM's site and Karig.org. 14:25:13 with more background text for us mortals :) 14:25:48 That's written anyway 'under construction'. 14:26:43 I want to do a coimplete listing of the original, ( or maybe this 2005 verison ) and then compare the differences of all other versions. 14:27:08 * crc still awaits for colorforth.info to get a hardware compatibility list for the various colorforths that exist 14:27:11 I need arke to explain the boot process to me. 14:27:39 excellent idea. I can't seem to use the mailing list consistanly. 14:27:42 On screen 368, *>p could be: 14:27:52 yes... 14:28:03 : 4>p >p >p >p ; 14:28:12 sure :) 14:28:18 : *>p 4>p 4>p 4>P ; 14:28:33 very cool, more grainularity :) 14:28:53 choice of distance, execllent. 14:29:02 can ad that 8th key then. :) 14:29:27 I took the trick from Jeff or Chuck 14:29:27 if you hitting ctrl-shift you get a different granularity :) 14:30:21 thanks Astrobe :) 14:30:51 or, i could customize a variable to set the granularity. 14:31:02 jump any size . 14:31:55 Oh in 4>p there's of course 4 >p . 14:32:18 yes. 14:32:22 I understand. 14:34:39 --- join: TheBlueWizard (i=TheBlueW@ts001d0862.wdc-dc.xod.concentric.net) joined #forth 14:35:57 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 14:38:50 --- join: snoopy_1711 (i=snoopy_1@dslb-084-058-160-199.pools.arcor-ip.net) joined #forth 14:39:02 --- quit: snowrichard (Remote closed the connection) 14:39:27 --- quit: Snoopy42 (Nick collision from services.) 14:39:35 --- nick: snoopy_1711 -> Snoopy42 14:42:44 it's quite late here now. I have to go. 14:44:12 bye! 14:44:27 --- part: Astrobe left #forth 14:50:52 cool this is related to Godel Numbering. 14:51:07 And Church numbers as well. 14:51:17 Self referencial, even. 14:53:00 Raystm2: I finally uploaded the RDML export scripts today ;) 15:08:55 gah! 15:09:09 my housemates are alright, but some of their friends are such *&@#$ morons 15:09:18 I'm never going to answer the house phone again 15:11:45 * crc never answers the phone 15:25:46 * Raystm2 never answers the phone. 15:25:51 thanks crc. 15:26:08 RDML can be linked from your retroforth site now? 15:26:44 it's on the new site (http://rf.fcode.org -- which will be retroforth.org sometime in january) 15:26:59 very cool. 15:28:27 doesn't display properly for me in firefox, better but not perfect in IE . 15:29:10 oh the main page not the spec, that is. 15:30:07 the spec seems fine in either. 15:30:51 hmm 15:31:00 * crc is still working on the stylesheets 15:31:02 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 15:31:28 the html is valid now; but no twp browsers seem to like interpreting the source the same way :( 15:31:44 yeah, that's a problem. 15:32:00 * Raystm2 reading the spec. 15:32:09 --- part: TheBlueWizard left #forth 15:32:11 and as always, i'm impressed crc! 15:35:18 on defiinition of "]]" please remove 'a' between "recently a named section", or change to "recent, a named section". 15:35:41 ok 15:47:13 --- nick: segher_ -> segher 16:09:49 --- quit: segher ("Leaving") 16:44:25 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 16:54:25 --- quit: snowrichard ("Leaving") 17:18:00 --- join: rsync_pb_ (n=pavelzai@CPE000c41aac435-CM00111ae4f4cc.cpe.net.cable.rogers.com) joined #forth 17:18:49 --- quit: rsync_pb (Remote closed the connection) 17:38:08 --- quit: tathi ("leaving") 17:59:58 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 18:01:05 --- quit: sproingie ("Leaving") 18:27:31 --- join: thin (i=thin@69.46.24.28) joined #forth 18:27:33 --- part: thin left #forth 18:39:00 --- nick: rsync_pb_ -> rsync_pb 18:40:26 --- quit: snowrichard ("Leaving") 20:24:24 --- quit: rsync_pb (Success) 20:41:33 --- join: Quartus (n=trailer@CPE0001023f6e4f-CM013349902843.cpe.net.cable.rogers.com) joined #forth 20:42:04 Hey all. 20:51:15 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 21:18:06 hi 21:24:57 Hi snowrichard. 21:26:29 hello 21:26:52 just did a release of one my projects. Its a little GTK+ gui 21:28:20 for controlling my shoutcast server and various other audio stuff. 21:32:24 --- join: rsync_pb (n=pavelzai@CPE000c41aac435-CM00111ae4f4cc.cpe.net.cable.rogers.com) joined #forth 21:35:35 --- quit: snowrichard ("Leaving") 21:45:58 --- quit: rsync_pb () 21:53:56 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 21:56:35 --- quit: snowrichard (Client Quit) 21:58:38 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 22:01:07 --- quit: snowrichard (Client Quit) 22:20:18 --- quit: virl (Remote closed the connection) 22:25:31 --- join: snowrichard (n=richard@adsl-69-155-177-154.dsl.lgvwtx.swbell.net) joined #forth 22:49:33 --- join: aum (n=aum@60-234-156-82.bitstream.orcon.net.nz) joined #forth 22:56:35 --- quit: humulus (Read error: 110 (Connection timed out)) 23:01:02 --- join: humulus (n=humulus@xover.htu.tuwien.ac.at) joined #forth 23:29:56 hi 23:30:37 .at is Austria? 23:35:56 --- quit: JasonWoof ("off to bed") 23:45:16 --- quit: snowrichard ("Leaving") 23:59:59 --- log: ended forth/05.12.18