00:00:00 --- log: started forth/07.03.16 01:21:57 --- quit: Baughn ("rebooting") 01:24:37 --- join: Baughn (n=svein@195134062077.customer.alfanett.no) joined #forth 01:52:16 --- join: Snoopy_1711 (n=snoopy_1@dslb-084-058-173-101.pools.arcor-ip.net) joined #forth 02:10:21 --- quit: Snoopy42 (Read error: 110 (Connection timed out)) 02:10:25 --- nick: Snoopy_1711 -> Snoopy42 05:52:32 --- join: oldben (n=sscafb@luke.soil.ncsu.edu) joined #forth 05:53:26 --- part: oldben left #forth 05:58:25 --- join: timlarson_ (n=timlarso@65.116.199.19) joined #forth 06:25:43 --- join: ygrek (i=user@gateway/tor/x-dacf73d2ffc4a68b) joined #forth 06:44:26 --- mode: Quartus set -bb *!*p*@*il.us.da.qwest.net *!*virl@*.vie.surfer.at 06:50:20 --- quit: madgarden (Read error: 54 (Connection reset by peer)) 06:54:19 --- quit: ygrek (Remote closed the connection) 06:55:57 --- join: ygrek (i=user@gateway/tor/x-06e035f13fe192ff) joined #forth 07:00:46 --- join: yumehito_ (n=yumehito@b-internet.87.103.254.70.snt.ru) joined #forth 07:15:32 --- quit: yumehito (Read error: 110 (Connection timed out)) 07:21:54 --- nick: yumehito_ -> yumehito 07:33:11 --- quit: yumehito ("leaving") 07:39:37 --- join: yumehito (n=yumehito@b-internet.87.103.254.70.snt.ru) joined #forth 07:47:54 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 07:53:23 --- join: ASau (n=user@ggsn2inet7.beelinegprs.ru) joined #forth 07:54:18 Dobryj vecher! 07:58:27 good evening 07:58:57 Any news? 07:59:56 BTW, "В чащах юга жил бы цитрус" --- can you read it? 08:00:27 We've got blessing to speak Russian when it's day here and night there. 08:01:02 At least, when it's quite. 08:01:35 da, no fal'shivyj ekzempljar 08:02:15 Что есть нового у русских фортеров? 08:02:57 Я поборол-таки чтение палмовских текстов, частично, 08:03:18 пока что не поддерживается разжатие, но оно уже есть и работает, 08:03:35 осталось только прикрутить. 08:03:42 o.O :) 08:03:50 Следующий этап --- создание. 08:03:59 Guten Abend, arke. 08:04:07 Terve, ASau 08:04:14 Do you need translation? 08:08:04 Nah, its fine. 08:08:18 if I was that curious I'd have used Babelfish already. :) 08:08:58 --- join: madwork (n=foo@204.138.110.15) joined #forth 08:18:14 --- join: edrx (n=Eduardo@201.5.11.18) joined #forth 08:18:37 Buenas noches. 08:18:56 Or how's it spelled? 08:20:36 --- quit: tgunr (Remote closed the connection) 08:23:09 just light that 08:23:22 ooops, sorry, I'm dyslexic 08:23:27 just like that 08:29:58 edrx: Any news? 08:30:22 What's new in Brasilian Forth today? 08:31:25 --- quit: GoNoGo ("Leaving") 08:35:36 I've been chatting with zpg a lot in #eev 08:36:02 he wrote code using ffcall.fs (in gforth) to link with Lua and Tcl 08:36:41 he's also writing his own OO system for gforth 08:36:55 What's that channel about? 08:37:32 Nice, though I don't know why use Lua or Tcl from Gforth. 08:37:47 edrx - what doesn't he like about the two OO systems that gforth ships? 08:38:07 It should be better to use libraries without extra Lua/Tcl layer. 08:38:10 I haven't written any real Forth or Forth-like code in the last weeks, but I've been writing down some ideas for implementing a Forth-like language on top of some mini-languages that I wrote using Lua 08:38:25 ayrnieu: I don't know - you'll have to ask him 08:38:36 Let me recall. 08:38:46 Lua has Brasilian roots, right 08:38:47 ? 08:38:58 ASau - yes. 08:39:03 Ah! 08:39:18 Now I understand why Lua. 08:39:33 --- quit: ygrek (Remote closed the connection) 08:40:09 ASau: well, with the ability to call just a very few Tcl functions from Forth we can make GForth use Tk for GUIs or - and this interests me much more - for program visualisation, for graphical representation of some kinds of stack traces 08:41:03 ASau: yes - but that's irrelevant in my case - I have studied in the univ where Lua was developed - though in another department - and I had all reasons to believe that Lua would be crap 08:41:13 I thought Tk is separate library. 08:41:41 --- join: ygrek (i=user@gateway/tor/x-0cb7da5ab00d86e2) joined #forth 08:41:54 until I downloaded it, found that the full reference manual - including the API - was 60 pages of very readable text, and became fluent in it in two days. 08:42:38 I like Scheme. 08:43:13 It has all the benefits of Lua plus simplicity of interpreter. 08:43:44 (in contrast, Python is full of obscure details in it semantics, and has hordes of fans that repeat "python is easy! python is easy!" as in a loop, and they claim that those obscure parts are something that you should not be thinking about) 08:44:26 Lua is almost a Scheme with another syntax - and based more on associative tables/arrays than on conses 08:45:13 what do you mean by "plus simplicity of interpreter"? 08:45:48 which schemes do you recommend? 08:45:53 I mean I can get tiny implementation source and do what I want. 08:46:07 go on 08:46:16 I've got accustomed to Guile, but I want move. 08:46:30 Recently, I've discovered Gauche. 08:47:00 (because this is something that I have with Lua, and I've been to-do-ing the idea of learning Scheme for a long time - and I would certainly want that) 08:47:10 I think, I'll review all schemes which are in pkgsrc collection today. 08:48:22 I've been working on an interactive REPL for Lua written in Lua itslef, with some extensions from the one that comes built-in 08:49:07 Lisp in Lisp and Forth in Forth are easier to undestand. 08:49:18 I'm going to add that to http://angg.twu.net/dednat4.html to make it easier to people that have never used Lua to inspect the data structures that that program uses 08:49:26 That's because of parsing, which takes the most efforts to do. 08:49:32 yes, right 08:49:55 Recently I tried to read Dragon Book. 08:50:01 I failed. 08:50:33 After the chapter on regular expressions, I thought: 08:50:34 that's something that I have to-do-ed too 08:50:57 "Why do I need reading all the stuff? 08:51:18 I've been playing with this: http://angg.twu.net/e/lua5.e.html#sheadsymbol-roberto 08:51:36 Moore shew we can avoid it altogether." 08:52:17 it uses a parsing library that more procedural that the purely declarative style of BNFs and friends - and this library (lpeg) seemed to be something that I would be able to understand 08:52:24 this more -> that is more 08:52:51 and so far I've been able to understand it well and to implement what I wanted on it 08:53:51 I have those BNF parser which comes with Gforth in to-do list. 08:54:04 I have that... 08:54:30 the one-block thing? (or two blocks?) 08:55:04 I'm downloading Gauche's cource 08:55:08 source 08:56:28 Right, that one. 08:57:11 BTW, I've found an easy way to do that kind of text processing as you do. 08:58:22 I write REPL which interpretes lines with given prefix 08:58:22 that's cute - but it executes a BNF in the "obvious" way (that reminds me of Prolog) instead of doing the optimizations that a bison/yacc-like compiler-compiler would do for LALR(1) grammars or whatevers... 08:58:23 stripped, and passes others unchanged. 08:58:31 ASau: which one? 08:58:50 The first. 08:58:55 examples of prefixes? 08:59:05 Your TeX preprocessor. 08:59:49 I used this to generate asm code. 08:59:53 Wait a bit. 09:00:04 ok... but would you have a prefix for mulit-line scheme (or forth) programs? 09:01:16 aw, the anchor http://angg.twu.net/e/lua5.e.html#sheadsymbol-roberto doesn't work 09:01:24 It's easy to do. 09:02:01 ah, that's because the stuff in angg is not in sync with the stuff in my home machine 09:02:09 It's like "here-documents", you may find the code in the 09:02:10 channel log. 09:02:34 --- quit: mark4_ (Read error: 145 (Connection timed out)) 09:02:37 ...Or in pastebin. 09:02:45 I don't remember for sure. 09:03:08 where are the logs? I didn't even know that this is a channel with public logs 09:03:51 clog: Hi 09:03:52 (I'm used to #emacs, where public logging is kinda forbidden) 09:04:21 Somewhere at tunes.org IIRC. 09:04:29 aaaah 09:04:38 thank you 09:04:46 Google should find it. 09:04:48 heh, nice, there's a #retro channel 09:05:31 I only found 2 days ago that retro is cmforth-based - I've downladed it but haven;t played with it yet 09:05:38 Oh, well, I've forgotten the address is in whois. 09:06:15 I did a /whois and followed the link - I'm not sure if recent logs are also there 09:16:14 It's strange and it's bad. 09:16:25 I've not recorded that code. 09:19:13 never mind - I have too much to do these days - looking a job, etc 09:20:04 NP: Au Pairs - Armagh (related link: http://irishrepublicanarmy.info/Forgotten.html) 09:33:49 the link http://angg.twu.net/e/lua5.e.html#sheadsymbol-roberto works now 09:33:56 see, the syntax is not bad 09:35:40 --- quit: timlarson_ (Read error: 104 (Connection reset by peer)) 09:35:57 --- join: timlarson__ (n=timlarso@65.116.199.19) joined #forth 09:37:55 --- join: timlarson___ (n=timlarso@65.116.199.19) joined #forth 09:52:04 --- quit: yumehito (Read error: 104 (Connection reset by peer)) 09:55:57 --- quit: timlarson__ (Read error: 110 (Connection timed out)) 09:56:15 hi 09:57:18 --- join: yumehito (n=yumehito@b-internet.87.103.254.70.snt.ru) joined #forth 10:04:09 hi 10:05:57 edrx: Hm, I have much to read before I understand that. 10:08:31 I'm preparing some demos about this lpeg thing - but I need to finish rewriting my htmlizer with it (and a handful of other things) before they getting ready and in a readable form 10:08:41 I'm sure that there's something similar for scheme, though 10:08:57 lpeg is an implementation of a "packrat parser" 10:10:35 yeah, a little googling and several implementations showed up 10:19:05 edrx: Gotcha! 10:19:13 : str<> compare 0<> ; 10:19:13 huh? 10:19:14 : <<< parse-word save-mem begin refill while 10:19:14 0 parse 2over 2over str<> while type cr repeat 2drop then 10:19:14 drop free throw ; 10:19:14 <<< end-marker 10:19:14 some text 10:19:15 end-marker 10:19:17 10:19:39 cute 10:19:46 Just change "type cr" to "string-var $+!" 10:19:47 what's the stack diagram for that? 10:20:11 ( -- ) 10:20:45 --- join: zpg (n=user@soup.linux.pwf.cam.ac.uk) joined #forth 10:20:48 chaps. 10:20:53 I'm not sure how parsing is written in such cases. 10:21:02 Dobryj vecher, zpg. 10:21:24 ASau: ok 10:21:32 edrx: It works in Gforth. 10:21:38 hi ASau 10:21:47 Howdy, ya'll. :) 10:22:21 edrx: I've just saved it in not-so-convenient place. 10:22:39 That's why I couldn't find it. 10:23:06 Of course, I could rewrite it from scratch, but you know laziness. 10:24:11 --- join: mark4 (n=mark4@70.102.202.162) joined #forth 10:24:39 --- nick: mark4 -> I440r 10:35:31 --- join: lyn (n=chatzill@ip68-8-225-202.sd.sd.cox.net) joined #forth 10:40:00 --- quit: ygrek (Remote closed the connection) 10:40:42 --- join: ygrek (i=user@gateway/tor/x-f6d4a92339fa05ba) joined #forth 10:42:05 hi I440r :) 10:44:35 hi :) 10:49:16 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 10:52:46 hey 10:53:04 hey. :) 10:53:11 yeh (: 10:56:12 yar ray. :) 10:58:55 --- quit: tgunr (Remote closed the connection) 10:59:30 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 11:05:03 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 11:05:17 * Raystm2 steps outside for air. 11:05:28 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 11:08:45 wait.. theres... AIR outside? 11:08:46 ! 11:11:31 --- quit: zpg ("off") 11:12:45 I440r - no, he meant 'on account of' by that 'for'. 11:17:26 lol 11:17:35 hehe 11:17:39 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 11:17:55 it's been so nice here last week or so. Shame to miss it. 11:20:58 --- join: tgunr (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 11:35:28 --- quit: Quartus_ (Read error: 104 (Connection reset by peer)) 12:18:06 --- join: mark4 (n=mark4@70.102.202.162) joined #forth 12:25:08 --- quit: I440r (Read error: 60 (Operation timed out)) 12:41:02 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 12:41:32 --- join: tgunr (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 12:43:18 --- quit: edrx ("rcirc on GNU Emacs 22.0.93.1") 12:52:14 --- join: alexshendi (n=alexshen@dslb-088-065-237-193.pools.arcor-ip.net) joined #forth 13:13:03 --- quit: ygrek () 13:31:40 --- quit: timlarson___ ("Leaving") 13:52:35 --- join: Baughn_ (n=svein@084202037191.customer.alfanett.no) joined #forth 14:03:52 --- quit: Baughn (Read error: 110 (Connection timed out)) 14:18:09 --- nick: Baughn_ -> Baughn 14:35:35 good evening 14:37:49 Good evening, crc. 14:44:00 crc: reva looks quite nice. good set of libraries 14:44:10 could they be ported to retroforth? 14:46:04 some of them 14:46:20 given time, I could port all of them 14:54:47 --- nick: mark4 -> I440r 14:55:00 --- mode: ChanServ set +o I440r 14:59:32 --- join: Quartus_ (n=Quartus_@209.167.5.1) joined #forth 14:59:32 --- mode: ChanServ set +o Quartus_ 15:01:36 hi crc :) 15:16:55 hi ray 15:24:37 Did I miss anything exciting? 15:26:17 Hardly. 15:56:36 --- join: tgunr_ (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 15:57:40 --- quit: tgunr_ (Read error: 131 (Connection reset by peer)) 15:58:15 --- join: tgunr_ (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 15:58:35 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 16:19:25 --- quit: tgunr_ (Read error: 131 (Connection reset by peer)) 16:26:12 --- join: tgunr (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 16:31:41 Hmm. 16:31:54 Well, now it works. 16:32:55 Though, because of the lack of examples it took me half an 16:32:56 hour to make it work as expected. 16:33:54 Comments are too undescriptive. 16:34:05 "Source is the best documentation." 17:03:08 --- join: madgarden (n=madgarde@bas2-kitchener06-1096621173.dsl.bell.ca) joined #forth 17:05:18 Good morning, madgarden. 17:06:09 Good evening, ASau. 17:06:51 Any news? 17:07:37 News? No, nothing really exciting. 17:08:01 Doing a bit of Forth-like stuff at work. 17:08:14 Really? 17:08:22 And I may be creating a little Forth-like VM for some fun and games. 17:08:23 Yep. 17:08:35 That's nice. 17:09:04 It's an automated production testing system that's been in use there for a couple of years now. C/C++ based Windows application, with my Forthy VM for scripting and interaction. 17:10:06 And what's the scripting language? 17:10:28 Is it Forth-based? 17:11:00 Yea, it's something Forth-like I implemented for testing. 17:11:13 That's even nicer. 17:11:34 It's hard to push anything of the kind. 17:11:45 Yep! Though not everyone there would agree. ;) But some espouse the benefits in the face of criticism. 17:11:51 The hype is XML. 17:12:16 Exactly, they'd mostly rather spend 10x the effort on some SOAP-based inflexible non-interactive overdesigned "solution". 17:12:25 Because that's what all the cool kids do. 17:12:25 Or something in C style. 17:12:28 SOAP is not for scripting or interaction. 17:12:34 Indeed, it is not. 17:12:36 you can't compare Forth with SOAP and XML. 17:12:51 Oh, but I can, because that's what they'd probably be using otherwise. 17:12:52 You can, you just look stupid in so doing. 17:13:03 we have an xml parser in factor. it is not a lot of code 17:13:53 How much code does it take? 17:13:57 I avoid XML like the plague. 17:14:15 1500 lines. but 1/3rd of that is unicode character class data 17:14:32 and it's an xml parser as well as an xml writer. you can read xml data, transform the tree, and write it out again 17:14:54 In my solution, I use Forth code for everything related to the testing. RPC, logic, configuration. 17:15:03 Is it written in Factor only or do you use some external library? 17:15:11 it is written in factor 17:15:34 madgarden: sometimes i need to do stuff with rss, openoffice calc spreadsheets, etc. in those cases having an xml parser is handy. 17:15:37 i don't use xml for configuratrion 17:15:40 So, you have 1500 lines wasted on parser. 17:15:51 Here we go. Slava, why bother? 17:15:52 why is it wasted? 17:16:35 i also have 10,000 lines wasted on a gui, another 10,000 on a compiler, there's some 2,000 lines wasted on an http server, etc. 17:16:35 slava, sure. 17:16:58 slava, you wasteful CODER you! 17:17:00 Unless you have to interfere with XML-based tools, you can avoid this parser. 17:17:08 Those lines of code could have gone to feed hungry families! 17:17:16 the guy who wrote a weblog server in factor is wasting time too. 17:17:32 he wrote that rss output library, what a waste. 17:17:52 ASau: it is hard to write web applications without dealing with xml. 17:17:53 The word is 'interface', and of course he bloody wrote the XML parser/writer so he could interface with other tools that use XML! Why else? 17:18:09 i didn't write the xml parser, a contributor did 17:18:20 same contributor is also working on full unicode 5.0 support 17:18:20 he, you, it fell from heaven -- you take my point. 17:19:39 What a waste! Oh, unless he wants to work with Unicode. 17:19:44 --- quit: Raystm2 (Read error: 131 (Connection reset by peer)) 17:19:50 unicode is bloated! 17:20:12 i mean, who cares about all those people whose language cannot be expressed with ascii! 17:20:12 Well, you got yer ASCII, and I can't see why anybody but the commies would want to work with anything else 17:20:15 japanese is bloated! 17:20:33 i don't see chuck moore speaking korean or greek. do you??! 17:20:42 Poppavic, is that you? 17:20:51 You are renegade. 17:21:04 Lorenzo Lamas? 17:21:56 only luddites want working upper/lower case conversion for all languages 17:22:14 real programmers convert to lower case by adding HEX: 20 !!! 17:23:08 darn tootin' 17:23:21 actually i want to structure things so that the unicode stuff isn't loaded unless needed 17:23:33 more wasted code 17:23:40 can't believe you, I thought you were good 17:23:52 the unicode case conversion/character class data files are 1 mb 17:24:00 oh, the humanity! 17:24:10 --- join: Raystm2 (n=NanRay@adsl-68-93-42-150.dsl.rcsntx.swbell.net) joined #forth 17:25:44 I mean, why do they make hammers? They're wasted unless you want to drive nails. 17:25:52 Dumbasses. 17:26:11 i hate hammers. they're so heavy and bloated? why would you want to have one??! 17:26:23 Nails are for luddites! 17:26:36 i mean, if you own a hammer, you have to carry it around all the time on your person right? 17:26:49 And think of the time and materials wasted in creating it! 17:26:55 GAH! 17:30:17 i tend to agree, let em learn english :) 17:31:04 I know that there is only one right encoding. 17:31:12 It is KOI-0. 17:31:42 dealing with encodings is a mess. i'd rather only support ascii, latin1 and the various unicode encodings, utf8, utf16, utf32 17:33:10 personally, i only deal in ascii 17:33:31 --- join: slava64 (n=slava@CPE0080ad77a020-CM000e5cdfda14.cpe.net.cable.rogers.com) joined #forth 17:33:38 hello from amd64 17:33:45 once you enter encoding you are in a world of mess 17:33:56 Quartus_: only luddites need those extra 32 bits, right? 17:33:59 actually I agree, for the most part 17:34:04 That's why you need only KOI-0. 17:34:12 main reason we never localized Open Firmware in the Macs at Apple 17:35:01 i need to fix a bug in my x86-64 assembler 17:35:54 what the heck is KOI-0, and why would i care? 17:36:05 some russian encoding. probably the only one SP-Forth supports 17:36:20 No. 17:36:25 Not that one. 17:36:53 has anybody written an XML parser in SP-Forth? 17:37:28 I know someone deals with XML & stuff, but I don't know for sure. 17:38:08 luddites, bits, hammers, bah! 17:38:30 trade unionist! you will lose your job! 17:38:33 Anyway they use libraries. 17:38:41 libraries are for communists 17:38:48 the downsite to using a library for xml is that it won't integrate with your language. 17:39:16 Hardly they find time for rewriting this stuff in Forth. 17:39:29 its nicer to have errors reported as exceptions, not numeric error codes. 17:39:31 In Soviet Russia, libraries write you! 17:39:48 and stuff like that. 17:40:04 i'd rather get back xml data as a tree of dynamically typed objects, not some pointer to random C data. 17:40:25 ASau: perhaps because they use primitive forths where writing this type of thing is a non-trivial endeavour. 17:40:38 homebrew russian stuff. 17:40:41 You forget that Forth is not typed. 17:40:47 For many so-called programmers, any type of thing is a non-trivial endeavour, in any language. 17:40:57 So it does not matter. 17:41:12 ASau: that can be a problem sometimes, yes 17:41:36 I know. 17:42:14 But if you chose Forth, you get this state. 17:48:22 don't worry, xell will be finished soon. and ForthRite. 17:55:36 --- quit: tgunr (Read error: 131 (Connection reset by peer)) 17:58:21 --- join: Zarutian (n=Zarutian@194-144-84-110.du.xdsl.is) joined #forth 18:11:32 --- quit: Baughn (Read error: 104 (Connection reset by peer)) 18:16:26 --- join: Baughn (n=svein@084202037191.customer.alfanett.no) joined #forth 18:17:42 sse instruction encoding gets tricky in 64 bit mode. 18:24:56 talking of sse and other vectorization of computation: I have wondered how these things are implemented in hardware. Are there multiple ALUs or? 18:28:21 * Zarutian zzz 18:29:38 --- quit: ASau (Read error: 110 (Connection timed out)) 18:32:53 yes 18:35:15 --- join: Zarutian__ (n=Zarutian@194-144-84-110.du.xdsl.is) joined #forth 18:35:25 --- quit: Zarutian (Read error: 104 (Connection reset by peer)) 18:54:25 --- join: tgunr (n=davec@70-41-241-65.cust.wildblue.net) joined #forth 18:57:43 --- quit: slava64 (Read error: 104 (Connection reset by peer)) 18:59:54 --- quit: tgunr (Read error: 131 (Connection reset by peer)) 19:08:49 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 19:11:56 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 19:19:55 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 19:26:19 --- quit: Quartus (Read error: 60 (Operation timed out)) 19:28:18 --- quit: tgunr (Read error: 104 (Connection reset by peer)) 19:31:14 --- join: Quartus (n=neal@CPE0001023f6e4f-CM013349902843.cpe.net.cable.rogers.com) joined #forth 19:31:14 --- mode: ChanServ set +o Quartus 19:31:33 slava, you're wasting code, I can just tel 19:31:33 --- join: tgunr (n=davec@70-41-219-171.cust.wildblue.net) joined #forth 19:32:00 cut it out 19:35:30 --- quit: tgunr (Read error: 131 (Connection reset by peer)) 19:38:55 --- quit: I440r (Read error: 60 (Operation timed out)) 19:46:29 --- join: mark4 (n=mark4@ip70-162-111-107.ph.ph.cox.net) joined #forth 21:34:30 --- quit: arke (Read error: 110 (Connection timed out)) 21:40:33 --- join: edrx (n=Eduardo@201.5.11.67) joined #forth 21:41:28 --- join: arke (n=chris@67-41-132-103.hlrn.qwest.net) joined #forth 21:41:29 --- mode: ChanServ set +o arke 22:19:57 --- join: Raystm2- (n=NanRay@adsl-69-149-35-208.dsl.rcsntx.swbell.net) joined #forth 22:26:45 --- quit: slava () 22:47:25 --- join: mark4_ (n=mark4@ip70-162-111-107.ph.ph.cox.net) joined #forth 22:48:29 --- join: slava (n=slava@CPE0080ad77a020-CM000e5cdfda14.cpe.net.cable.rogers.com) joined #forth 22:48:29 --- mode: ChanServ set +o slava 22:48:40 --- quit: Raystm2 (Read error: 110 (Connection timed out)) 22:55:37 --- quit: mark4 (Read error: 145 (Connection timed out)) 22:59:06 --- quit: lyn ("Chatzilla 0.9.74 [Firefox 2.0.0.2/2007021917]") 23:20:37 --- nick: mark4_ -> I440r 23:20:45 --- mode: ChanServ set +o I440r 23:59:59 --- log: ended forth/07.03.16