00:00:00 --- log: started retro/10.09.30 00:04:22 --- quit: crc (Ping timeout: 255 seconds) 00:06:06 --- join: crc (~charlesch@184.77.185.20) joined #retro 17:43:31 --- join: docl (~luke@97-120-241-117.ptld.qwest.net) joined #retro 18:43:57 first cgi script in retro: http://rx-core.org/dev/corpse?post_id=1021&test=foo 18:44:11 does nothing useful, but gives me a starting point 18:46:40 cool 18:48:00 crc: show me the code 18:51:20 foucist: http://gist.github.com/605606 18:52:08 crc: what's the env? bit 18:52:16 why 1 9 18:52:20 reads an environment variable 18:52:36 which 18:52:47 foucist: port 9 in the modified vm is used to read an environment variable 18:53:22 env? could read any requested environment variable 19:00:58 crc: if you do any extended cgi/web stuff i recommend setting up a new file for mostly web code with little bits of forth inserted 19:02:14 like 19:02:15 or whatever 19:02:25 it would get setup in the main code 19:02:37 : query_string "QUERY_STRING" get ; 19:02:51 and then be callable in the web template 19:03:15 crc: just an idea, separating code and html is essential :P 19:03:41 it's helpful, but not essential for small projects :) 19:05:15 a lot depends on how much I do with this. I'd like to do a couple of small things, but have no plans that would need a real separation between code and html. 19:05:15 crc: what's the extension for retroforth files? .rf? 19:05:22 .rx currently 19:06:18 how about .erx for embedded rx 19:06:34 and then do .html.erx .css.erx etc depending 19:07:12 .js.erx 19:07:30 I could do that if I actually put together a template system 19:08:39 good programmers borrow code, great programmers steal outright 19:08:41 ;) 19:09:33 it's hard to borrow/steal when you're using a language no one else is using... 21:35:10 --- join: roarde (~roarde@pdpc/supporter/active/sixforty) joined #retro 21:35:43 --- quit: crc (Ping timeout: 240 seconds) 21:36:56 --- join: crc (~charlesch@184.77.185.20) joined #retro 22:14:13 --- quit: docl (Ping timeout: 264 seconds) 23:59:59 --- log: ended retro/10.09.30