[00:04:19] * jamtho_ [jamtho_!~jamtho@149.254.234.246] has joined the channel. [00:04:29] * jamtho [jamtho!~jamtho@149.254.234.246] has quit (Read error: Connection reset by peer). [01:13:22] * proteusguy [proteusguy!~proteus-g@112.197.16.2] has quit (Remote host closed the connection). [01:39:03] * jamtho_ [jamtho_!~jamtho@149.254.234.246] has quit (Ping timeout: 240 seconds). [03:48:32] * proteusguy [proteusguy!~proteus-g@203.128.242.91] has joined the channel. [05:05:26] * jamtho_ [jamtho_!~jamtho@149.254.234.246] has joined the channel. [05:10:32] * jamtho_ [jamtho_!~jamtho@149.254.234.246] has quit (Ping timeout: 260 seconds). [08:38:34] * proteusguy [proteusguy!~proteus-g@203.128.242.91] has quit (Ping timeout: 260 seconds). [10:04:42] * dondy [dondy!~dondy@x4db4cb00.dyn.telefonica.de] has joined the channel. [10:45:32] * dondy [dondy!~dondy@x4db4cb00.dyn.telefonica.de] has quit (Quit: WeeChat 1.5). [13:04:08] * jamtho [jamtho!~jamtho@149.254.234.246] has joined the channel. [13:38:23] * jamtho [jamtho!~jamtho@149.254.234.246] has quit (Ping timeout: 256 seconds). [13:46:59] * dondy [dondy!~dondy@x4db4cb00.dyn.telefonica.de] has joined the channel. [14:31:11] * bmp [bmp!uid22344@gateway/web/irccloud.com/x-zhjbvhroxeuqvkkw] has joined the channel. [17:36:04] * dondy [dondy!~dondy@x4db4cb00.dyn.telefonica.de] has quit (Quit: WeeChat 1.5). [19:46:54] * earl [earl!~earl@pdpc/supporter/active/earl] has joined the channel. [21:00:23] * dondy [dondy!~dondy@x4db4cb00.dyn.telefonica.de] has joined the channel. [22:23:16] * John[Lisbeth] [John[Lisbeth]!~user@52.176.46.58] has joined the channel. [22:23:25] you guys [22:23:31] there needs to be a stack system [22:24:05] In haskell you have a type system and the main trick in haskell is assuring that the types of your two functions line up. More often than not when you get the types right it compiles and works. [22:24:23] For haskell you must know the types of two functions line up. [22:24:44] In forth you have a stack and the maint rick in forth is assuring that tye stacks of your two words line up. More often than not when you get the stacks right it compiles and works. [22:24:52] For forth you must know the stacks of two words line up. [22:29:15] John[Lisbeth]: Doesn't Factor have static stack checking? [23:16:33] in addition to factor's checking, cat and kitten have static stack typing [23:30:08] I think a stack checking system is important