00:00:00 --- log: started retro/10.02.21 01:31:29 --- quit: sixforty (Quit: Leaving.) 08:54:02 --- join: erider (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 08:54:10 --- quit: erider (Changing host) 08:54:10 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 09:11:01 [crcx/retroforth] 4ead9c: nop skipping no longer experimental 09:18:01 [crcx/retroforth] 1d7ea2: add initial support for including files to console... 09:18:20 with this patch, you can define: 09:18:30 : include ( "- ) 32 accept tib 2 4 out ; 09:18:32 and then: 09:18:39 include library/contrib/strings.retro 09:18:41 from inside retro 09:18:53 not well tested yet, and only works in the console vm at present 09:26:47 if I can get this working in a couple of other ports, I'll make it part of the stage2 09:33:01 [crcx/retroforth] 27bc5c: add "include.retro" to library 09:41:08 I most be the out that you had to tweak 09:41:26 ? 09:41:43 2 4 out ; 09:42:02 port 4 is used for "disk" access 09:42:09 1 4 out = save image 09:42:31 2 4 out = load file from host filesystem; with a pointer to the filename on the stack 09:43:20 so the buffer is tib 09:43:35 accept reads into tib 09:43:54 got it 09:52:29 crc I thought you have the include word already 09:52:36 nope 09:52:43 not in retro 10.x 09:53:34 needs maybe 09:53:46 nope 09:57:00 crc ngaro is cisc or risc 09:57:05 misc 09:57:42 what does the m stand for 09:58:08 misc = minimal instruction set computer 09:58:31 dual stack, zero operand architecture 10:00:42 crc I am finding that 68000 has a small instruction set 10:01:02 mine is smaller ;) 10:02:15 :) true 10:05:27 but not by much 10:07:11 25 more, so nearly twice as many 10:08:12 but much more complex, since it has multiple addressing modes 10:08:17 not bad at all 10:14:01 [crcx/retroforth] 63ae02: add "include" support to fast-console vm 10:26:06 [crcx/retroforth] 46f448: add "include" support to .NET vm 10:28:07 [crcx/retroforth] 5341a9: "include" now in stage2 10:29:27 done. all console ports (except for gonga, the go implementation) now support "include" 10:55:29 gonga? 10:55:33 what is that 10:59:05 go language inplementation of ngaro 11:01:02 [crcx/retroforth] 735d58: add patch from marc__ to display insert/command mo... 11:31:54 crc are you talking about google's programming language 11:32:03 yes 11:32:16 yiyus wrote an implementation of ngaro in go 11:32:19 see vm/golang 11:32:30 or his mercurial repo 11:32:37 ah ok 11:37:32 bbl, lunch time 12:30:17 --- quit: erider (Ping timeout: 248 seconds) 13:17:17 back 13:35:01 [crcx/retroforth] d59447: add vi-style REM; display improvements to standard... 14:14:28 crc: i will add include support 14:14:37 but it will take some time 14:15:15 yiyus: no rush 14:15:50 i want to change some things on the general design of the vm 14:16:28 --- join: cfa (~marc@bas7-montrealak-1167896330.dsl.bell.ca) joined #retro 14:16:32 adding extensions gave some new ideas... 14:16:43 --- quit: cfa (Remote host closed the connection) 14:17:57 --- join: cfa (~cfa@bas7-montrealak-1167896330.dsl.bell.ca) joined #retro 14:18:00 hi 14:18:14 welcome :) 14:18:33 thanks crc. 14:21:02 [crcx/retroforth] b50b03: bugfixes to remvi from Marc 15:05:24 cool, include capability :) 15:06:48 yup. as requested :) 15:25:10 --- join: erider (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 15:25:50 --- quit: erider (Changing host) 15:25:50 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 15:25:51 hello 15:27:19 hi erider 15:32:08 crc what is shaking 15:38:07 not much at the moment 15:39:23 making more headway on pātengi. most of my ebooks can be read online now. (I had to change the code for reading the books; rePublish has problems with larger books and filenames with spaces in them) 15:40:48 --- join: virl (~virl__@chello062178085149.1.12.vie.surfer.at) joined #retro 15:41:58 hi virl 15:42:08 hi 16:01:53 crc have you tried ruby on that rails 16:02:01 the* 16:04:50 no 16:05:01 I've used ruby in the past, but never rails 16:41:58 crc yeah I thought that the rails maybe able to help you 16:44:38 php + sqlite works well enough for my current needs and is a bit less trouble for me to setup :) 17:16:25 --- join: sixforty (~sixforty@pdpc/supporter/active/sixforty) joined #retro 17:21:35 hi sixforty 17:22:31 heya, crc 17:46:21 hi sixforty 17:51:59 hi docl 18:13:50 --- quit: erider (Ping timeout: 256 seconds) 18:19:57 --- quit: virl (Remote host closed the connection) 19:50:04 --- join: foucist (~foucist@69.93.127.31) joined #retro 19:50:04 --- mode: ChanServ set +v foucist 20:10:04 hi foucist 20:10:18 hi cr 20:10:20 hi crc 23:30:39 --- quit: cfa (Quit: cfa) 23:41:32 --- join: mat2 (~4d177c3d@gateway/web/freenode/x-jvfwujxijpfzqasm) joined #retro 23:41:49 hello 23:43:17 --- quit: mat2 (Client Quit) 23:59:59 --- log: ended retro/10.02.21