00:00:00 --- log: started forth/19.07.19 00:18:49 --- join: dys (~dys@2003:5b:203b:100:a64c:c8ff:fef4:13a6) joined #forth 00:35:58 --- join: Sweedish (~Elfman@192-222-202-13.qc.cable.ebox.net) joined #forth 00:52:30 --- join: Elfman (~Elfman@192-222-202-13.qc.cable.ebox.net) joined #forth 00:52:46 --- quit: Elfman (Remote host closed the connection) 00:56:35 --- quit: Sweedish (Quit: Quitte) 00:56:57 --- join: Sweedish (~Elfman@192-222-202-13.qc.cable.ebox.net) joined #forth 00:58:05 --- quit: Sweedish (Client Quit) 00:58:19 --- join: Sweedish (~Elfman@192-222-202-13.qc.cable.ebox.net) joined #forth 00:59:28 --- quit: Sweedish (Client Quit) 00:59:41 --- join: Sweedish (~Sweedish@192-222-202-13.qc.cable.ebox.net) joined #forth 01:00:00 --- quit: Sweedish (Client Quit) 01:48:29 --- join: dave0 (~dave0@069.d.003.ncl.iprimus.net.au) joined #forth 02:21:12 --- join: xek (~xek@apn-31-0-23-83.dynamic.gprs.plus.pl) joined #forth 04:43:45 --- quit: xek (Remote host closed the connection) 04:44:10 --- join: xek (~xek@apn-31-0-23-83.dynamic.gprs.plus.pl) joined #forth 04:51:55 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 05:52:20 --- quit: jedb (Ping timeout: 246 seconds) 06:17:53 --- quit: xek (Ping timeout: 246 seconds) 07:02:36 --- quit: rdrop-exit (Quit: Lost terminal) 07:46:26 --- quit: dave9 (Ping timeout: 246 seconds) 07:46:40 --- quit: dave0 (Ping timeout: 245 seconds) 08:03:15 --- quit: dys (Remote host closed the connection) 08:16:15 --- join: dave9 (~dave@069.d.003.ncl.iprimus.net.au) joined #forth 08:25:05 --- join: dave0 (~dave0@069.d.003.ncl.iprimus.net.au) joined #forth 08:30:05 --- join: david` (~user@host86-187-162-171.range86-187.btcentralplus.com) joined #forth 08:32:44 quit 08:32:47 --- part: david` left #forth 09:14:45 --- join: Sweedish (~Sweedish@192-222-202-13.qc.cable.ebox.net) joined #forth 09:22:54 --- quit: Sweedish (Quit: Leaving) 09:39:01 --- quit: dave0 (Quit: dave's not here) 10:59:31 --- quit: karswell (Ping timeout: 268 seconds) 12:48:28 --- quit: gravicappa (Ping timeout: 244 seconds) 13:58:29 --- quit: ryke (Ping timeout: 276 seconds) 16:34:11 --- quit: dne (Remote host closed the connection) 16:35:47 --- join: dne (~dne@jaune.mayonnaise.net) joined #forth 16:58:32 --- quit: john_cephalopoda (Ping timeout: 276 seconds) 17:12:22 --- join: john_cephalopoda (~john@unaffiliated/john-cephalopoda/x-6407167) joined #forth 17:26:53 --- join: `presiden (~presiden@unaffiliated/matematikaadit) joined #forth 17:33:06 --- quit: `presiden (Quit: WeeChat 2.4-dev) 17:35:48 --- join: `presiden (~presiden@unaffiliated/matematikaadit) joined #forth 17:37:05 --- join: ryke (~conrad@71-9-169-152.dhcp.jcsn.tn.charter.com) joined #forth 17:37:50 --- quit: ryke (Client Quit) 17:38:07 --- join: ryke (~conrad@71-9-169-152.dhcp.jcsn.tn.charter.com) joined #forth 17:42:39 --- join: dave0 (~dave0@069.d.003.ncl.iprimus.net.au) joined #forth 17:42:53 --- quit: dddddd (Remote host closed the connection) 17:49:56 --- join: rdrop-exit (~markwilli@112.201.174.189) joined #forth 17:52:31 --- quit: ryke (Quit: Leaving) 17:52:47 --- join: ryke (~conrad@71-9-169-152.dhcp.jcsn.tn.charter.com) joined #forth 18:29:36 c[] Greetings Forthers 18:30:19 greetings rdrop-exit :) 18:30:32 Hi tp 18:38:06 <`presiden> greeting 18:38:32 hi `presiden 18:38:42 <`presiden> hi rdrop-exit 18:39:02 g'day presiden 18:41:33 <`presiden> gday tp 18:48:50 --- quit: Keshl (Read error: Connection reset by peer) 18:49:06 --- join: Keshl (~Purple@207.44.70.214.res-cmts.gld.ptd.net) joined #forth 19:30:42 --- quit: cp (Quit: Disappeared in a puff of smoke) 19:32:11 --- join: cp (~cp@b157153.ppp.asahi-net.or.jp) joined #forth 20:32:09 --- quit: dave0 (Quit: dave's not here) 20:39:36 --- quit: ryke (Ping timeout: 248 seconds) 21:06:31 --- join: ryke (~conrad@2600-6c5d-0000-1325-70bb-e788-697e-88ea.dhcp6.chtrptr.net) joined #forth 21:07:42 --- join: gravicappa (~gravicapp@h109-187-56-171.dyn.bashtel.ru) joined #forth 21:08:35 --- quit: ryke (Client Quit) 21:15:44 --- join: ryke (~conrad@2600-6c5d-0000-1325-70bb-e788-697e-88ea.dhcp6.chtrptr.net) joined #forth 22:36:48 is there a standard name for : this-word ( x y -- y x y ) DUP -ROT ; ? 22:38:05 OVER ? 22:38:29 OVER is ( x y -- x y x ), so kinda the opposite 22:38:30 over ( x1 x2 - - x1 x2 x1 ) 22:38:45 oops, yeah 22:38:59 (im still a Forth beginner) 22:39:26 tuck ( x1 x2 - - x2 x1 x2 ) 22:39:42 oh, nice 22:40:46 https://mecrisp-stellaris-folkdoc.sourceforge.io/words.html#single-jugglers 22:42:03 huh, haven't seen that page before; thanks! 22:42:17 :) 23:12:54 --- quit: gravicappa (Ping timeout: 245 seconds) 23:18:59 --- join: dave0 (~dave0@069.d.003.ncl.iprimus.net.au) joined #forth 23:20:41 --- join: jedb (~jedb@185.128.24.51) joined #forth 23:25:58 --- join: dys (~dys@tmo-111-100.customers.d1-online.com) joined #forth 23:40:00 back 23:59:59 --- log: ended forth/19.07.19