00:00:00 --- log: started forth/09.09.01 01:00:18 --- quit: sixforty ("ircII+tkirc2") 01:10:10 --- quit: drhodes (Read error: 104 (Connection reset by peer)) 01:10:13 --- join: drhodes (n=none@209-20-72-61.slicehost.net) joined #forth 02:00:05 --- quit: f_[x] (Read error: 110 (Connection timed out)) 02:59:17 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 03:02:40 --- quit: aguaithefreak (Read error: 60 (Operation timed out)) 03:31:34 --- join: f_[x] (n=user@95.133.206.118) joined #forth 03:45:37 --- quit: gogonkt ("leaving") 03:45:58 --- join: gogonkt (n=info@218.13.43.23) joined #forth 03:47:11 --- quit: DrunkTomato () 03:49:37 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 03:57:08 --- quit: gogonkt ("leaving") 03:57:27 --- join: gogonkt (n=info@218.13.43.23) joined #forth 04:18:05 --- quit: nighty__ (Client Quit) 04:32:52 --- quit: f_[x] (Read error: 110 (Connection timed out)) 05:21:03 --- join: impomatic (n=John@nat67.mia.three.co.uk) joined #forth 05:21:31 --- join: InvisibleTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 05:40:51 --- quit: DrunkTomato (Read error: 110 (Connection timed out)) 06:25:36 --- join: f_[x] (n=user@95.133.236.96) joined #forth 07:21:13 --- join: jauaor (n=araujo@gentoo/developer/araujo) joined #forth 07:22:05 hello 07:40:23 --- quit: f_[x] (Read error: 110 (Connection timed out)) 07:50:39 --- join: GeDaMo (n=gedamo@212.225.115.96) joined #forth 07:58:34 Hi :-) 08:01:43 helo 08:03:34 --- join: xjrn (n=jim@astound-69-42-10-25.ca.astound.net) joined #forth 08:16:53 --- quit: gogonkt ("leaving") 08:17:14 --- join: gogonkt (n=info@218.13.43.23) joined #forth 08:38:02 --- quit: xjrn (Read error: 104 (Connection reset by peer)) 09:12:20 --- join: iano (n=iosgood@076-076-146-052.pdx.net) joined #forth 09:12:20 --- quit: iano (Client Quit) 09:27:48 --- join: nighty_ (n=nighty@x122091.ppp.asahi-net.or.jp) joined #forth 09:40:16 --- quit: nighty_ ("leaving") 09:46:04 --- join: aguaithefreak (i=aguai@114.36.119.210) joined #forth 09:47:23 --- quit: aguaithefreak (SendQ exceeded) 09:47:46 --- join: aguaithefreak (i=aguai@114-36-119-210.dynamic.hinet.net) joined #forth 10:01:39 --- quit: GeDaMo ("Leaving.") 10:13:56 --- join: Qcoder00 (n=chatzill@212.225.126.223) joined #forth 10:14:02 Hi 10:21:05 --- join: f_[x] (n=user@95.132.176.26) joined #forth 10:21:59 Does anyone here know of a FORTH system for RISC OS? 10:32:28 --- join: pgas (n=user@pdpc/supporter/active/pgas) joined #forth 10:35:20 Qcoder00: take eyes on forthfreak.net? 10:35:51 will take a look - Thanks 10:35:59 .c 10:36:01 :D 10:36:20 I might end up trying to implement my on FORTH system in BBC BASIC 10:36:39 oh 10:36:42 (purely because that's one way of getting a system that behaves in the way I want it to) 10:40:37 I mean implementing a minimal forth can't be that hard... Can it ? XD 10:45:04 Years and years ago there was a Music system on the BBC Micro called AMPLE 10:45:17 I was wondering how to re-implement it :) 10:45:35 So I started to try and code my own FORTH to be able to do stuff :) 10:56:52 Qcoder00: have you started yet? 10:57:11 on what? 10:57:54 Your own Forth 10:58:54 Well 10:59:04 I've got a VERY basic stack calculator :( 10:59:59 I am doing some things slightly differently from 'official' standards 11:00:16 like having a seperate numbers and string stack 11:00:31 I.E Numbers go on one stack strings on another 11:02:08 The reason for a seperate string stack is so that I can do some input line minipluation ;) 11:02:42 Hopefully , I can eventually do that within the FORTH code ;) 11:02:54 impomatic: you have email? 11:03:09 I can send you the BBC BASIC code I currently have 11:03:23 Does that make it easier than with just a data / return stack 11:03:23 digital.wilderness at googlemail dot com 11:03:29 :-) 11:04:22 impomatic: I am something of a scruffy coder... 11:04:28 I'll try to load it in GWBasic. I have a BBC Basic interpreter for Windows, but it's not very good. 11:04:31 I tweak stuff until it works 11:04:33 * impomatic too 11:04:41 impomatic: BB4W? 11:04:56 That's what I am using 11:05:13 No, but I'll Google it. 11:05:45 BBC Basic For Windows - http://www.bb4w.com/bbcwin.html 11:06:09 I have an actual BBC, but it's not here. 11:06:19 The full version is about 30-40 UKP which for what you get is well worth it... 11:06:34 Have an Electron and an Achimedes too ;-) 11:06:42 You'll need BB4W or BASIC V because of the way I am doing some handling at present... 11:10:29 impomatic: Thanks for the e-mail address, I can send you the program code, as long as you accept it's very early code... 11:10:38 Of course :-) 11:10:40 I've not even got colon defs in it yet :( 11:11:39 I once made a simple Forth interpreter in Basic. No colon defs in mine either. 11:12:43 mail sent 11:13:26 The reason I was looking at it was because I rathe stupidly said someon should get something like AMPLE(i.e Music 5000) going for modern PC's 11:13:31 *rather 11:14:00 (I got the usual , 'Well if you were volunteering...' type responses...) 11:14:36 BTW I Strongly recomend BB4W to ayone that's serious about doing BBC BASIC programming in Windows 11:14:38 :) 11:16:04 My eventual design aim is such that the processing of input lines (i.e FORTH input) is handled by the FORTH system itself... 11:16:11 At present I read strings directly... 11:16:20 As you can probably tell from the code I sent 11:54:02 --- join: garfield_ (n=uwekloss@p54867CA5.dip.t-dialin.net) joined #forth 12:01:34 --- quit: pgas ("/quit") 12:25:01 --- part: Qcoder00 left #forth 13:00:11 --- quit: f_[x] (Read error: 145 (Connection timed out)) 13:04:33 --- nick: Snoopy_1711 -> Snoopy_1611 13:52:29 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 14:10:35 --- quit: InvisibleTomato (Read error: 110 (Connection timed out)) 17:35:54 --- log: started forth/09.09.01 17:35:54 --- join: clog (n=nef@bespin.org) joined #forth 17:35:54 --- topic: 'Welcome to #forth. We discuss the Forth programming language and a variety of technical subjects. Introduction and Helpful Reading: http://forthfreak.net/index.cgi?FnFC | ANS/ISO Forth Standard doc: http://tinyurl.com/nx7dx | Gforth compiler: http://tinyurl.com/s8uho | http://quartus.net/search | Paste: http://forth.pastebin.ca | http://www.isforth.com' 17:35:54 --- topic: set by I440r on [Fri Feb 13 08:39:24 2009] 17:35:54 --- names: list (clog maht mark4 garfield_ aguaithefreak gogonkt jauaor drhodes malyn Snoopy_1611 madwork segher mathrick schme cmeme nighty^ gnomon uiu_ tarbo_ _Jordan_ madgarden @crc nothingmuch) 18:05:44 --- join: nighty__ (n=nighty@210.188.173.245) joined #forth 19:16:22 --- quit: mark4 ("Leaving") 21:48:04 --- join: iano (n=iosgood@076-076-146-052.pdx.net) joined #forth 21:50:41 --- quit: iano (Client Quit) 21:50:56 --- join: iano (n=iosgood@076-076-146-052.pdx.net) joined #forth 21:51:11 --- quit: iano (Client Quit) 21:51:31 --- join: iano (n=iosgood@076-076-146-052.pdx.net) joined #forth 21:54:23 --- quit: iano (Client Quit) 23:59:59 --- log: ended forth/09.09.01