00:00:00 --- log: started forth/12.12.18 00:16:14 --- join: ASau` (~user@46.115.98.215) joined #forth 00:16:14 --- mode: ChanServ set +v ASau` 00:18:58 --- quit: ASau (Ping timeout: 272 seconds) 00:23:24 --- quit: ASau` (Ping timeout: 272 seconds) 00:25:54 --- join: epicmonkey (~epicmonke@188.134.41.172) joined #forth 00:25:54 --- mode: ChanServ set +v epicmonkey 00:40:25 --- quit: epicmonkey (Read error: Operation timed out) 01:50:54 --- join: epicmonkey (~epicmonke@host-224-58.dataart.net) joined #forth 01:50:54 --- mode: ChanServ set +v epicmonkey 02:20:38 --- quit: Nisstyre-laptop (Ping timeout: 255 seconds) 04:12:43 --- join: kumul (~kumul@adsl-72-50-17-32.prtc.net) joined #forth 04:12:44 --- mode: ChanServ set +v kumul 04:56:20 --- quit: beretta (Ping timeout: 255 seconds) 05:19:33 --- join: protist (~protist@125-237-130-19.jetstream.xtra.co.nz) joined #forth 05:19:33 --- mode: ChanServ set +v protist 06:32:09 why doesnt this work? { : letters? 0 do dup i + @ emit loop drop cr ; s" test" letters? } if you change emit to . it shows weird numbers instead of ascii chars 06:47:12 how stupid of me, nvm 07:00:39 what do you want that word to do? 07:01:47 : letters 0 do 97 i + emit loop ; 07:01:54 ^ is that was you want? 07:03:25 ah i see what you did 07:06:42 : letters? 0 do 1 + @ emit loop drop cr ; might be better 07:06:59 1+ i meant 07:09:27 nvm...i did it wrong...but there is a way to avoid duping that so much 07:10:11 or not ahg 07:14:56 : letters swap 1- swap 0 do 1+ dup @ emit loop drop cr ; 07:28:41 but that is odd...{ ." test" swap dup 97 swap ! swap letters} only gives me `a' 07:28:52 i meant s" test" 07:29:07 whereas s" test" letters gives me `test' 07:30:44 i would expect { s" test" swap dup 97 swap ! swap letters} to give me `aest' 07:57:44 --- join: MayDaniel (~MayDaniel@unaffiliated/maydaniel) joined #forth 07:57:44 --- mode: ChanServ set +v MayDaniel 08:04:22 --- quit: Bahman (Ping timeout: 248 seconds) 08:25:10 --- quit: protist (Quit: leaving) 08:48:42 kumul: you need c@ instead of @ in the loop 09:14:10 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 09:14:10 --- mode: ChanServ set +v Nisstyre-laptop 09:24:42 thanks crc, i was on the edge of murder 09:27:07 crc: it still worked with emit though, why? 09:27:20 after fetching! 09:38:37 mmm probably because emit only uses 7 bits instead of the whole thing 09:38:48 maybe? 09:40:19 that would probably be an implementation dependent thing 09:42:28 --- join: nighty^ (~nighty@tin51-1-82-226-147-104.fbx.proxad.net) joined #forth 09:42:28 --- mode: ChanServ set +v nighty^ 09:43:16 yep, t is equal to 1953719668, which is 1110100... ( this works in (g p)forth ficl and pfe ) emit doesnt care whether its c@ or @ 09:43:51 could be a standard? but i guess it should be as you said 09:45:48 --- quit: epicmonkey (Ping timeout: 260 seconds) 09:52:27 http://forthworks.com/standards/DPANS/dpans6.htm#6.1.1320 for the dpANS spec on EMIT 10:35:29 --- join: ASau (~user@46.115.97.219) joined #forth 10:35:29 --- mode: ChanServ set +v ASau 11:04:50 --- join: nal (~kumul@adsl-207-204-150-211.prtc.net) joined #forth 11:04:50 --- mode: ChanServ set +v nal 11:05:47 --- quit: kumul (Ping timeout: 264 seconds) 11:07:23 --- join: epicmonkey (~epicmonke@188.134.41.172) joined #forth 11:07:23 --- mode: ChanServ set +v epicmonkey 11:09:55 --- quit: nal (Ping timeout: 246 seconds) 11:11:28 --- join: nal (~kumul@67.224.203.126) joined #forth 11:11:28 --- mode: ChanServ set +v nal 12:05:18 --- quit: Nisstyre-laptop (Read error: Connection reset by peer) 12:29:53 --- join: RodgerTheGreat (~rodger@71-13-215-242.dhcp.mrqt.mi.charter.com) joined #forth 12:29:53 --- mode: ChanServ set +v RodgerTheGreat 12:31:24 --- join: Bahman (~Bahman@static.88-198-159-196.clients.your-server.de) joined #forth 12:31:24 --- mode: ChanServ set +v Bahman 12:47:28 --- join: rixard_ (~rixard@81-235-139-119-no63.tbcn.telia.com) joined #forth 12:47:28 --- mode: ChanServ set +v rixard_ 12:48:15 --- quit: rixard (Ping timeout: 265 seconds) 12:48:15 --- nick: rixard_ -> rixard 14:19:30 --- quit: MayDaniel (Read error: Connection reset by peer) 14:24:27 --- join: Onionnion (~ryan@adsl-68-254-160-140.dsl.milwwi.ameritech.net) joined #forth 14:24:27 --- mode: ChanServ set +v Onionnion 14:35:41 --- quit: karswell (Read error: Connection reset by peer) 14:45:57 --- join: karswell (~coat@93-97-29-243.zone5.bethere.co.uk) joined #forth 14:45:57 --- mode: ChanServ set +v karswell 14:54:14 --- quit: epicmonkey (Ping timeout: 272 seconds) 16:23:12 --- quit: Onionnion (Remote host closed the connection) 16:44:16 --- quit: Nisstyre (Read error: Connection reset by peer) 18:45:30 --- join: Onionnion (~ryan@adsl-68-254-160-140.dsl.milwwi.ameritech.net) joined #forth 18:45:30 --- mode: ChanServ set +v Onionnion 18:53:20 --- quit: Bahman (Ping timeout: 255 seconds) 19:13:40 --- join: Onionnion|Eee (~ryan@adsl-68-254-160-140.dsl.milwwi.ameritech.net) joined #forth 19:13:40 --- mode: ChanServ set +v Onionnion|Eee 19:34:46 --- quit: cataska (Quit: leaving) 19:45:05 --- join: cataska (~user@210.64.6.233) joined #forth 19:45:05 --- mode: ChanServ set +v cataska 19:50:33 --- join: Bahman (~Bahman@2.147.235.134) joined #forth 19:50:33 --- mode: ChanServ set +v Bahman 20:00:17 --- join: Bahman_ (~Bahman@static.88-198-159-196.clients.your-server.de) joined #forth 20:00:17 --- mode: ChanServ set +v Bahman_ 20:01:06 --- quit: Bahman (Ping timeout: 264 seconds) 20:01:56 --- quit: Bahman_ (Remote host closed the connection) 20:02:07 --- join: Bahman (~Bahman@static.88-198-159-196.clients.your-server.de) joined #forth 20:02:07 --- mode: ChanServ set +v Bahman 20:24:39 --- quit: cataska (Remote host closed the connection) 20:28:23 --- join: cataska (~user@210.64.6.233) joined #forth 20:28:23 --- mode: ChanServ set +v cataska 20:30:45 --- quit: cataska (Remote host closed the connection) 20:33:29 --- join: cataska (~user@210.64.6.233) joined #forth 20:33:29 --- mode: ChanServ set +v cataska 20:37:37 --- quit: Bahman (Ping timeout: 246 seconds) 20:39:42 --- quit: Onionnion|Eee (Quit: Leaving) 20:49:06 --- quit: Onionnion (Quit: Leaving) 20:52:55 --- join: beretta (~beretta@cpe-107-8-120-84.columbus.res.rr.com) joined #forth 20:52:55 --- mode: ChanServ set +v beretta 21:20:30 --- join: ncv (~quassel@89.35.216.197) joined #forth 21:20:30 --- quit: ncv (Changing host) 21:20:30 --- join: ncv (~quassel@unaffiliated/neceve) joined #forth 21:20:30 --- mode: ChanServ set +v ncv 21:57:55 --- quit: nal (Quit: WeeChat 0.3.9.2) 21:58:55 --- quit: RodgerTheGreat (Quit: RodgerTheGreat) 23:33:40 --- quit: cataska (Remote host closed the connection) 23:34:37 --- join: cataska (~user@210.64.6.233) joined #forth 23:34:37 --- mode: ChanServ set +v cataska 23:49:04 --- quit: cataska (Remote host closed the connection) 23:50:02 --- quit: ASau (Ping timeout: 272 seconds) 23:50:24 --- join: cataska (~user@210.64.6.233) joined #forth 23:50:24 --- mode: ChanServ set +v cataska 23:53:50 --- quit: cataska (Remote host closed the connection) 23:56:57 --- join: cataska (~user@210.64.6.233) joined #forth 23:56:57 --- mode: ChanServ set +v cataska 23:59:59 --- log: ended forth/12.12.18