00:00:00 --- log: started retro/10.03.23 03:59:58 http://niue.vmathew.in/ <- interesting... 08:22:59 --- quit: probonono (Ping timeout: 240 seconds) 08:25:05 --- join: probonono (~User@unaffiliated/probonono) joined #retro 09:31:54 --- quit: crc (Ping timeout: 248 seconds) 11:28:53 --- join: crc (~charlesch@71.23.210.149) joined #retro 13:37:36 --- join: erider (~erider@unaffiliated/erider) joined #retro 14:12:24 --- quit: erider (Ping timeout: 268 seconds) 16:13:44 yiyus: thanks for the link 16:13:47 looks interesting 16:17:24 i have not tried it, but at least the syntax looks clear enough 16:18:22 though the direct access to the stack elements as a list is ugly, imo 16:19:27 btw, the sockets implementation in gonga is not working 16:20:17 i solved some bugs which i did not commited yet, but needs more work 16:32:31 ok 16:33:27 I've not played with either files or sockets in gonga yet (other things taking priority at the moment - my wife is due to give birth within the next two weeks, so I'm trying to finish preparing for the new baby) 16:45:15 good luck 16:56:33 --- join: erider (~erider@unaffiliated/erider) joined #retro 16:56:56 --- join: Mat2 (~5b43e0bf@gateway/web/freenode/x-tgmkirezoepmlsyw) joined #retro 16:57:05 hello 17:01:06 ciao 17:01:10 --- quit: Mat2 (Client Quit) 17:02:05 --- join: Mat2 (~5b43e0bf@gateway/web/freenode/x-kczbgspyegxuqpfc) joined #retro 17:20:08 --- quit: Mat2 (Quit: Page closed) 17:31:48 --- quit: virl (Ping timeout: 260 seconds) 17:32:33 --- join: virl (~virl__@chello062178085149.1.12.vie.surfer.at) joined #retro 17:43:06 --- quit: probonono (Ping timeout: 248 seconds) 17:44:21 --- join: probonono (~User@unaffiliated/probonono) joined #retro 18:03:31 --- join: erider_ (~erider@unaffiliated/erider) joined #retro 18:03:51 hi 18:04:03 hi 18:05:33 --- quit: erider (Ping timeout: 252 seconds) 18:07:40 --- nick: erider_ -> erider 18:07:47 crc, whats up 18:07:51 how are things 18:09:58 things are going well 18:12:07 crc, have you released the new version 18:12:10 of retro 18:12:12 not yet 18:12:26 just a bit more documentation to finalize first 18:15:28 cool 18:15:53 It'll be up tonight :) 18:24:43 [crcx/retroforth] 396496: final tweaks to image file 18:28:43 [crcx/retroforth] 62b559: doc updates 18:30:31 don't stay up too late 18:31:20 I won't 18:31:31 it's only 9:30; I still have a little time 18:35:41 http://s3.retroforth.org/download/10.x/retro-10.5.tar.gz 18:38:11 :) 18:43:53 now to post the release announcements 18:54:29 --- join: docl (~luke@97-120-118-61.ptld.qwest.net) joined #retro 18:54:34 hi docl! 18:54:37 hey! 18:54:39 http://s3.retroforth.org/download/10.x/retro-10.5.tar.gz 18:54:40 * erider is working on his ruby skills 18:54:47 nice! 18:55:53 --- quit: docl (Client Quit) 18:58:06 --- join: docl (~luke@97-120-118-61.ptld.qwest.net) joined #retro 18:58:10 wb 18:58:33 finally, I have internet again :) 19:00:06 cool 19:00:25 in what 19:03:15 : vocabs last repeat @ dup d->name over d->class @ ['] .vocab =if type 32 emit else drop then 0; again ; 19:04:08 docl, I mean how do you have for service 19:04:13 hmm, that gives me an idea. words of given class. 19:04:19 qwest 19:04:32 docl: nice 19:10:34 here we go 19:10:35 {{ 19:10:35 variable myclass 19:10:35 : handle dup d->name over d->class @ myclass @ =if type 32 emit else drop then ; 19:10:35 ---reveal--- 19:10:38 : words-of last ' myclass ! repeat @ handle 0; again ; 19:10:40 }} 19:12:01 you can use space instead of 32 emit now 19:12:23 cool 19:13:05 works nicely 19:23:56 glad to see you back in the game docl :) I was down for awhile on my internet too 19:31:05 yeah it's nice 19:31:49 hmm, the ' seems to parse at the wrong time if I try to use that in a definition 19:31:59 : vocabs words-of .vocab ; 19:32:08 that won't work 19:33:29 easy to fix though 19:33:40 {{ 19:33:41 variable myclass 19:33:41 : handle dup d->name over d->class @ myclass @ =if type space else drop then ; 19:33:41 : (words) last swap myclass ! repeat @ handle 0; again ; 19:33:41 ---reveal--- 19:33:43 : words-of ' .data ` (words) ; immediate 19:33:45 }} 19:35:47 cool 19:51:02 --- quit: probonono (Read error: Connection reset by peer) 19:54:29 --- join: probonono (~User@unaffiliated/probonono) joined #retro 19:57:30 ok, off to bed. goodnight everyone. 19:58:04 goodnight 19:59:13 goodnight 20:17:22 well I have to go chao 20:17:32 --- quit: erider (Quit: Leaving) 21:12:47 --- join: luptenschteiner (~User@unaffiliated/probonono) joined #retro 21:12:57 --- quit: probonono (Ping timeout: 245 seconds) 21:46:52 --- nick: luptenschteiner -> probonono 22:54:12 --- quit: probonono (Ping timeout: 245 seconds) 22:54:24 --- join: luptenschteiner (~User@unaffiliated/probonono) joined #retro 22:55:02 --- nick: luptenschteiner -> probonono 23:59:59 --- log: ended retro/10.03.23