00:00:00 --- log: started forth/07.11.27 00:59:24 --- quit: madwork (Read error: 110 (Connection timed out)) 01:24:35 --- quit: Baughn (Read error: 110 (Connection timed out)) 03:59:28 --- join: KipIngram (n=KipIngra@c-98-196-82-10.hsd1.tx.comcast.net) joined #forth 04:20:00 --- quit: doublec () 04:42:45 --- quit: Off_Namuh (Remote closed the connection) 04:47:57 --- join: Off_Namuh (i=GPS@gateway/tor/x-166fa22374897b2a) joined #forth 04:52:09 --- quit: Off_Namuh (Remote closed the connection) 05:01:08 --- quit: Al2O3 ("Eggplant & SenseTalk: Driving Success Through Automation") 05:32:44 --- join: Off_Namuh (i=GPS@gateway/tor/x-5907d9c5e050bf2f) joined #forth 05:43:18 --- join: baird (n=cbaird@brushtail.apana.org.au) joined #forth 06:07:35 --- join: Al2O3 (n=Al2O3@120.sub-70-209-73.myvzw.com) joined #forth 06:14:00 --- nick: timlarson__ -> timlarson 06:19:34 --- quit: Al2O3 () 06:30:13 --- join: Al2O3 (n=Al2O3@125.sub-70-209-224.myvzw.com) joined #forth 06:37:57 --- join: madwork (n=foo@204.138.110.15) joined #forth 07:28:37 --- quit: Quartus__ ("used jmIrc") 07:28:54 --- join: Quartus__ (n=Quartus_@209.167.5.1) joined #forth 07:47:56 --- quit: Off_Namuh (Remote closed the connection) 08:07:35 --- join: Baughn (n=svein@084202038064.customer.alfanett.no) joined #forth 08:11:21 --- join: Off_Namuh (i=GPS@gateway/tor/x-134bbb611433d53c) joined #forth 08:20:55 --- join: Robert (i=robert@unaffiliated/robert) joined #forth 09:06:04 --- quit: ecraven ("bbl") 09:29:53 --- quit: maht_ (Read error: 110 (Connection timed out)) 09:52:14 --- quit: Al2O3 () 09:52:49 --- quit: Off_Namuh (Read error: 104 (Connection reset by peer)) 10:12:47 --- join: Al2O3 (n=Al2O3@86.sub-70-209-197.myvzw.com) joined #forth 10:21:33 --- quit: Al2O3 () 10:30:39 --- join: Al2O3 (n=Al2O3@97.sub-70-209-41.myvzw.com) joined #forth 11:16:02 --- join: ygrek (i=user@gateway/tor/x-4e7cf9013f22e8ed) joined #forth 11:30:30 --- quit: Al2O3 () 11:41:53 --- quit: ygrek (Remote closed the connection) 11:44:17 --- join: ygrek (i=user@gateway/tor/x-51bba0dcd38c2219) joined #forth 12:22:52 --- join: Al2O3 (n=Al2O3@142.sub-70-209-93.myvzw.com) joined #forth 12:50:34 --- quit: Quartus (Read error: 110 (Connection timed out)) 12:50:43 --- join: Quartus (n=neal@CPE0001023f6e4f-CM001947482b20.cpe.net.cable.rogers.com) joined #forth 12:50:43 --- mode: ChanServ set +o Quartus 12:53:33 --- join: doublec (n=doublec@202.180.114.137) joined #forth 13:21:55 --- part: KipIngram left #forth 13:22:53 --- quit: ygrek (Remote closed the connection) 13:39:46 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 13:39:46 --- mode: ChanServ set +o tathi 13:42:49 --- quit: Al2O3 (Read error: 110 (Connection timed out)) 13:56:02 --- join: Al2O3 (n=Al2O3@171.sub-70-219-207.myvzw.com) joined #forth 14:08:09 --- quit: Al2O3 () 14:17:27 --- join: Off_Namuh (i=GPS@gateway/tor/x-1b592c909fe54f11) joined #forth 14:35:03 --- join: manic12_ (n=manic12_@c-71-194-18-28.hsd1.il.comcast.net) joined #forth 14:55:51 --- quit: tathi ("leaving") 15:23:00 --- join: edrx (i=edrx@189.25.181.238) joined #forth 15:40:35 --- join: Al2O3 (n=Al2O3@12.127.108.162) joined #forth 15:49:08 --- quit: Al2O3 () 16:37:06 --- join: maht (n=maht@85-189-31-174.proweb.managedbroadband.co.uk) joined #forth 16:58:54 --- join: Al2O3 (n=Al2O3@85.sub-70-209-253.myvzw.com) joined #forth 17:05:28 --- quit: Al2O3 () 18:32:26 --- join: Al2O3 (n=Al2O3@c-75-70-5-69.hsd1.co.comcast.net) joined #forth 18:43:13 --- quit: Al2O3 ("Eggplant & SenseTalk: Driving Success Through Automation") 18:46:59 : has: create , ; 18:47:09 : is-a @ ; 18:47:43 0 constant universe 18:47:53 univers has: galaxies 18:48:32 galaxies has: milky-way 18:48:39 milkey-way has: sol-system 18:48:50 sol-system has mars 18:49:02 sol-system has: jupiter 18:49:17 sol-system has: earth 18:49:26 --- join: Al2O3 (n=Al2O3@52.sub-70-215-159.myvzw.com) joined #forth 18:49:30 earth has: moon 18:50:03 earth has: americas 18:50:11 americas has: united states 18:50:15 americas has: canada 18:50:22 americas has: united-states 18:50:41 united-states has: california 18:50:45 united-states has massechusets 18:51:00 massechusetts has: franklin-county 18:51:12 massechusetts has: hampshire-county 18:51:21 hampshire-county has: northampton 18:51:30 northampton has: jasonwoof 18:52:06 what does JasonWoof have? 18:52:32 us :) 18:52:58 : in? ( category thing -- t/f ) 2dup = if 2drop true exit then dup univers = if false exit then @ tail-recurse ; 18:53:34 --- quit: manic12_ (Read error: 113 (No route to host)) 18:53:49 jasonwoof massechusetts in? => true 18:54:25 * JasonWoof should remember how to spell his home state 18:55:10 Massachusetts 18:56:28 "Masachoosits" would make more sense to me 18:57:59 --- part: edrx left #forth 19:12:45 --- join: Al2O3_ (n=Al2O3@110.sub-70-215-43.myvzw.com) joined #forth 19:26:58 --- quit: Al2O3 (Read error: 110 (Connection timed out)) 19:44:32 --- quit: Al2O3_ () 20:29:14 --- join: Al2O3 (n=Al2O3@55.sub-70-215-170.myvzw.com) joined #forth 20:29:24 --- quit: doublec () 20:47:01 bloody briliant lyrics... 20:47:29 "chop me up into pieces, if it pleases, if it pleases. and when the chopping is through, every piece will say 'I love you.'" 20:51:46 Band? 20:56:17 --- quit: madgarden (Read error: 104 (Connection reset by peer)) 21:02:59 TMBG 21:03:38 * Deformative dunno 21:04:09 They Might Be Giants 21:04:11 tmbg.org 21:04:49 Genre? 21:06:58 --- join: madgarden (n=madgarde@bas2-kitchener06-1096752101.dsl.bell.ca) joined #forth 21:27:55 --- join: doublec (n=doublec@203-211-100-212.ue.woosh.co.nz) joined #forth 21:39:34 --- quit: Deformative (Remote closed the connection) 21:57:15 hi 22:04:32 --- join: Al2O3_ (n=Al2O3@226.sub-70-215-22.myvzw.com) joined #forth 22:16:17 --- quit: Al2O3 (Read error: 110 (Connection timed out)) 23:34:15 --- join: ygrek (i=user@gateway/tor/x-ff31cf5c4454b2d9) joined #forth 23:40:57 --- join: ecraven (i=nex@eutyche.swe.uni-linz.ac.at) joined #forth 23:44:12 --- quit: proteusguy (Read error: 110 (Connection timed out)) 23:44:31 --- join: proteusguy (n=proteusg@ppp-124.120.227.162.revip2.asianet.co.th) joined #forth 23:59:59 --- log: ended forth/07.11.27