00:00:00 --- log: started forth/14.03.11 00:11:27 --- quit: ASau (Ping timeout: 240 seconds) 00:40:50 --- quit: kumool (Quit: Leaving) 01:56:21 --- join: daowee (~daowee@m37-199-126-35.cust.tele2.se) joined #forth 02:20:43 --- quit: nop0x07bc (Ping timeout: 264 seconds) 02:35:35 --- quit: kludge` (Ping timeout: 240 seconds) 02:40:10 --- join: kludge` (~comet@unaffiliated/espiral) joined #forth 02:46:01 --- quit: mnemnion (Remote host closed the connection) 02:49:35 --- quit: john_metcalf (Read error: Connection reset by peer) 02:49:58 --- join: nop0x07bc (~pon1980@h107n8-aepv-d7.ias.bredband.telia.com) joined #forth 02:52:56 --- join: john_metcalf (~john_metc@37.152.198.84) joined #forth 03:01:37 --- join: true-grue (~quassel@37-144-5-44.broadband.corbina.ru) joined #forth 03:25:49 --- join: Eth|cal (~sam@139.216.253.31) joined #forth 04:16:26 --- quit: karswell` (Ping timeout: 244 seconds) 04:47:09 --- join: mnemnion (~mnemnion@c-98-210-219-91.hsd1.ca.comcast.net) joined #forth 04:51:25 --- quit: mnemnion (Ping timeout: 252 seconds) 05:13:48 --- quit: Bahman (Read error: Connection reset by peer) 05:16:19 --- join: Bahman (~Bahman@2.178.170.29) joined #forth 05:34:22 --- join: Zarutian (~zarutian@194-144-84-110.du.xdsl.is) joined #forth 05:37:31 --- join: pvt_petey (~pvt_petey@host-92-16-158-80.as13285.net) joined #forth 05:47:33 --- quit: john_metcalf (Read error: Connection reset by peer) 05:48:28 --- join: john_metcalf (~john_metc@37.152.198.84) joined #forth 05:51:07 --- join: nighty^ (~nighty@lns-bzn-49f-62-147-170-46.adsl.proxad.net) joined #forth 05:52:15 --- quit: Bahman (Quit: Leaving.) 06:46:41 --- join: mnemnion (~mnemnion@c-98-210-219-91.hsd1.ca.comcast.net) joined #forth 06:51:21 --- quit: mnemnion (Ping timeout: 264 seconds) 07:58:12 --- join: fantazo (~fantazo@213.129.230.10) joined #forth 08:08:58 --- quit: joneshf-laptop (Read error: Operation timed out) 08:08:59 --- join: karswell (~user@87.112.118.233) joined #forth 08:55:17 --- quit: Zarutian (Quit: Zarutian) 09:14:24 --- join: Zarutian (~zarutian@194-144-84-110.du.xdsl.is) joined #forth 10:04:27 does gforth have any quick reference tools to look up docs for a given word? 10:07:43 http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Word-Index.html 10:07:44 ? 10:08:03 not a user so not sure if something built-in or not 10:08:19 that's a start; thanks. 10:08:39 was hoping there would be something like docstrings in a lisp repl, but this is good too 10:10:33 you'd lose comments bc i don't think they'd be compiled 10:10:53 but for non-primitives there's probably a way to decompile it and see the definition (sans comments/docs) 10:10:56 makes sense 10:11:58 though for large systems you could add a "comment" section to the dict entry and include this. i'm not aware of a forth that does this but it's possible 10:12:47 "large" in the sense that comments would take up space. today's hardware is pretty "huge" (generally) 10:13:12 I'm actually targeting an avr =) 10:13:15 eventually, anyway 10:13:52 just getting a feel for things in gforth first 10:13:59 not much room for comments there unless you have really small progs :) 10:14:37 yeah, english is pretty verbose 10:14:53 I was kinda surprised there aren't more avr forths 10:15:09 all I found was amforth, which apparently overwrites the existing bootloader 10:16:25 i haven't played with it. wanted to but then was pointed to another chip and started down the ARM path (the dark side) 10:17:50 yeah, I nearly ended up using an arm for this project 10:18:36 I would have except the microcontroller I had on hand had header pins installed already, so it wouldn't have fit in the case. so I had to order a new one and went with avr. 10:35:05 I once tried to write something like that. probably everyone does that from time to time. attaching documentary informations to words. 10:36:44 it was the very first program i wrote for retroforth :) 10:36:50 actually turned out pretty nice. 10:37:44 now you can just fire it up and say 'describe +' and it says: ( xy-n ) Add two values (x+y) 10:38:19 well I cought myself in over-engineering it. 10:38:41 yeah, bit spoiled by emacs for stuff like that 10:38:57 but I can understand why that's omitted if size is a concern 10:39:10 actually, i guess crc wrote most of it. i just bugged him to write the main parts and put them together :) 10:39:55 retro has a nice feature where it can strip out the dictionary when it recompiles itself 10:42:47 I haven't used retro for a long time. at the moment I'm stuck with gforth and this system doesn't has that. 10:43:07 yeah :/ 10:43:58 --- join: mnemnion (~mnemnion@c-98-210-219-91.hsd1.ca.comcast.net) joined #forth 10:45:28 and besides that there are other languages which atleast say, that they are used for getting money into the house. 11:29:18 --- join: karswell` (~user@87.112.118.233) joined #forth 11:30:22 --- quit: karswell (Ping timeout: 265 seconds) 11:32:35 --- quit: fantazo (Quit: Verlassend) 12:10:57 --- join: kumul (~mool@adsl-64-237-226-245.prtc.net) joined #forth 12:17:53 --- join: asie (~textual@078088168214.elblag.vectranet.pl) joined #forth 12:33:59 --- join: dimanemo (~dimanemo@95.215.143.57) joined #forth 12:43:25 --- quit: mnemnion (Remote host closed the connection) 12:44:02 --- join: mnemnion (~mnemnion@c-98-210-219-91.hsd1.ca.comcast.net) joined #forth 12:45:22 --- quit: dimanemo (Remote host closed the connection) 12:46:14 --- join: eaglemos (~eaglemos@193.203.48.82) joined #forth 12:48:42 --- quit: mnemnion (Ping timeout: 270 seconds) 12:49:38 --- quit: eaglemos (Remote host closed the connection) 13:12:30 --- quit: tangentstorm (Quit: WeeChat 0.3.2) 13:18:26 --- quit: Zarutian (Quit: Zarutian) 13:21:34 --- join: _spt_ (~Jaat@host-92-12-221-160.as43234.net) joined #forth 13:21:34 --- quit: _spt_ (Changing host) 13:21:34 --- join: _spt_ (~Jaat@unaffiliated/-spt-/x-5624824) joined #forth 13:46:25 --- join: fendersn (~fendersn@193.203.49.75) joined #forth 13:47:44 --- quit: nighty^_ (Read error: Connection reset by peer) 13:47:47 --- quit: asie (Quit: I'll probably come back in either 20 minutes or 8 hours.) 13:48:13 --- quit: true-grue (Read error: Connection reset by peer) 13:48:14 --- join: nighty^_ (~nighty@TOROON12-1279662182.sdsl.bell.ca) joined #forth 13:48:29 --- quit: nighty^_ (Read error: Connection reset by peer) 13:50:40 --- quit: fendersn (Remote host closed the connection) 13:52:58 --- join: Mat3 (~claude@91-64-127-6-dynip.superkabel.de) joined #forth 13:53:08 --- join: nighty^_ (~nighty@static-68-179-124-161.ptr.terago.net) joined #forth 13:53:17 hello 13:54:51 hey 13:56:39 <_spt_> yo! 13:57:05 hello bluekelp and _spt_ 14:29:32 --- join: chistyla (~chistyla@195.39.252.28) joined #forth 14:29:53 --- join: joneshf-work (~joneshf@69.62.222.167) joined #forth 14:31:13 --- quit: carc (Ping timeout: 245 seconds) 14:31:13 --- quit: ttmrichter (Ping timeout: 245 seconds) 14:31:19 --- quit: backer (Ping timeout: 245 seconds) 14:33:42 --- quit: chistyla (Remote host closed the connection) 14:34:18 --- join: Ethical (~sam@139.216.253.31) joined #forth 14:36:15 --- quit: nighty^ (*.net *.split) 14:36:15 --- quit: pvt_petey (*.net *.split) 14:36:22 --- quit: kc5tja (*.net *.split) 14:41:19 --- join: carc (~carc@2001:41d0:51:1::814) joined #forth 14:41:21 --- join: backer (~backer@user-387h39d.cable.mindspring.com) joined #forth 14:41:25 --- quit: carc (Changing host) 14:41:25 --- join: carc (~carc@unaffiliated/carc) joined #forth 14:41:42 --- join: kc5tja (~sfalvo@166.78.62.138) joined #forth 14:41:42 --- mode: ChanServ set +v kc5tja 14:42:13 --- join: nighty^ (~nighty@lns-bzn-49f-62-147-170-46.adsl.proxad.net) joined #forth 14:42:16 --- quit: Mat3 (*.net *.split) 14:42:17 --- quit: _spt_ (*.net *.split) 14:42:21 --- quit: Eth|cal (*.net *.split) 14:42:22 --- quit: bbloom_ (*.net *.split) 14:42:31 --- quit: kumul (*.net *.split) 14:42:35 --- quit: kludge` (*.net *.split) 14:42:50 --- quit: C-Keen (*.net *.split) 14:44:23 --- join: ttmrichter_ (~ttmrichte@192.241.205.8) joined #forth 14:44:23 --- join: kumul (~mool@adsl-64-237-226-245.prtc.net) joined #forth 14:44:23 --- join: kludge` (~comet@unaffiliated/espiral) joined #forth 14:44:23 --- join: C-Keen (cckeen@pestilenz.org) joined #forth 14:44:37 --- join: pvt_petey (~pvt_petey@host-92-16-158-80.as13285.net) joined #forth 14:48:20 --- join: Mat3 (~claude@91-64-127-6-dynip.superkabel.de) joined #forth 14:50:53 --- join: bbloom (~bbloom@cpe-68-173-7-82.nyc.res.rr.com) joined #forth 14:54:26 --- join: mnemnion (~mnemnion@c-98-210-219-91.hsd1.ca.comcast.net) joined #forth 15:08:57 --- join: ASau (~user@46.115.137.28) joined #forth 15:26:17 --- quit: nighty^ (Quit: Disappears in a puff of smoke) 15:27:21 ciao 15:27:27 --- quit: Mat3 (Quit: Verlassend) 16:10:44 --- join: _spt_ (~Jaat@unaffiliated/-spt-/x-5624824) joined #forth 16:42:18 --- quit: TodPunk (Ping timeout: 252 seconds) 16:49:29 --- quit: _spt_ (Quit: gone) 17:51:22 --- join: daowee_ (~daowee@m90-132-235-190.cust.tele2.se) joined #forth 17:52:23 --- quit: carc (Ping timeout: 245 seconds) 17:54:22 --- quit: daowee (Ping timeout: 252 seconds) 17:55:09 --- join: Zarutian (~zarutian@194-144-84-110.du.xdsl.is) joined #forth 17:57:28 --- join: kumool (~mool@adsl-64-237-226-245.prtc.net) joined #forth 17:57:32 --- join: carc (~carc@unaffiliated/carc) joined #forth 17:59:42 --- quit: kludge` (Disconnected by services) 17:59:56 --- join: kludge` (~comet@unaffiliated/espiral) joined #forth 18:01:33 --- quit: C-Keen (Ping timeout: 240 seconds) 18:01:37 --- quit: kumul (Ping timeout: 240 seconds) 18:02:03 --- quit: ttmrichter_ (Ping timeout: 240 seconds) 18:02:12 --- join: C-Keen (cckeen@pestilenz.org) joined #forth 18:02:15 --- join: ttmrichter (~ttmrichte@192.241.205.8) joined #forth 18:15:50 --- quit: b_jonas (Ping timeout: 252 seconds) 18:17:41 --- join: b_jonas (~x@russell2.math.bme.hu) joined #forth 18:41:28 --- quit: pvt_petey () 18:49:13 --- quit: karswell` (Ping timeout: 240 seconds) 19:26:27 --- join: TodPunk (~Tod@50-198-177-186-static.hfc.comcastbusiness.net) joined #forth 19:32:49 --- quit: TodPunk (Ping timeout: 245 seconds) 19:37:00 --- join: TodPunk (Tod@50-198-177-186-static.hfc.comcastbusiness.net) joined #forth 19:58:08 --- quit: TodPunk (Ping timeout: 252 seconds) 20:02:08 --- join: TodPunk (Tod@50-198-177-186-static.hfc.comcastbusiness.net) joined #forth 20:06:03 --- join: nisstyre (~yourstrul@oftn/member/Nisstyre) joined #forth 20:20:20 http://p.hagelb.org/orestes.fs.html <- so in the function "delta" here I want to push onto the return stack inside loop and pop back to the data stack outside loop; is that impossible? 20:20:27 maybe there's a better way to do this? 20:28:58 --- quit: Zarutian (Quit: Zarutian) 20:30:12 --- quit: impomatic (Remote host closed the connection) 20:30:25 --- quit: itsy (Read error: Connection reset by peer) 20:52:47 hm; I guess it's superfluous here 21:52:00 --- quit: nisstyre (Quit: WeeChat 0.4.3) 22:15:53 --- quit: joneshf-work (Remote host closed the connection) 22:16:28 --- join: asie (~textual@078088168214.elblag.vectranet.pl) joined #forth 22:32:42 --- quit: kumool (Quit: Leaving) 22:32:48 --- join: tangentstorm (~michal@108-218-151-22.lightspeed.rcsntx.sbcglobal.net) joined #forth 22:41:34 --- quit: asie (Quit: Textual IRC Client: www.textualapp.com) 23:20:33 --- quit: tangentstorm (Ping timeout: 252 seconds) 23:34:32 --- join: tangentstorm (~michal@108-218-151-22.lightspeed.rcsntx.sbcglobal.net) joined #forth 23:59:59 --- log: ended forth/14.03.11