00:00:00 --- log: started forth/18.02.20 00:04:44 --- join: dys (~dys@2003:5b:203b:100:6af7:28ff:fe06:801) joined #forth 00:18:33 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 00:48:26 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 00:50:58 --- join: smokeink (~smokeink@185.134.120.54) joined #forth 00:56:11 --- quit: smokeink (Ping timeout: 256 seconds) 01:22:07 --- quit: zy]x[yz (Ping timeout: 255 seconds) 01:29:14 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 02:13:37 --- join: ncv (~neceve@2a02:c7d:c5c9:a900:c792:a3e8:397d:b37) joined #forth 02:13:37 --- quit: ncv (Changing host) 02:13:37 --- join: ncv (~neceve@unaffiliated/neceve) joined #forth 02:21:00 --- quit: wa5qjh (Remote host closed the connection) 02:25:57 --- join: wa5qjh (~quassel@175.158.225.208) joined #forth 02:25:57 --- quit: wa5qjh (Changing host) 02:25:57 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 02:28:47 --- quit: wa5qjh (Remote host closed the connection) 02:31:32 --- join: wa5qjh (~quassel@175.158.225.208) joined #forth 02:31:32 --- quit: wa5qjh (Changing host) 02:31:32 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 02:39:39 --- quit: wa5qjh (Remote host closed the connection) 02:46:48 --- join: wa5qjh (~quassel@175.158.225.208) joined #forth 02:46:48 --- quit: wa5qjh (Changing host) 02:46:48 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 03:34:25 --- quit: wa5qjh (Remote host closed the connection) 03:38:25 --- quit: karswell (Remote host closed the connection) 03:39:03 --- join: karswell_ (~user@cust125-dsl91-135-5.idnet.net) joined #forth 04:05:06 --- join: proteus-guy (~proteus-g@183.88.63.63) joined #forth 04:07:25 --- quit: nighty-- (Quit: Disappears in a puff of smoke) 04:11:55 --- quit: karswell_ (Remote host closed the connection) 04:13:25 --- join: karswell_ (~user@cust125-dsl91-135-5.idnet.net) joined #forth 04:31:11 --- join: smokeink (~smokeink@185.134.120.54) joined #forth 04:54:32 --- quit: Labu (Ping timeout: 240 seconds) 04:55:20 --- join: Labu (~mik@78-115-242-194.normaction.nerim.net) joined #forth 05:33:17 --- quit: Labu (Ping timeout: 256 seconds) 05:44:51 --- quit: smokeink (Ping timeout: 268 seconds) 05:49:24 --- join: Labu (~mik@mvice.pck.nerim.net) joined #forth 07:16:59 --- quit: karswell_ (Ping timeout: 256 seconds) 07:24:21 --- quit: proteus-guy (Ping timeout: 256 seconds) 07:51:13 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 08:05:48 --- join: proteus-guy (~proteus-g@2405:9800:bc10:1ca:adc2:8117:8f3:b344) joined #forth 08:34:14 --- join: lijero (~lijero@unaffiliated/lijero) joined #forth 09:04:14 --- quit: dys (Ping timeout: 260 seconds) 09:14:57 --- quit: Labu (Ping timeout: 240 seconds) 09:31:33 --- join: Labu (~mik@mvice.pck.nerim.net) joined #forth 10:16:11 --- quit: Labu (Quit: Leaving.) 10:48:13 --- quit: ncv (Ping timeout: 255 seconds) 11:59:16 --- join: ncv (~neceve@unaffiliated/neceve) joined #forth 12:02:26 --- join: Gromboli (~Gromboli@static-72-88-80-103.bflony.fios.verizon.net) joined #forth 12:29:08 --- quit: EvanCarroll (Remote host closed the connection) 12:31:13 --- join: EvanCarroll (~ecarroll@172.58.99.27) joined #forth 12:39:25 --- quit: EvanCarroll (Remote host closed the connection) 12:50:32 --- join: EvanCarroll (~ecarroll@172.58.99.182) joined #forth 13:16:55 --- quit: izabera (Ping timeout: 264 seconds) 13:25:59 --- quit: backer (Quit: leaving) 13:27:21 --- join: karswell (~user@cust125-dsl91-135-5.idnet.net) joined #forth 13:37:45 --- join: backer (~backer@accordion.employees.org) joined #forth 13:46:29 --- quit: ncv (Ping timeout: 256 seconds) 14:43:12 --- join: wa5qjh (~quassel@175.158.225.213) joined #forth 14:43:12 --- quit: wa5qjh (Changing host) 14:43:12 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 15:29:48 --- quit: nighty- (Quit: Disappears in a puff of smoke) 15:52:50 --- quit: wa5qjh (Remote host closed the connection) 16:00:01 --- quit: EvanCarroll (Ping timeout: 256 seconds) 16:01:56 --- join: EvanCarroll (~ecarroll@172.58.99.182) joined #forth 16:15:58 I had experimented with making newline be semicolon for ending word definitions. 16:16:20 It turns out it makes the compiler way more complicated because you have to separate the code by both newline and space character. 16:23:49 is there any other compiled stack-based languages? 16:33:43 There are many. 16:33:53 It is very easy to make a stack based language once you learn how they work. 16:33:59 So lots of people do it for fun. 16:44:13 --- join: nighty- (~nighty@kyotolabs.asahinet.com) joined #forth 16:44:24 EvanCarroll, factor, kitten, joy 16:45:19 stack-based vms are apparently popular with interpreted languages that don't look like forth, too 16:46:10 lua used to be a stack vm, and the c api is still stack oriented to reflect this. I think the java vm started out stack-based; I don't know if it still is 17:12:48 --- quit: nighty- (Quit: Disappears in a puff of smoke) 17:14:26 --- join: nighty- (~nighty@kyotolabs.asahinet.com) joined #forth 18:06:29 --- quit: azathoth99 (Remote host closed the connection) 20:22:15 --- quit: proteus-guy (Ping timeout: 255 seconds) 20:26:50 --- join: wa5qjh (~quassel@175.158.225.213) joined #forth 20:26:51 --- quit: wa5qjh (Changing host) 20:26:51 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 20:30:44 --- quit: dddddd (Remote host closed the connection) 20:31:51 --- quit: EvanCarroll (Remote host closed the connection) 21:18:42 --- join: EvanCarroll (~ecarroll@172.58.99.182) joined #forth 21:29:15 --- quit: EvanCarroll (Ping timeout: 256 seconds) 21:30:49 --- join: EvanCarroll (~ecarroll@172.58.99.182) joined #forth 21:48:18 --- quit: Gromboli (Quit: Leaving) 22:34:17 --- quit: backer (Quit: leaving) 22:34:27 --- join: backer (~backer@accordion.employees.org) joined #forth 22:51:35 --- part: lijero left #forth 23:51:48 --- join: mtsd (4d6e3d64@gateway/web/freenode/ip.77.110.61.100) joined #forth 23:59:59 --- log: ended forth/18.02.20