00:00:00 --- log: started forth/03.05.15 00:00:39 --- quit: skylan (Connection timed out) 00:34:30 --- quit: a7r (Read error: 110 (Connection timed out)) 01:08:43 --- quit: serg_ghost ("leaving") 01:09:02 --- join: serg (~serg@h138n2fls31o965.telia.com) joined #forth 03:05:54 --- join: deluxe (~deluxe@pD95450D0.dip.t-dialin.net) joined #forth 03:07:08 salut 03:07:18 hello Robert. 03:07:32 hello serg. 03:58:21 --- join: mur (murr@baana-62-165-187-68.phnet.fi) joined #forth 03:59:18 hi 03:59:29 * serg is busy laying a phone cable 03:59:50 --- nick: serg -> serg_ghost 04:00:04 mur: whadda u code now ? 04:00:15 serg_ghost: since when are you on telia btw. ? 04:00:26 terve 04:00:31 * mur was hacking a bit one game 04:00:33 * serg_ghost is trying to write a news suck and screw OpenGL to SPF 04:00:53 there was small bug in my work .. i'm cruising on water with a wagon! :D 04:00:59 not with ship :P 04:01:26 deluxe: i begged an SSH account from Robert :) 04:01:42 to avoid traces at work computer, and to save traffic 04:01:59 maybe 6 months 04:02:58 * serg_ghost returns to laying the cable 04:03:13 Oops ! you can buy treasure for 500 credits (it might be worth 2000 :D 04:04:03 mur: never name a game money 'credits' 04:04:14 why not? :P 04:04:18 Zorkmid may be usef00l 04:04:27 ? 04:04:46 oops more bugs. the ships cruise on :P 04:05:05 or make several currencies w/ possibility of exchange rate oscillations and, therefore, speculations 04:05:19 13:03 < mur> Oops ! you can buy treasure for 500 credits (it might be worth 04:05:19 2000 :D 04:07:56 mur: what is your game ? adventure ? 04:08:07 strategy 04:08:38 * serg_ghost can't split his person, so losing in this kind of gamez 04:09:30 what do you mean? 04:15:14 * serg_ghost cannot think parallelly for all the units\groups\locations 04:16:20 * mur plays for fun not to win 04:16:36 losing all the time is no g00d fun 04:25:48 * mur wonders if he coudl edit the game map files with his own made map editor (raw data) 04:28:08 onetom did i sent you one file accidentally? 04:28:31 sorry if i did, didn't meant to 04:29:39 nm 04:30:02 i havent chk my acc roughly 4 a wee 04:30:03 k 04:30:57 szia is onetom :o) 04:31:18 :) 04:31:30 szia? 04:32:15 * mur was studying a bit hungarian some time ago 04:32:17 how did u know how do hungarians say hello? 04:32:19 aaha 04:35:01 agyilag zokni :P 04:42:41 that meant nothing, if it even was spelt corrcely 04:42:42 cya 04:42:44 --- quit: mur ("MURR!") 04:58:07 Murr. 05:33:18 --- quit: deluxe ("Client exiting") 06:02:16 --- join: PoppaVic (~pfv@s196.waters.gtlakes.com) joined #forth 06:14:34 --- join: sifbot (~sifforth@h0030657bb518.ne.client2.attbi.com) joined #forth 06:14:34 Type sifbot: (or /msg sifbot to play in private) 06:23:03 --- join: crc (~crc@ACA0AFD5.ipt.aol.com) joined #forth 06:23:04 --- quit: sifbot (Read error: 54 (Connection reset by peer)) 06:27:50 --- join: sifbot (~sifforth@h0030657bb518.ne.client2.attbi.com) joined #forth 06:27:50 Type sifbot: (or /msg sifbot to play in private) 07:24:29 --- quit: crc ("I was using TinyIRC! Visit http://www.tinyirc.net/ for more information.") 07:43:14 --- join: skylan (sjh@vickesh01-4726.tbaytel.net) joined #forth 07:44:39 --- join: Speuler (~l@mnch-d9ba48af.pool.mediaWays.net) joined #forth 07:44:46 'morning 07:45:08 good AM 07:45:35 ha 07:45:59 i consider my biological clock more accurate than sun 07:46:06 at least more relevant 07:46:27 there's no ntp client in sol 07:48:10 btw, rudimentary interpreter and defining words are functioning in the byte-token forth version i was working on 07:49:20 full url? 07:49:24 but i can't put it in the net right now 07:49:35 kabel has been assembled wrongly 07:49:42 ok.. just tar it up & email at yer convenience, ok? 07:49:45 (office is about 50 meters from here) 07:50:00 we're just working on the correct wiring 07:50:14 hopefully i'll have net access from the office later today 07:50:22 gen.c & distro.c now make gcc 3.2 happy... Was glaring at the VM shit for the last week - maybe I'll see something to voodoo with. 07:51:23 i wouldn't mind trying to match your c version and my forth version functionally, to for a somewhat broader base for waht we would call "commonfoprth" 07:51:25 forth 07:51:36 right. 07:51:46 i'm using about 15 primitives now 07:52:10 My basic point is to ascertain what & how to make the CommonFORTH, and then I'd LIKE an "exemplary" (example) version to include. 07:52:44 one principle i implement is, hiding data structures 07:52:52 I've also puzzled out the gcc-voodoo to specify new "sections" (segments), so I'm not upset at my current confusion. 07:52:53 and, instead, offer accessing words 07:53:25 again, I can agree - there is no need for folks to be doing @/! on shit that isn't theirs. 07:53:47 yes. example: no dp , here and allot instead 07:54:28 I'm not at all sure how 'here' & friends should work, at the moment.. 07:54:45 ..I've been fighting the vm for too long, I suppose. 07:55:13 what threading do you use ? 07:56:29 I'm fighting that very issue.. I'd like to retain the "vectors" acess, overall - where we store func-pointers and just fetch to a var & such ala' "foo= VM->?; foo(VM);... 07:56:40 byte token, with word-token expansion here 07:57:02 would be a lookup-table, so that simply adds a level of indirection. 07:57:17 an array, containing addresses to words, elements referenced by byte token as index 07:57:28 aamof - that indirection only works for secondaries anyay 07:57:33 right 07:58:10 i use that for word handlers, primitives and hi-level words 07:58:21 well, when I see your current code, I can make some judgements.. I believe we still need the cfa or xt or wtf to be a func-ptr to "the interpreter". 07:59:09 my xt is almost equivalent to header number 07:59:23 can't stay that way as soon vocs are introduced 07:59:29 yeah, that "Xt" shit is melting my brain. 07:59:46 hmm.. sure it can. 07:59:49 what 4th r u talkin about? 08:00:10 when is say "latest" (something like "last @"), i get (with one voc) the number of headers 08:00:10 the ID or token is still going to index.. a voc is just for string-lookups. 08:00:17 i.e. last header = last word. 08:00:36 latest name gives me the ascii string of the header, 08:00:46 onetom: we're undoing forth 08:00:55 Speuler: ? 08:01:04 onetom: then we reassemble the bits and pieces 08:01:20 yeah.. Again, I'm looking at how we can make this work based on whatever other systems we like features of, but totally sans ans-reliance.. There simply has to be a better way afte 20 years of folks tinkering. 08:01:21 but what 4th? or openfirmware? 08:02:05 onetom: basically, trying to get a standard-independent forth together, one which adheres to all standards 08:02:22 therfore "commonforth" 08:02:25 well, at least sans ans/ansi/commercial whackiness 08:02:32 aha 08:02:40 gcd4th? ;) 08:02:55 the point is to define and implement a basic, portable standard from which anyone can implement a copy on any other machine. 08:03:00 onetom: if one would want to use ans, he'd need to load the ans extension 08:03:07 c 08:03:10 RIGHT! 08:03:16 i'm usingforth 08:03:19 greatest common denominator 08:03:30 yeah - basically. 08:03:37 writing a byte-token forth in forth 08:03:49 aaand? 08:04:03 and what ? 08:04:07 and yeah, if we can make it a byte-token baseline, then it should run nearly anywhere - if not everywhere. 08:04:19 * onetom is also about 2 hack a 4th 4 menuetos, so hes interested in the details 08:04:43 Speuler: I'd ALSO like to periodically pause and consider metacompilation. 08:04:59 onetom: my current version runs a rudimentary text interpreter, and some defining words work 08:05:14 onetom: i did i bit of meta-izing it 08:05:30 onetom: earlier versions ca be found on www.forthfreak.net 08:05:47 onetom: but the machine i'm working on has no net access at the moment 08:06:00 Speuler: but u r ircing... 08:06:35 i'm at the house of the parents of a friends girlfriend, who livein the same house, right now 08:07:15 i need net about 50 meters away from here 08:07:26 just busy with that 08:07:49 (i've moved away form the pervious location) 08:08:09 still need to get installed 08:08:47 basically, all things moved into the new office, everything still standing and lying around 08:09:17 not even water in the kitchen yet 08:09:29 that comes later. first internet :) 08:09:47 and, there IS water in the toilet. 08:09:55 just no light yet 08:09:57 :) 08:10:19 well, the fridge is working 08:10:32 thsu, beer stays cold 08:11:18 there's a pub in the same building, open till 3 a.m. 08:11:32 beer is good - I've got so othe many issues of late, I'm trying to focus on the solvable. 08:11:52 like, how to cap the bottle ? 08:12:18 "Andechser" (nice beer) is pretty cheap here 08:12:32 but, the monastery is in the vicinity 08:12:45 as in.. where is my 12v probe - cuz the truck is now legal, but it's screwed up; and property.. and where to set the house. and a shed - where to put it, what it costs, and.. well, the list rolls 08:13:20 left my truck in munich 08:13:25 as a weekend home 08:13:44 Got it all insured & legal, and now the distributor isn't getting juice *sigh* 08:13:50 actually, is used for living by the daughter of the people i'm internetting from right now 08:15:22 ah. new connectors for the network cable came in 08:15:30 i'm off again 08:15:36 well, make sure you mail me that code 08:15:48 need to make sure cable is not going to be messed up again 08:15:54 yep 08:16:12 PoppaVic: when i'm online, i'll put it onto www.forthfreak.net 08:16:24 there's the forthforth project 08:16:25 hrrmm.. shit. Ok. 08:16:26 in htere. 08:16:30 last version 08:17:00 but i'll also pop up on this # when i'm on 08:17:14 btw - the latest ABI.[ch] gen adds real-number support, and I began to work with ascii/wide-char codification. 08:20:46 --- quit: Speuler ("using sirc version 2.211+KSIRC/1.2.4") 09:57:04 --- join: crc (~crc@ACA0AFD5.ipt.aol.com) joined #forth 09:59:36 --- quit: crc (Client Quit) 10:00:26 --- join: a7r (~a7r@206.72.82.135) joined #forth 10:05:11 --- join: I440r (~I440r@dialup-67.29.214.135.Dial1.Cincinnati1.Level3.net) joined #forth 10:14:34 --- join: Speuler (~Speuler@mnch-d9ba48af.pool.mediaWays.net) joined #forth 10:14:56 yes! 10:15:58 resuming internet operation 10:17:07 Hi 10:17:19 wb 10:17:19 hi the_rob 10:17:44 * Robert bows. 10:18:16 I threw my ABI shit at another guy.. hoping for more feedback.. *sigh* 10:19:33 :) 10:20:16 Speuler: you up yet? or able to dcc, anyway? 10:21:51 PoppaVic: i just uploaded ff11.f to www.forthfreak.net 10:22:11 full url is www.forthfreak.net/forthforth/ff11.f 10:22:23 if it's all pure forth - how is it built? I need more info, Speuler 10:22:36 just load it into forth, and execute run 10:22:42 for example, 10:22:45 gforth ff11.f 10:22:46 run 10:22:49 yeah.. I was afraid of that 10:23:07 :load it into forth" sorta' defeats my point. 10:23:47 at this moment i finf it less important to have a stand-alone version, 10:24:01 i prefer to stabilize the words a bit 10:24:24 * PoppaVic sighs 10:24:46 is yer dcc working today? 10:25:05 don't know. i doubt. behind firewall 10:25:20 then yer screwed.. ok. 10:25:21 but saft works 10:26:05 if not to the gateway, then to Speuler@forthfreak.net 10:27:04 loading 10:28:00 words works 10:28:32 "find" and "words" use lots of common code 10:28:46 incoming.. 10:29:16 there's no "word". i'm using "parse" instead 10:29:29 parse ( c -- a n ) 10:30:02 Splash.. 10:30:34 and no number input 10:31:10 well, the core is what I'd debate anyway. 10:40:35 You got it, Speuler? 10:45:14 number input, btw, is trivial - binary or whatever. 10:45:35 ..assuming we leverage libc ;-> 10:49:05 ok, I give - email me. 10:49:05 --- quit: PoppaVic ("calls it a day...") 10:50:13 Speuler: xforth :)) thx 4 the uploading 10:51:49 --- quit: Speuler (Read error: 60 (Operation timed out)) 10:53:04 --- join: Speuler (~Speuler@mnch-d9ba48af.pool.mediaWays.net) joined #forth 10:55:14 yes, mail got here 10:55:36 had a dropout in between. connector disintegrated, could stand the pull... 11:19:13 --- quit: Speuler (Read error: 104 (Connection reset by peer)) 11:19:22 --- join: Speuler (~Speuler@mnch-d9ba48af.pool.mediaWays.net) joined #forth 12:00:28 --- quit: a7r (calvino.freenode.net irc.freenode.net) 12:00:29 --- quit: ianni (calvino.freenode.net irc.freenode.net) 12:00:47 --- join: a7r (~a7r@206.72.82.135) joined #forth 12:00:47 --- join: ianni (ian@inpuj.net) joined #forth 12:12:29 --- quit: Speuler (calvino.freenode.net irc.freenode.net) 12:12:43 --- join: Speuler (~Speuler@mnch-d9ba48af.pool.mediaWays.net) joined #forth 12:35:50 --- join: ez4 (~ez4@pcp01518726pcs.reding01.pa.comcast.net) joined #forth 13:01:53 --- quit: a7r (Read error: 60 (Operation timed out)) 13:13:20 --- quit: I440r (Read error: 113 (No route to host)) 13:56:21 --- join: nizchka (~nizchka@node-d-91cb.a2000.nl) joined #forth 13:56:27 --- part: nizchka left #forth 14:31:05 --- join: futhin (futhin@dial-197.ocis.net) joined #forth 14:43:55 --- mode: ChanServ set +o futhin 14:45:21 --- join: a7r (~a7r@206.72.82.135) joined #forth 15:02:40 --- join: deluxe (~deluxe@pD95450D0.dip.t-dialin.net) joined #forth 15:03:34 --- quit: futhin (Read error: 113 (No route to host)) 15:03:42 --- quit: deluxe (Client Quit) 15:09:58 --- join: snowrichard (~chatzilla@c66.190.101.97.ts46v-01.mrshll.tx.charter.com) joined #forth 15:11:19 --- quit: snowrichard (Client Quit) 15:16:55 --- join: ramnull (~nicad@12-245-85-50.client.attbi.com) joined #forth 15:38:59 --- quit: ramnull ("This isn't Happy Hour!") 15:57:39 --- join: nizchka (~nizchka@node-d-91cb.a2000.nl) joined #forth 16:27:48 --- quit: a7r (Remote closed the connection) 17:35:57 --- join: a7r (~a7r@206.72.82.135) joined #forth 17:36:03 hey 17:41:46 yes? 19:04:22 --- quit: ez4 (Read error: 104 (Connection reset by peer)) 19:06:44 --- join: Sonarman (~matt@adsl-64-171-255-48.dsl.snfc21.pacbell.net) joined #forth 19:11:27 --- part: nizchka left #forth 19:32:01 --- join: jstahuman (~justahuma@pcp053298pcs.brlngt01.nj.comcast.net) joined #forth 20:51:57 --- join: futhin (futhin@dial-204.ocis.net) joined #forth 20:52:11 look lively, gentlemen! 20:52:31 hidey-ho! 20:53:13 what? the ho is hiding? 20:54:33 sonarman: quick, activate the sonar! 20:55:42 rise to periscope depth 20:55:56 go to red alert 20:58:56 bling bling bling, thar she blows (her nose)! 20:59:27 omg!! roundabout 5 degrees to starport! 20:59:37 we're gonna bump her! 20:59:53 well then, we'd better aim at ye right spot, aye? 21:00:14 that's what we're doing 21:01:02 Shiver me timbers! She's got... a staple gun! Raise deflector shields, divert all power to them (except for the toilet pipes, keep sending power there, i gotta go) 21:02:29 Lower shields and beam me over, Scotty! 21:03:04 I will dearm U.S.S Whitney manually. 21:03:42 heeheehee 21:04:23 whew, that was a close call 21:04:31 back to our day jobs, coding forth! 21:07:21 sonarman: so what ya coding in forth these days? 21:10:38 --- quit: futhin ("THE FUTURE: a vast wasteland of dead IRCers, and me, the only survivor") 21:31:27 --- quit: sifbot (Read error: 110 (Connection timed out)) 21:51:55 --- quit: jstahuman ("leaving") 21:53:38 --- quit: a7r (Read error: 113 (No route to host)) 21:59:44 --- join: ez4 (~ez4@pcp01518726pcs.reding01.pa.comcast.net) joined #forth 22:15:35 --- quit: Sonarman ("Lost terminal") 22:34:04 re 23:46:28 --- quit: ez4 ("Leaving") 23:59:59 --- log: ended forth/03.05.15