00:00:00 --- log: started forth/16.03.06 00:46:16 --- quit: Indecipherable (Quit: Too late I heard the howling, that broke your heart at last...) 02:41:48 --- join: true-grue (~true-grue@176.14.216.104) joined #forth 03:54:26 --- join: Kumool_ (~kumool@adsl-64-237-232-110.prtc.net) joined #forth 03:55:00 --- quit: Kumool (Ping timeout: 248 seconds) 04:05:58 --- join: Kumool (~kumool@adsl-72-50-87-159.prtc.net) joined #forth 04:07:25 --- quit: Kumool_ (Ping timeout: 276 seconds) 04:22:14 --- quit: Kumool (Read error: Connection reset by peer) 04:54:09 --- join: beretta (~beretta@cpe-65-185-42-203.columbus.res.rr.com) joined #forth 05:51:41 --- quit: mnemnion (Remote host closed the connection) 06:32:25 --- quit: karswell (Ping timeout: 248 seconds) 08:16:19 --- join: joneshf-laptop (~joneshf@c-73-220-86-28.hsd1.ca.comcast.net) joined #forth 08:56:53 --- join: JDat (~JDat@89.248.91.5) joined #forth 09:18:48 --- join: little_bit (~tomkl@unaffiliated/tomkl) joined #forth 09:41:58 --- quit: joneshf-laptop (Quit: Leaving) 09:51:00 --- join: bedah (~bedah@dyndsl-095-033-180-021.ewe-ip-backbone.de) joined #forth 11:00:13 --- join: real-grue (~true-grue@176.14.216.104) joined #forth 11:04:04 --- quit: true-grue (Ping timeout: 276 seconds) 11:52:38 --- quit: little_bit (Ping timeout: 244 seconds) 11:58:10 --- join: proteusguy_satri (~proteusgu@151.28.144.250) joined #forth 12:23:30 --- join: mat4 (~Claude@ip5b4112a4.dynamic.kabel-deutschland.de) joined #forth 12:23:33 hello 12:27:02 --- join: little_bit (~tomkl@unaffiliated/tomkl) joined #forth 12:52:41 --- quit: JDat (Ping timeout: 252 seconds) 13:22:18 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 13:47:56 --- join: mnemnion (~mnemnion@c-73-223-96-148.hsd1.ca.comcast.net) joined #forth 13:57:15 --- quit: mat4 (Quit: Leaving) 14:07:41 --- quit: bedah (Quit: Ex-Chat) 14:07:48 --- join: john_metcalf (~john_metc@145.2.112.87.dyn.plus.net) joined #forth 14:12:47 --- quit: john_metcalf (Read error: No route to host) 14:14:24 --- join: john_metcalf (~john_metc@145.2.112.87.dyn.plus.net) joined #forth 14:19:26 --- quit: john_metcalf (Ping timeout: 264 seconds) 14:39:32 --- quit: Zarutian (Quit: Zarutian) 14:47:34 --- quit: pointfree (Ping timeout: 260 seconds) 15:28:47 --- join: blockzombie (~blockzomb@eth59-167-133-100.static.internode.on.net) joined #forth 15:52:25 --- quit: proteusguy_satri (Ping timeout: 248 seconds) 16:50:10 --- quit: real-grue (Read error: Connection reset by peer) 17:18:29 --- quit: DocPlatypus (Quit: Leaving) 18:49:05 --- join: Skuzzzy (~Skuzzzy@host-13-149.miancou.clients.pavlovmedia.com) joined #forth 19:06:59 --- quit: mnemnion (Read error: Connection reset by peer) 19:07:12 --- join: mnemnia (~mnemnion@c-73-223-96-148.hsd1.ca.comcast.net) joined #forth 19:09:15 are DO .. LOOPs nestable? 19:43:04 --- join: nisstyre (~yourstrul@li611-52.members.linode.com) joined #forth 20:02:18 --- quit: blockzombie (Remote host closed the connection) 20:19:51 --- quit: little_bit (Ping timeout: 260 seconds) 20:26:00 --- quit: mnemnia (Read error: Connection reset by peer) 20:26:24 --- join: mnemnion (~mnemnion@c-73-223-96-148.hsd1.ca.comcast.net) joined #forth 21:05:14 --- join: little_bit (~tomkl@unaffiliated/tomkl) joined #forth 21:13:49 --- join: Kumool (~kumool@adsl-72-50-87-159.prtc.net) joined #forth 21:32:20 --- quit: proteusguy (Ping timeout: 244 seconds) 21:42:26 --- join: proteusguy_satri (~proteusgu@151.28.144.250) joined #forth 21:45:31 --- join: proteusguy (~proteusgu@ppp-110-168-230-7.revip5.asianet.co.th) joined #forth 21:45:31 --- mode: ChanServ set +v proteusguy 22:05:13 --- join: probonono (~User@ppp103-111.static.internode.on.net) joined #forth 22:05:13 --- quit: probonono (Changing host) 22:05:13 --- join: probonono (~User@unaffiliated/probonono) joined #forth 22:17:29 --- quit: little_bit (Quit: leaving) 22:44:07 --- quit: proteusguy_satri (Ping timeout: 276 seconds) 23:19:05 --- join: blockzombie (~blockzomb@ppp121-44-202-241.lns20.syd7.internode.on.net) joined #forth 23:25:35 has anyone got experience with this forth? http://wiki.laptop.org/go/Forth_Lesson_7 23:26:05 the example programs don't work in gforth or js-forth which is here: https://repl.it/languages/forth 23:26:21 the one I'm trying is: 0 BEGIN DUP . 1+ DUP 5 = UNTIL 23:27:04 on the latter I get "0 BEGIN : error(-14): use only during compilation" 23:27:17 yeah that will work fine, but only inside a definition 23:27:44 oh 23:27:52 :noname 0 BEGIN DUP . 1+ DUP 5 = UNTIL ; execute 0 1 2 3 4 ok 23:28:15 : dosomething 0 BEGIN DUP . 1+ DUP 5 = UNTIL ; dosomething 23:28:19 ah thanjks 23:28:45 yeah that works... I made my own interpreter and it works fine outside of a definition 23:28:56 why the restriction? 23:32:37 because BEGIN and UNTIL emit code to do the looping, which works when you're compiling, but not when you're interpreting and just sequentially executing tokens 23:33:15 hmm.. 23:35:00 that's interesting. in a definition, can I quote those keywords to make macros? e.g : mybegin begin ; 23:35:21 that doesn't work in mine 23:36:27 in ANS forth you could do : mybegin postpone begin ; immediate, but that would have the same restriction as begin 23:36:49 ok 23:36:55 thanks you've been very helpful 23:59:59 --- log: ended forth/16.03.06