00:00:00 --- log: started forth/10.07.20 00:15:12 --- join: lambert (~lambert@85.69.145.12) joined #forth 00:30:16 --- join: aguaithefreak (~aguai@114-32-77-124.HINET-IP.hinet.net) joined #forth 01:09:31 --- quit: aguaithefreak (Ping timeout: 248 seconds) 01:11:43 --- join: aguaithefreak (~aguai@114-32-77-124.HINET-IP.hinet.net) joined #forth 01:15:58 hoy 02:10:39 boy 05:17:06 --- join: Guthur (~michael@86.148.29.214) joined #forth 07:19:13 --- quit: aguaithefreak (Ping timeout: 276 seconds) 07:29:06 --- join: aguaithefreak (~aguai@114-32-77-124.HINET-IP.hinet.net) joined #forth 08:34:17 --- join: Droid440r (~AndChat@116.sub-97-45-149.myvzw.com) joined #forth 08:40:38 An ??? ;-) 08:48:39 ? 08:55:23 An-Droid 08:57:00 Yes 08:57:16 Droid incredible 08:58:24 Maybe I port forth ;) 09:01:17 Have fun hooking it up to Dalvik. 09:12:49 Anyone familiar with building pygmy-forth for the LPC2103 09:13:24 It's looking for a kernel.dictionary 09:14:11 It's a little confusing as it seems to want to copy it over kernel-lpc2103.dictionary 09:15:31 --- join: mark4 (~AndChat@116.sub-97-45-149.myvzw.com) joined #forth 09:15:31 --- quit: Droid440r (Quit: Bye) 09:17:41 nvm 09:25:52 Who said anything about hooking it to anything other than the kernel :) 09:27:31 --- join: ASau (~user@83.69.227.32) joined #forth 09:37:51 --- join: qFox (~C00K13S@5356B263.cable.casema.nl) joined #forth 09:48:29 --- quit: Guthur (Remote host closed the connection) 09:54:56 --- quit: aguaithefreak (Ping timeout: 240 seconds) 10:09:59 --- join: Guthur (~michael@host86-148-29-214.range86-148.btcentralplus.com) joined #forth 10:32:25 --- quit: mark4 (Ping timeout: 265 seconds) 10:32:36 --- join: ygrek (debian-tor@gateway/tor-sasl/ygrek) joined #forth 10:35:15 --- join: Droid440r (~AndChat@116.sub-97-45-149.myvzw.com) joined #forth 10:39:41 --- quit: Droid440r (Ping timeout: 240 seconds) 11:08:25 hey 11:08:49 Guthur: are you doing embedded ARM development? 11:09:11 alexand3r, Trying, hehe 11:09:16 col 11:09:19 how is pygmy-forth? 11:09:44 Ideologically glorious. 11:09:49 Just evaluating now, I'm a bit of newbie to forth though 11:09:55 Amazingly small though 11:10:27 cool 11:10:32 I'm using MPE's forth cross compiler. 11:10:37 (for ARM) 11:12:54 I only have an LPC2103 at the moment, which is very limited in terms of memory 11:13:06 32k Flash 8k RAM 11:13:17 but I have a LPC2119 due tomorrow 11:21:12 alexand3r, What ARM setup are you using? 11:21:54 at91sam7a3 11:24:05 Nice, I'm just using a small development board, just tinkering really 11:25:18 cool 11:36:52 Guthur: Welcome to the dark side. 11:37:34 schmrkc, Well I'm not there yet, soon hopefully 11:37:41 If I can get this to work, hehe 11:40:08 (: 11:40:16 asm + forth + soldering iron. 11:40:18 oh boy oh boy. 11:41:30 I have a new soldering station I need to try out 11:41:50 schmrkc: = failed lives, and broken dreams. 11:41:56 Just ordered a keypad and 4x20 LCD display 11:42:55 alexand3r: :D I see it as a fun hobby :) Already living the dream! 11:43:14 And then along with the LPC2119 (a whole 128k of flash) I aim to make a dice replacement for tabletop gaming 11:43:52 schmrkc: I'm being mouthy.. the forth scene just has a lot of 'I could have been a contender' BS going on. 11:44:10 but welcome 11:45:41 alexand3r: oh yeah. definitely. 11:46:00 alexand3r: if only the market understood how great forth is, eh? :) 11:46:32 haha 11:46:33 yah 12:13:58 --- quit: crcx (Ping timeout: 240 seconds) 12:34:18 --- join: crcx (~crc@li125-93.members.linode.com) joined #forth 12:56:39 --- quit: Guthur (Remote host closed the connection) 13:03:59 --- join: Guthur (~michael@host86-148-29-214.range86-148.btcentralplus.com) joined #forth 13:32:05 --- join: Droid440r (~AndChat@116.sub-97-45-149.myvzw.com) joined #forth 13:56:33 --- quit: ygrek (Ping timeout: 245 seconds) 14:12:01 --- quit: Droid440r (Remote host closed the connection) 14:19:43 --- quit: qFox (Read error: Connection reset by peer) 14:19:51 --- join: ASau` (~user@83.69.227.32) joined #forth 14:21:16 --- quit: ASau (Read error: Operation timed out) 15:10:23 --- quit: lambert (Quit: Ex-Chat) 15:24:41 has anyone used this Riscy Pygness before 15:25:24 It seems to be sort of working, expect that the greeting message I get back from the target seems to be wrong 15:25:25 I've heard of it. 15:25:46 Not sure if it's an encoding issue or speed issue. 15:26:01 Oh wait I meant to check the clk speed settings 15:26:31 Guthur: the first thing I do when I bring up a forth is have some assembly that writes the letter A out the serial port. 15:26:45 That's what it's suppose to do 15:27:02 well, CRLF ho CRLF 15:27:07 ho/hi 15:27:12 ah 15:27:30 It also flashes an led 6 times on one of the GPIO pins 15:27:42 I've just checked that, and it is 15:27:53 nice. 15:28:12 I am also receiving somthing on the serial port, but it's just weird characters 15:28:38 your clock divisor is wrong, or you've got the wrong number of data bits on the UART 15:28:51 I'll just double check the clock now, I know the author used a board with a slightly slower crystal 15:29:13 I had changed it in make 15:29:26 but I think there is some .equ in the assembly as well 15:29:50 I just got all excited about the LED and forgot to check that, hehe 15:37:14 Sweet 15:37:21 It was the clock settings 15:37:55 I think I may now have a working Forth setup for my ARM's 15:44:44 cool 15:44:59 I just wish MPE forth's optimizer was bette.r 15:45:05 ( 0000:9D4C 97FFFFEB ...k ) bl # $9BB0 @+ 15:45:15 ... 15:45:17 ( 0000:9BB0 04809AE2 ...b ) add .s r8, r10, # $04 15:45:17 ( 0000:9BB4 00A09AE5 . .e ) ldr r10, [ r10, # $00 ] 15:45:17 ( 0000:9BB8 04802CE5 ..,e ) str r8, [ r12, # $-04 ] ! 15:45:19 ( 0000:9BBC 0EF0A0E1 .p a ) mov pc, r14 15:45:22 why does that need to be a bl 15:45:53 hehe now that is a pretty bad 15:49:40 and of course, if I tell the optimizer to always inline @+, my code doesn't work. 15:49:43 sigh. 15:53:57 I'm not sure what optimization is available to me 15:54:13 Just tested the interactiveness of this. 15:54:23 It works, I'm well pleasd 15:54:30 pleased* 15:54:46 congrats. 15:55:00 Interactive embedded programming, awesome 15:55:05 yah 15:55:06 it's so great. 15:55:12 This kernel has multi tasking as well 15:55:18 cool 15:55:33 BTW, check out MPE's cross compiler 15:55:37 their stamp version is cheap. 15:55:52 I'll have a look, cheers 16:12:34 --- quit: foxes (Ping timeout: 265 seconds) 16:12:59 --- join: foxes (~flash@123.121.87.218) joined #forth 17:06:27 --- join: azathoth99 (~g@w005.z209031033.sjc-ca.dsl.cnc.net) joined #forth 17:06:41 can I ask a few question without being booted? 17:12:56 Always worth a go 17:29:31 using forth on linux... 17:29:46 do the ANSI words allow one to manipulate files? 17:29:55 and are there words for in memory arrays? 17:51:00 --- join: tathi (~josh@dsl-216-227-91-166.fairpoint.net) joined #forth 17:51:51 Hi all 17:52:42 azathoth99: depends on what you mean by "manipulate" 17:53:21 And...code for arrays is usually simple enough that it's application-specific. 17:55:16 Though I could probably point you to example code... 17:57:30 I am looking at gforth manual. 18:00:37 ANS has words to open/close/read/write files, also delete and rename. The standard doesn't deal with directories at all, but gforth does have words for that. 18:03:45 cool 18:04:01 do a majority of forth apps avoid a lot of file activity? 18:05:48 I don't know. Personally I use files whenever I think they make sense. 18:27:28 i usually only use my make-file and map-file words 18:28:11 which create a file from a memory range, resp. read a whole file into a memory range 18:29:50 hopefully portable definitions: http://pastie.org/private/bk4gkidtjmsggzfeiakitq 19:24:14 --- quit: tathi (Quit: leaving) 19:50:49 --- join: Snoopy_1711 (Snoopy_161@178.4.18.230) joined #forth 19:54:15 --- quit: Snoopy_1611 (Ping timeout: 276 seconds) 20:07:16 --- join: Pusdesris (~Joe@cpe-98-155-79-112.san.res.rr.com) joined #forth 20:07:45 --- quit: Pusdesris (Read error: Connection reset by peer) 20:08:09 --- join: Pusdesris (~Joe@cpe-98-155-79-112.san.res.rr.com) joined #forth 20:10:18 --- quit: Deformative (Ping timeout: 245 seconds) 20:43:10 --- quit: Guthur (Remote host closed the connection) 21:05:18 --- quit: dinya_ (Ping timeout: 245 seconds) 21:35:53 --- quit: crc (Ping timeout: 258 seconds) 21:36:55 --- join: crc (~charlesch@184.77.185.20) joined #forth 22:12:38 --- join: dinya_ (~Denis@92.255.128.235) joined #forth 22:14:55 --- quit: LionMade0fLions (Ping timeout: 276 seconds) 22:37:41 --- join: Snoopy_1611 (Snoopy_161@188.107.192.217) joined #forth 22:38:32 --- quit: gogonkt (Ping timeout: 240 seconds) 22:39:11 --- quit: Snoopy_1711 (Ping timeout: 240 seconds) 22:39:49 --- join: ygrek (debian-tor@gateway/tor-sasl/ygrek) joined #forth 22:45:45 --- join: gogonkt (~info@113.69.186.133) joined #forth 22:58:47 --- join: lambert (~lambert@85.69.145.12) joined #forth 23:07:13 --- join: LionMade0fLions (~LionMadeO@70.114.156.242) joined #forth 23:19:53 --- quit: azathoth99 (Ping timeout: 260 seconds) 23:59:59 --- log: ended forth/10.07.20