00:00:00 --- log: started forth/18.04.26 00:00:31 --- quit: wa5qjh (Ping timeout: 256 seconds) 00:04:02 --- join: wa5qjh (~quassel@175.158.225.195) joined #forth 00:04:02 --- quit: wa5qjh (Changing host) 00:04:02 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 00:15:01 --- join: proteus-guy (~proteus-g@184.82.233.186) joined #forth 00:20:22 --- quit: pierpal (Ping timeout: 255 seconds) 00:28:28 --- join: mtsd (~mtsd@77.110.61.100) joined #forth 00:50:58 --- join: ncv (~neceve@unaffiliated/neceve) joined #forth 00:58:17 --- quit: wa5qjh (Remote host closed the connection) 01:13:27 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 01:52:03 --- join: bb010g (bb010gmatr@gateway/shell/matrix.org/x-zvnaedsjdfcqxeth) joined #forth 02:06:19 --- quit: mnemnion (Remote host closed the connection) 02:14:08 --- quit: proteus-guy (Remote host closed the connection) 02:40:06 --- quit: bb010g (Ping timeout: 276 seconds) 02:45:55 --- join: proteus-guy (~proteus-g@cm-134-196-84-110.revip18.asianet.co.th) joined #forth 02:51:10 --- join: Deep-Thought (~photon@1.128.104.151) joined #forth 03:22:21 --- join: bb010g (bb010gmatr@gateway/shell/matrix.org/x-ztkszrewwquybqsk) joined #forth 03:29:57 --- quit: pierpal (Ping timeout: 240 seconds) 03:50:28 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 04:03:39 --- join: johnnymacs (~user@13.85.64.199) joined #forth 04:03:53 I've been reading a bit of jones forth and now I am mulling over it 04:06:04 So forth words are just arrays of pointers in a linked list with a string and a length slapped on the front 04:06:24 That's probably related somehow to s" 04:07:45 It executes the pointers one by one and the last pointer executes the word in assembler that shrinks the word call stack 04:14:05 --- join: pointfree1 (pointfreem@gateway/shell/matrix.org/x-gljencyvztfgangi) joined #forth 04:14:05 --- join: M-jimt (jimtmatrix@gateway/shell/matrix.org/x-jopturwgjqcvsjhl) joined #forth 04:15:38 13:05 < johnnymacs> So forth words are just arrays of pointers in a linked list with a string and a length slapped on the front 04:15:45 that's one way to implement them 04:21:58 Well if it's ans forth the words have to do what the standard says they do and one should try to make it do them as efficiently as possible 04:29:51 --- quit: nighty- (Quit: Disappears in a puff of smoke) 04:31:19 right. but the standard doesn't say code should be stored as an array of pointers 04:37:17 --- quit: Deep-Thought (Quit: Leaving) 05:00:35 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 05:12:42 --- quit: Guest95042 (Quit: leaving) 05:12:50 --- join: WilhelmVonWeiner (dch@ny1.hashbang.sh) joined #forth 05:20:05 (newbie here) If I undestand your conversation correctly, I think this is relevant: ITC, DTC, STC, TTC... http://www.bradrodriguez.com/papers/moving1.htm 05:25:27 would be relevant if he didn't have a learning disability 07:01:57 --- quit: pierpal (Read error: Connection reset by peer) 07:17:37 --- quit: mtsd (Quit: Leaving) 08:03:27 --- join: mnemnion (~mnemnion@2601:643:8102:7c95:7529:8641:22bb:c852) joined #forth 08:04:10 --- quit: djinni (Quit: Leaving) 08:16:17 --- join: djinni (~djinni@68.ip-149-56-14.net) joined #forth 10:11:13 --- quit: ncv (Ping timeout: 255 seconds) 12:23:54 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 12:52:16 --- join: dys (~dys@tmo-106-60.customers.d1-online.com) joined #forth 13:09:27 --- quit: pierpal (Ping timeout: 248 seconds) 13:38:47 --- join: pierpa (4f0ce24f@gateway/web/freenode/ip.79.12.226.79) joined #forth 13:44:41 --- join: Gromboli (~Gromboli@static-72-88-80-103.bflony.fios.verizon.net) joined #forth 14:08:30 --- join: Kumool (~Kumool@adsl-64-237-238-244.prtc.net) joined #forth 14:22:35 --- quit: proteus-guy (Remote host closed the connection) 14:34:28 --- nick: Kumool -> nmz 16:16:29 --- quit: epony (Read error: Connection reset by peer) 16:28:28 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 17:15:00 --- join: epony (~nym@79-100-134-61.ip.btc-net.bg) joined #forth 17:16:39 --- quit: epony (Max SendQ exceeded) 17:37:17 --- join: epony (~nym@79-100-134-61.ip.btc-net.bg) joined #forth 17:58:50 --- join: proteus-guy (~proteusgu@180.183.104.126) joined #forth 18:01:26 --- quit: proteusguy (Ping timeout: 260 seconds) 18:06:34 --- join: nighty- (~nighty@kyotolabs.asahinet.com) joined #forth 18:21:34 hi 18:27:29 --- quit: wa5qjh (Read error: Connection reset by peer) 18:35:07 --- join: proteusguy (~proteus-g@2001:44c8:44c3:ec5b:2488:456e:e866:4e9e) joined #forth 18:35:07 --- mode: ChanServ set +v proteusguy 19:39:00 --- quit: dddddd (Read error: Connection reset by peer) 19:42:32 what's up 19:45:01 --- quit: pierpa (Quit: Page closed) 19:52:35 --- quit: Gromboli (Quit: Leaving) 19:59:59 writing C for class make me appreciate writing Forth for personal projects 1000x more 20:01:28 Shit like "cv::Point_< _Tp >::Point_ ( const Point_< _Tp > & pt )" is unacceptable 20:02:02 I'd rather have ebola than templates and constructors and all this crap 20:32:57 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 21:15:12 --- quit: proteusguy (Ping timeout: 265 seconds) 21:27:11 --- join: proteusguy (~proteus-g@2001:44c8:4381:fd3b:2488:456e:e866:4e9e) joined #forth 21:27:11 --- mode: ChanServ set +v proteusguy 21:34:04 --- quit: proteusguy (Remote host closed the connection) 21:39:27 --- quit: pierpal (Ping timeout: 240 seconds) 21:49:40 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 21:52:03 --- quit: pierpal (Read error: Connection reset by peer) 22:16:19 --- quit: dys (Ping timeout: 240 seconds) 22:20:11 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 22:26:24 --- quit: pierpal (Read error: Connection reset by peer) 22:27:05 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 22:31:27 --- quit: pierpal (Ping timeout: 240 seconds) 22:46:19 !literature 23:24:07 !books 23:54:58 --- join: pierpal (~pierpal@host79-226-dynamic.12-79-r.retail.telecomitalia.it) joined #forth 23:59:59 --- log: ended forth/18.04.26