00:00:26 zeebrah [~zeebrah@unaffiliated/zeebrah] has joined #scheme 00:07:00 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:13:46 -!- Somelauw [~Somelauw@unaffiliated/somelauw] has quit [Quit: WeeChat 0.4.1] 00:22:02 -!- erider [~chatzilla@unaffiliated/erider] has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131028113246]] 00:28:31 Sgeo [~quassel@ool-ad034ea6.dyn.optonline.net] has joined #scheme 00:30:05 -!- alexei_ [~amgarchin@p4FD6019C.dip0.t-ipconnect.de] has quit [Ping timeout: 272 seconds] 00:51:19 -!- Shaolinburper is now known as Segabyte 00:58:16 -!- tenq|away is now known as tenq 01:11:18 -!- kwmiebach [~kwmiebach@xdsl-195-14-207-26.netcologne.de] has quit [Quit: Leaving] 01:37:49 -!- davexunit [~user@fsf/member/davexunit] has quit [Quit: Later] 01:56:38 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 02:05:36 -!- stephe [sid14127@gateway/web/irccloud.com/x-flmrnzsnqrvhlzeu] has quit [Read error: Connection reset by peer] 02:05:48 -!- pcarrier [uid12046@gateway/web/irccloud.com/x-qsvdketkeefhrdhc] has quit [Read error: Connection reset by peer] 02:05:50 -!- shivani [uid11848@gateway/web/irccloud.com/x-xvxvwgheczhpkwxv] has quit [Read error: Connection reset by peer] 02:09:57 weie [~weie@softbank221078042071.bbtec.net] has joined #scheme 02:12:47 ASau` [~user@p54AFF297.dip0.t-ipconnect.de] has joined #scheme 02:16:09 -!- ASau [~user@p54AFF3EB.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 02:17:10 -!- zeebrah [~zeebrah@unaffiliated/zeebrah] has quit [Quit: Leaving] 02:19:28 -!- ASau` is now known as ASau 02:20:04 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 02:29:25 stephe [sid14127@gateway/web/irccloud.com/x-phuyhcufliwwgfjn] has joined #scheme 02:29:41 jcowan [~John@mail.digitalkingdom.org] has joined #scheme 02:31:57 pcarrier [uid12046@gateway/web/irccloud.com/x-vzjwdqmdacjauxdj] has joined #scheme 02:32:20 shivani [uid11848@gateway/web/irccloud.com/x-fsxzouittibczhpq] has joined #scheme 02:36:29 -!- emma [~em@unaffiliated/emma] has quit [Read error: Connection reset by peer] 02:37:18 emma [~em@unaffiliated/emma] has joined #scheme 02:47:46 TaylanUB: contrary to common belief C is not "portable assembly" even though it pretends to be. 02:49:20 zacts: Appel and/or Harper argue that you should learn programming from SML/OCaml (any language with strong typing and "greedy" evaluation) towards C. 02:49:46 That's analogous to saying you should learn to drive on a stick shift. 02:50:22 jcowan: oh, right. 02:51:10 And "{int x=0; x++; int y; y=0;}" is "Standard Cxx" _for_any_ value of xx except "89" and "90". 02:51:21 :) 02:53:19 -!- scoofy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has quit [Ping timeout: 272 seconds] 02:54:04 I'd say that the pushing declarations down closer to the point of their first use is more preferable. 02:54:23 Oh, I agree. 02:54:33 I'm not saying it's a misfeature, just that C programming shouldn't rely on it. 02:54:55 I disagree with the latter. 02:55:46 There's very little number of environments that have stuck in past. 03:03:18 some possibly interesting opinions on learning programming (in the context of logic programming) and the benefit vs. cost of static checking at : 03:03:21 in 2006-10-09 and in 2006-10-10, both by Richard A. O'Keefe 03:03:21 http://tinyurl.com/kmntjhm 03:03:21 http://tinyurl.com/nxy2xuw 03:16:20 There's a problem with "learn C" approach. 03:16:41 I agree that one should start with some explanation on what's going on, 03:16:47 still... 03:16:54 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 244 seconds] 03:17:10 When all those students are out of their universities, they enter industry. 03:18:07 They leave the world of student laboratory work and enter the world of larger and more complex programs. 03:19:47 And they don't follow all those disciplinary rules that make development or a mere maintainance of those programs. 03:20:37 I'd honestly prefer that they studied Java rather than C. 03:20:53 Or SML, or O'Caml, or any language with strong typing. 03:22:55 -!- DoctorDude [~Jake@unaffiliated/doctordude] has quit [Quit: Leaving.] 03:23:21 When programs become larger, it becomes harder to perform testing that this record contains this particular field when entering this particular subroutine. 03:24:03 Or that this number does represent some enumerated type. 03:24:26 Besides, I disagree with O'Keefe here. 03:24:38 Java is not slower than C. 03:25:23 Sure, if you do number crunching or other crunching work, C may outperform Java. 03:26:35 But most students don't go into CFD or FEM. 03:28:41 If student starts learning from SML, there's a least some hope that he acquires some sense of programming discipline. 03:34:15 -!- shivani [uid11848@gateway/web/irccloud.com/x-fsxzouittibczhpq] has quit [Quit: Connection closed for inactivity] 03:42:08 lolcow [~lolcow@105-236-193-167.access.mtnbusiness.co.za] has joined #scheme 03:42:09 -!- leppie [~lolcow@105-236-193-167.access.mtnbusiness.co.za] has quit [Read error: Connection reset by peer] 03:42:50 -!- lolcow is now known as leppie 03:45:53 duggiefresh [~duggiefre@c-66-30-11-90.hsd1.ma.comcast.net] has joined #scheme 03:46:29 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 252 seconds] 03:50:49 -!- duggiefresh [~duggiefre@c-66-30-11-90.hsd1.ma.comcast.net] has quit [] 03:53:38 nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 04:11:23 -!- sheilong [~sabayonus@unaffiliated/sheilong] has quit [Quit: Konversation terminated!] 04:12:47 -!- nisstyre [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 260 seconds] 04:14:33 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 04:19:08 noobboob [uid5587@gateway/web/irccloud.com/x-lwyiqrchdmerdrap] has joined #scheme 04:19:50 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 268 seconds] 04:19:52 preflex_ [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 04:20:21 say i am given a number and a list with an undisclosed amount of nested lists and numbers 04:20:33 is there a built in function to determine if the number is in the overall list? 04:20:56 member doesnt seem to work for nested lists 04:21:32 'built in' doesn't really apply to scheme, if you mean a function in R6, I believe not. 04:21:48 ok 04:21:53 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping timeout: 272 seconds] 04:21:56 -!- preflex_ is now known as preflex 04:22:24 Eventually there will probably be a standard or semi-standard tree/nested-list library for this sort of thing, but right now there isn't. 04:22:48 ASau: I'm starting with scheme 04:23:09 -!- MrFahrenheit [~RageOfTho@77.221.25.95] has quit [Ping timeout: 252 seconds] 04:23:09 ocaml looks cool for eventual stuff 04:23:16 also haskell 04:23:20 (define (flatten-list l) (if (list? l) (append l (flatten-list l)) (cons l (flatten-list l)))) should work to flatten, then you can search int he flattened verson 04:23:39 -!- Segabyte [~nevzets@unaffiliated/nevzets] has left #scheme 04:24:16 i with i could just do that but it's only a local function part of a bigger function 04:24:32 i sort of need to preserve the nested lists 04:26:37 nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 04:26:43 It's not really hard to do, you just tail-recursively iterate through each list, checking with pair? and recursing (not tail-) on each sublist. (call/cc (lambda (return) ...) is your friend for busting out when you find something. 04:28:50 cosmez_ [~cosmez@200.92.100.68] has joined #scheme 04:29:14 -!- cosmez [~cosmez@200.92.100.68] has quit [Ping timeout: 244 seconds] 04:34:57 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 04:47:34 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 04:49:57 -!- nisstyre [~yours@oftn/member/Nisstyre] has quit [Quit: Leaving] 04:56:43 rudybot: eval (define (member-tree equal-element? element tree) (let loop-cps ((tree tree) (continue (lambda () #f))) (cond ((pair? tree) (loop-cps (car tree) (lambda () (loop-cps (cdr tree) continue)))) ((equal-element? element tree)) (else (continue))))) 04:56:43 ski: Done. 04:56:58 rudybot: eval (member-tree eqv? 'g '(((a b) c) d e () f (g ((h) (i)) j))) 04:56:58 ski: ; Value: #t 04:57:05 rudybot: eval (member-tree eqv? 'k '(((a b) c) d e () f (g ((h) (i)) j))) 04:57:05 ski: ; Value: #f 04:57:41 rudybot: eval (define (member-tree equal-element? element tree) (let loop-cps ((tree tree) (continue (lambda () #f))) (cond ((pair? tree) (loop-cps (car tree) (lambda () (loop-cps (cdr tree) continue)))) ((equal-element? (begin (display element) element) tree)) (else (continue))))) 04:57:42 ski: Done. 04:57:47 rudybot: eval (member-tree eqv? 'g '(((a b) c) d e () f (g ((h) (i)) j))) 04:57:47 ski: ; Value: #t 04:57:48 ski: ; stdout: "gggggggggg" 04:57:56 oh 04:58:20 rudybot: eval (define (member-tree equal-element? element tree) (let loop-cps ((tree tree) (continue (lambda () #f))) (cond ((pair? tree) (loop-cps (car tree) (lambda () (loop-cps (cdr tree) continue)))) ((equal-element? element (begin (display tree) tree))) (else (continue))))) 04:58:20 ski: Done. 04:58:24 rudybot: eval (member-tree eqv? 'g '(((a b) c) d e () f (g ((h) (i)) j))) 04:58:24 ski: ; Value: #t 04:58:25 ski: ; stdout: "ab()c()de()fg" 04:58:29 rudybot: eval (member-tree eqv? 'k '(((a b) c) d e () f (g ((h) (i)) j))) 04:58:30 ski: ; Value: #f 04:58:31 ski: ; stdout: "ab()c()de()fgh()i()()j()()" 04:58:59 noobboob : the above is one approach 05:00:14 -!- Fare [fare@nat/google/x-einavjlqwyusmqtp] has quit [Ping timeout: 240 seconds] 05:15:23 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 05:20:27 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 260 seconds] 05:21:49 -!- oleo [~oleo@xdsl-87-78-76-122.netcologne.de] has quit [Ping timeout: 252 seconds] 05:22:50 oleo [~oleo@xdsl-78-35-163-247.netcologne.de] has joined #scheme 05:24:49 gravicappa [~gravicapp@ppp91-77-164-129.pppoe.mtu-net.ru] has joined #scheme 05:28:03 -!- tenq [~tenq@199.19.116.207] has quit [Ping timeout: 252 seconds] 05:32:32 mmc1 [~michal@88.128.80.6] has joined #scheme 05:32:34 -!- jcowan [~John@mail.digitalkingdom.org] has quit [Quit: Leaving] 05:33:19 gzg [~user@24-217-211-79.dhcp.stls.mo.charter.com] has joined #scheme 05:47:52 -!- kobain [~sambio@unaffiliated/kobain] has quit [] 05:53:53 -!- oleo [~oleo@xdsl-78-35-163-247.netcologne.de] has quit [Remote host closed the connection] 05:55:51 -!- mmc1 [~michal@88.128.80.6] has quit [Ping timeout: 260 seconds] 06:11:29 Zargleblotz! 06:16:13 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 06:16:28 vishesh [~vishesh@122.177.222.95] has joined #scheme 06:20:38 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 240 seconds] 06:23:43 Riastradh: it should be "zagreblosj" 06:24:31 -!- pcarrier [uid12046@gateway/web/irccloud.com/x-vzjwdqmdacjauxdj] has quit [Quit: Connection closed for inactivity] 06:31:13 tenq|away [~tenq@199.19.116.207] has joined #scheme 06:36:22 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 06:51:50 -!- hiroaki [~hiroaki@77-20-51-63-dynip.superkabel.de] has quit [Ping timeout: 244 seconds] 06:52:48 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [Ping timeout: 260 seconds] 07:02:03 -!- zacts [~zacts@unaffiliated/zacts] has quit [Quit: leaving] 07:12:17 pnkfelix [~Adium@bas75-2-88-170-201-21.fbx.proxad.net] has joined #scheme 07:15:01 rszeno [~rszeno@79.114.31.77] has joined #scheme 07:15:53 -!- rszeno [~rszeno@79.114.31.77] has quit [Client Quit] 07:16:59 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 07:19:15 przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has joined #scheme 07:21:43 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 260 seconds] 07:34:32 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Remote host closed the connection] 07:36:10 preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 07:38:13 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 252 seconds] 07:40:59 zacts [~user@unaffiliated/zacts] has joined #scheme 07:42:15 -!- yacks [~py@103.6.159.103] has quit [Quit: Leaving] 07:47:26 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 07:48:41 -!- vraid [50d8e34d@gateway/web/freenode/ip.80.216.227.77] has quit [Ping timeout: 250 seconds] 07:56:16 ASau: Well, C is *very* portable, and quite low-level (among high-level languages) ... but I guess the term "portable assembly" doesn't have a well-defined meaning. :) 07:56:45 llvm maybe 07:56:58 the IR 07:58:34 Well you can make a VM for any instruction set ... 07:59:29 (But not all are designed with that in mind...) 07:59:33 -!- Feng__ [~quassel@218.28.84.60] has quit [Quit: No Ping reply in 180 seconds.] 07:59:45 -!- przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has quit [Ping timeout: 272 seconds] 07:59:46 Feng__ [~quassel@218.28.84.60] has joined #scheme 07:59:46 yes, but llvm is actually implemented and proven working for many :) 08:01:23 scoofy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has joined #scheme 08:13:40 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 08:17:50 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 08:23:02 TaylanUB: once you get outside GCC world you understand that it isn't that portable actually. 08:23:11 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 272 seconds] 08:26:20 retrosenator [~sean@202.80.44.161] has joined #scheme 08:26:21 -!- retrosenator [~sean@202.80.44.161] has quit [Client Quit] 08:31:46 stepnem [~stepnem@internet2.cznet.cz] has joined #scheme 08:32:38 -!- tessier [~treed@kernel-panic/copilotco] has quit [Ping timeout: 264 seconds] 08:33:51 tessier [~treed@kernel-panic/copilotco] has joined #scheme 08:51:54 sonstwo [~garland@unaffiliated/ffs] has joined #scheme 08:55:01 -!- gravicappa [~gravicapp@ppp91-77-164-129.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 08:56:00 -!- ffs [~garland@unaffiliated/ffs] has quit [Remote host closed the connection] 08:56:01 -!- ski [~md9slj@remote1.student.chalmers.se] has quit [Ping timeout: 240 seconds] 08:56:02 -!- cky [~cky@fsf/member/cky] has quit [Ping timeout: 240 seconds] 08:57:23 ski [~md9slj@129.16.29.79] has joined #scheme 09:11:24 boycottg00gle [~user@stgt-5f71b3f2.pool.mediaWays.net] has joined #scheme 09:18:27 przl [~przlrkt@62.217.45.197] has joined #scheme 09:18:42 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 09:20:36 alexei_ [~amgarchin@theo1.theochem.tu-muenchen.de] has joined #scheme 09:22:40 -!- systemovich [~systemovi@197.87.101.208] has quit [Ping timeout: 264 seconds] 09:23:21 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 252 seconds] 09:25:35 -!- tcsc [~tcsc@c-76-127-240-20.hsd1.ct.comcast.net] has quit [Quit: computer sleeping] 09:35:21 systemovich [~systemovi@197.87.241.203] has joined #scheme 09:42:03 -!- vishesh [~vishesh@122.177.222.95] has quit [Ping timeout: 252 seconds] 09:46:05 ogamita [~t@tru75-h02-31-38-72-69.dsl.sta.abo.bbox.fr] has joined #scheme 09:47:30 vishesh [~vishesh@122.177.222.95] has joined #scheme 10:00:45 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 252 seconds] 10:01:19 stepnem_ [~stepnem@internet2.cznet.cz] has joined #scheme 10:01:58 -!- stepnem [~stepnem@internet2.cznet.cz] has quit [Ping timeout: 240 seconds] 10:01:58 -!- stepnem_ is now known as stepnem 10:02:07 xenophon` [~user@64.124.65.162] has joined #scheme 10:02:08 -!- xenophon [~user@64.124.65.162] has quit [Read error: Connection reset by peer] 10:07:05 przl [~przlrkt@62.217.45.197] has joined #scheme 10:19:27 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 10:23:53 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 245 seconds] 10:33:13 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 10:34:51 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Quit: ] 10:42:02 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 10:46:40 -!- pnkfelix [~Adium@bas75-2-88-170-201-21.fbx.proxad.net] has quit [Quit: Leaving.] 10:56:18 cky [~cky@fsf/member/cky] has joined #scheme 10:56:27 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 272 seconds] 10:59:12 -!- boycottg00gle [~user@stgt-5f71b3f2.pool.mediaWays.net] has quit [Remote host closed the connection] 11:06:26 przl [~przlrkt@62.217.45.197] has joined #scheme 11:08:26 -!- przl [~przlrkt@62.217.45.197] has quit [Client Quit] 11:08:42 przl [~przlrkt@62.217.45.197] has joined #scheme 11:10:00 sc00fy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has joined #scheme 11:10:36 -!- scoofy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has quit [Ping timeout: 270 seconds] 11:20:11 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 11:24:50 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 246 seconds] 11:28:11 pnkfelix [~Adium@89.202.203.51] has joined #scheme 11:32:13 alexei___ [~amgarchin@theo1.theochem.tu-muenchen.de] has joined #scheme 11:33:09 -!- alexei_ [~amgarchin@theo1.theochem.tu-muenchen.de] has quit [Ping timeout: 252 seconds] 11:45:51 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 272 seconds] 11:49:16 frx [~frx@93-138-106-71.adsl.net.t-com.hr] has joined #scheme 12:11:45 -!- sc00fy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has quit [Ping timeout: 252 seconds] 12:15:16 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 244 seconds] 12:17:59 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 12:34:40 haroldwu_irssi [~haroldwu@219.85.185.194] has joined #scheme 12:37:35 -!- Sgeo [~quassel@ool-ad034ea6.dyn.optonline.net] has quit [Read error: Connection reset by peer] 12:38:47 rstandy [~rastandy@81-174-35-146.v4.ngi.it] has joined #scheme 12:50:14 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 246 seconds] 12:50:46 tcsc [~tcsc@50.28.132.39] has joined #scheme 13:03:08 Okasu [~1@unaffiliated/okasu] has joined #scheme 13:05:56 vraid [d91bbc5a@gateway/web/freenode/ip.217.27.188.90] has joined #scheme 13:21:59 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 13:22:01 davexunit [~user@fsf/member/davexunit] has joined #scheme 13:26:33 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 252 seconds] 13:28:38 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Remote host closed the connection] 13:30:03 yacks [~py@103.6.159.103] has joined #scheme 13:37:28 -!- haroldwu_irssi is now known as haroldwu 13:51:25 ccorn [~ccorn@hosting.trifork.nl] has joined #scheme 14:03:30 -!- ccorn [~ccorn@hosting.trifork.nl] has quit [Quit: ccorn] 14:05:03 Kabaka [~Kabaka@botters/kabaka] has joined #scheme 14:09:46 -!- haroldwu [~haroldwu@219.85.185.194] has quit [Changing host] 14:09:46 haroldwu [~haroldwu@unaffiliated/haroldwu] has joined #scheme 14:11:06 boycottg00gle [~user@stgt-5f71b3f2.pool.mediaWays.net] has joined #scheme 14:12:10 hiroaki [~hiroaki@p54833F61.dip0.t-ipconnect.de] has joined #scheme 14:12:13 przl [~przlrkt@62.217.45.197] has joined #scheme 14:14:32 b4283 [~b4283@118.150.134.51] has joined #scheme 14:16:26 -!- hive-mind [pranq@unaffiliated/contempt] has quit [Ping timeout: 245 seconds] 14:17:02 -!- hiroaki [~hiroaki@p54833F61.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 14:18:23 hive-mind [pranq@unaffiliated/contempt] has joined #scheme 14:19:47 -!- tenq|away is now known as tenq 14:21:02 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 14:24:47 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 268 seconds] 14:26:49 oleo [~oleo@xdsl-78-35-167-164.netcologne.de] has joined #scheme 14:29:15 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 272 seconds] 14:30:05 ccorn [~ccorn@hosting.trifork.nl] has joined #scheme 14:35:26 -!- vishesh [~vishesh@122.177.222.95] has quit [Ping timeout: 240 seconds] 14:38:19 MrFahrenheit [~RageOfTho@77.221.25.95] has joined #scheme 14:39:39 mmc1 [~michal@88.128.80.6] has joined #scheme 14:41:02 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Ping timeout: 264 seconds] 14:42:10 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 14:45:28 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 264 seconds] 14:45:42 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 14:45:48 defanor [~defanor@ppp91-77-171-128.pppoe.mtu-net.ru] has joined #scheme 14:47:57 -!- defanor_ [~defanor@ppp91-77-167-145.pppoe.mtu-net.ru] has quit [Ping timeout: 252 seconds] 14:49:14 -!- mmc1 [~michal@88.128.80.6] has quit [Ping timeout: 244 seconds] 14:50:17 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Client Quit] 14:51:00 mmc1 [~michal@88.128.80.6] has joined #scheme 14:52:43 -!- boycottg00gle [~user@stgt-5f71b3f2.pool.mediaWays.net] has quit [Remote host closed the connection] 14:53:22 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 14:57:49 -!- tenq is now known as tenq|away 14:58:01 -!- mmc1 [~michal@88.128.80.6] has quit [Ping timeout: 244 seconds] 14:58:55 przl [~przlrkt@62.217.45.197] has joined #scheme 15:00:59 kobain [~sambio@unaffiliated/kobain] has joined #scheme 15:01:47 -!- frx [~frx@93-138-106-71.adsl.net.t-com.hr] has quit [Ping timeout: 268 seconds] 15:03:11 -!- systemovich [~systemovi@197.87.241.203] has quit [Ping timeout: 244 seconds] 15:06:58 systemovich [~systemovi@197.87.241.203] has joined #scheme 15:07:05 -!- tenq|away is now known as tenq 15:09:21 -!- heath [quassel@unaffiliated/ybit] has quit [Ping timeout: 245 seconds] 15:09:45 heath [quassel@unaffiliated/ybit] has joined #scheme 15:09:47 -!- _46bit is now known as spb_ 15:09:52 -!- spb_ is now known as _46bit 15:15:31 gravicappa [~gravicapp@ppp91-77-183-193.pppoe.mtu-net.ru] has joined #scheme 15:25:15 -!- tenq is now known as tenq|away 15:30:51 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 252 seconds] 15:31:41 przl [~przlrkt@62.217.45.197] has joined #scheme 15:32:07 vishesh [~vishesh@103.30.142.133] has joined #scheme 15:36:52 -!- pnkfelix [~Adium@89.202.203.51] has quit [Quit: Leaving.] 15:37:45 -!- tenq|away is now known as tenq 15:38:27 pnkfelix [~Adium@89.202.203.51] has joined #scheme 15:38:31 -!- pnkfelix [~Adium@89.202.203.51] has quit [Read error: Connection reset by peer] 15:38:41 pnkfelix [~Adium@89.202.203.51] has joined #scheme 15:39:00 -!- ccorn [~ccorn@hosting.trifork.nl] has quit [Quit: ccorn] 15:45:36 -!- tcsc [~tcsc@50.28.132.39] has quit [Quit: computer sleeping] 15:49:18 ccorn [~ccorn@hosting.trifork.nl] has joined #scheme 15:51:24 Fare [~fare@cpe-72-229-109-116.nyc.res.rr.com] has joined #scheme 15:51:58 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 240 seconds] 15:56:49 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Ping timeout: 240 seconds] 16:00:53 Cromulent [~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 16:00:58 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 16:01:57 -!- Cromulent [~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Client Quit] 16:06:22 dudrenov [~user@88.203.198.46] has joined #scheme 16:13:51 Cromulent [~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 16:18:57 przl [~przlrkt@62.217.45.197] has joined #scheme 16:21:35 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Remote host closed the connection] 16:21:35 -!- Kabaka [~Kabaka@botters/kabaka] has quit [Read error: Connection reset by peer] 16:22:56 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 16:22:56 langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 16:24:15 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 272 seconds] 16:25:49 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 16:40:41 mmc1 [~michal@j212142.upc-j.chello.nl] has joined #scheme 16:41:01 -!- tenq is now known as tenq|away 16:45:40 Kabaka [~Kabaka@botters/kabaka] has joined #scheme 16:52:11 -!- langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Quit: sleep] 16:54:03 langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 16:58:39 tcsc [~tcsc@50.28.141.93] has joined #scheme 16:58:47 -!- waxysubs [hope9@world.peace.net] has quit [Read error: Connection reset by peer] 16:59:16 waxysubs [hope1@world.peace.net] has joined #scheme 16:59:35 -!- Fare [~fare@cpe-72-229-109-116.nyc.res.rr.com] has quit [Ping timeout: 252 seconds] 17:02:01 -!- alexei___ [~amgarchin@theo1.theochem.tu-muenchen.de] has quit [Ping timeout: 244 seconds] 17:04:41 -!- rstandy [~rastandy@81-174-35-146.v4.ngi.it] has quit [Ping timeout: 246 seconds] 17:07:50 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 240 seconds] 17:08:29 Fare [~fare@cpe-72-229-109-116.nyc.res.rr.com] has joined #scheme 17:17:15 -!- `^_^v [~nycs@rrcs-24-39-141-128.nyc.biz.rr.com] has quit [Ping timeout: 260 seconds] 17:18:05 -!- Okasu [~1@unaffiliated/okasu] has quit [Quit: leaving] 17:21:02 -!- Fare [~fare@cpe-72-229-109-116.nyc.res.rr.com] has quit [Ping timeout: 240 seconds] 17:21:40 -!- langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Quit: sleep] 17:26:18 -!- wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has quit [Ping timeout: 244 seconds] 17:28:34 langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 17:28:59 -!- edw [~edw@207.239.61.34] has quit [Quit: Computer has gone to sleep.] 17:29:31 -!- ccorn [~ccorn@hosting.trifork.nl] has quit [Quit: ccorn] 17:31:24 edw [~edw@207.239.61.34] has joined #scheme 17:33:37 Fare [fare@nat/google/x-lygwbuvutjsxucvy] has joined #scheme 17:35:18 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Remote host closed the connection] 17:35:45 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 17:40:53 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Ping timeout: 272 seconds] 17:42:40 frx [~frx@93-138-159-248.adsl.net.t-com.hr] has joined #scheme 17:43:41 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 17:46:01 przl [~przlrkt@62.217.45.197] has joined #scheme 17:47:35 MichaelRaskin [~MichaelRa@195.91.224.161] has joined #scheme 17:48:34 `^_^v [~nycs@rrcs-24-39-141-128.nyc.biz.rr.com] has joined #scheme 17:48:38 -!- ogamita [~t@tru75-h02-31-38-72-69.dsl.sta.abo.bbox.fr] has quit [Ping timeout: 240 seconds] 17:53:27 -!- Fare [fare@nat/google/x-lygwbuvutjsxucvy] has quit [Ping timeout: 246 seconds] 17:57:54 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 18:02:38 -!- przl [~przlrkt@62.217.45.197] has quit [Ping timeout: 245 seconds] 18:03:09 jao [~jao@21.Red-79-153-49.dynamicIP.rima-tde.net] has joined #scheme 18:03:13 -!- jao [~jao@21.Red-79-153-49.dynamicIP.rima-tde.net] has quit [Changing host] 18:03:13 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 18:07:46 -!- TaylanUB [tub@p4FD90EA1.dip0.t-ipconnect.de] has quit [Disconnected by services] 18:08:11 TaylanUB [tub@p4FD902F5.dip0.t-ipconnect.de] has joined #scheme 18:12:38 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 18:12:43 DoctorDude [~Jake@unaffiliated/doctordude] has joined #scheme 18:13:01 hiroaki [~hiroaki@77-20-51-63-dynip.superkabel.de] has joined #scheme 18:18:09 -!- Cromulent [~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 18:23:53 -!- githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 18:25:41 alexei___ [~amgarchin@p4FD625C4.dip0.t-ipconnect.de] has joined #scheme 18:28:29 -!- pnkfelix [~Adium@89.202.203.51] has quit [Quit: Leaving.] 18:36:30 palach [~palach@89-178-14-28.broadband.corbina.ru] has joined #scheme 18:40:07 Fare [fare@nat/google/x-ookxutbfkcaoppyc] has joined #scheme 18:40:25 -!- gzg [~user@24-217-211-79.dhcp.stls.mo.charter.com] has quit [Read error: Connection reset by peer] 18:44:30 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 18:49:05 githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has joined #scheme 18:49:17 Okasu [~1@unaffiliated/okasu] has joined #scheme 18:52:14 -!- Fare [fare@nat/google/x-ookxutbfkcaoppyc] has quit [Ping timeout: 240 seconds] 18:56:43 -!- hiroaki [~hiroaki@77-20-51-63-dynip.superkabel.de] has quit [Ping timeout: 244 seconds] 18:58:45 sheilong [~sabayonus@unaffiliated/sheilong] has joined #scheme 19:01:32 -!- palach [~palach@89-178-14-28.broadband.corbina.ru] has quit [Read error: Connection reset by peer] 19:01:40 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 245 seconds] 19:07:58 -!- langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Quit: sleep] 19:08:48 arrdem [~arrdem@dhcp-53-132.ece.utexas.edu] has joined #scheme 19:13:58 langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 19:15:23 foeniks [~fevon@p5091FF80.dip0.t-ipconnect.de] has joined #scheme 19:21:31 Fare [fare@nat/google/x-amrdsviszakmqmje] has joined #scheme 19:50:16 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #scheme 19:59:36 przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has joined #scheme 20:04:38 -!- przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 20:06:32 przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has joined #scheme 20:17:18 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 246 seconds] 20:17:25 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 20:21:03 -!- oleo [~oleo@xdsl-78-35-167-164.netcologne.de] has quit [Read error: Operation timed out] 20:23:12 -!- weie [~weie@softbank221078042071.bbtec.net] has quit [Quit: Leaving...] 20:29:02 -!- Fare [fare@nat/google/x-amrdsviszakmqmje] has quit [Ping timeout: 240 seconds] 20:30:29 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Ping timeout: 240 seconds] 20:31:59 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 20:33:05 -!- vraid [d91bbc5a@gateway/web/freenode/ip.217.27.188.90] has quit [Ping timeout: 250 seconds] 20:37:06 oleo [~oleo@xdsl-78-35-187-83.netcologne.de] has joined #scheme 20:38:59 Fare [fare@nat/google/x-cagusfrsudozbdpq] has joined #scheme 20:54:03 -!- tenq|away is now known as tenq 20:56:15 -!- sheilong [~sabayonus@unaffiliated/sheilong] has quit [Quit: Konversation terminated!] 20:57:19 pnkfelix [~Adium@bas75-2-88-170-201-21.fbx.proxad.net] has joined #scheme 21:00:14 -!- Fare [fare@nat/google/x-cagusfrsudozbdpq] has quit [Ping timeout: 240 seconds] 21:01:03 Fare [fare@nat/google/x-jvslwxnmkkwicqpw] has joined #scheme 21:05:18 -!- gravicappa [~gravicapp@ppp91-77-183-193.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 21:07:49 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 21:13:05 ccorn [~ccorn@92.110.20.203] has joined #scheme 21:13:51 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 21:17:28 -!- haroldwu [~haroldwu@unaffiliated/haroldwu] has quit [Quit: leaving] 21:17:37 haroldwu_irssi [~haroldwu@219.85.185.194] has joined #scheme 21:17:42 -!- haroldwu_irssi [~haroldwu@219.85.185.194] has quit [Client Quit] 21:18:11 haroldwu [~haroldwu@219.85.185.194] has joined #scheme 21:18:21 -!- haroldwu [~haroldwu@219.85.185.194] has quit [Changing host] 21:18:21 haroldwu [~haroldwu@unaffiliated/haroldwu] has joined #scheme 21:18:33 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 246 seconds] 21:19:44 -!- tcsc [~tcsc@50.28.141.93] has quit [Quit: computer sleeping] 21:23:47 -!- przl [~przlrkt@p579232C9.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 21:24:08 nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 21:27:26 -!- dudrenov [~user@88.203.198.46] has quit [Ping timeout: 240 seconds] 21:29:08 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 244 seconds] 21:30:20 -!- wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 21:33:51 -!- ccorn [~ccorn@92.110.20.203] has quit [Quit: ccorn] 21:54:30 -!- davexunit [~user@fsf/member/davexunit] has quit [Quit: Later] 22:01:30 gcartier [~gcartier@modemcable010.136-201-24.mc.videotron.ca] has joined #scheme 22:02:55 -!- DoctorDude [~Jake@unaffiliated/doctordude] has left #scheme 22:11:24 AkashicLegend [~AkashicLe@unaffiliated/akashiclegend] has joined #scheme 22:14:39 -!- langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Quit: sleep] 22:14:44 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 22:14:46 -!- Okasu [~1@unaffiliated/okasu] has quit [Quit: leaving] 22:20:14 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 240 seconds] 22:21:01 rgc_ [~user@28.Red-2-136-47.dynamicIP.rima-tde.net] has joined #scheme 22:25:20 langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 22:25:25 -!- langmartin [~langmarti@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Client Quit] 22:25:43 -!- gcartier [~gcartier@modemcable010.136-201-24.mc.videotron.ca] has quit [Remote host closed the connection] 22:27:01 -!- nisstyre [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 252 seconds] 22:32:02 tcsc [~tcsc@c-76-127-240-20.hsd1.ct.comcast.net] has joined #scheme 22:36:04 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Remote host closed the connection] 22:36:31 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 22:39:45 brianmwaters [1867df3a@gateway/web/freenode/ip.24.103.223.58] has joined #scheme 22:40:01 -!- strobegen [~Adium@188.168.72.236] has quit [Quit: Leaving.] 22:40:14 -!- brianmwaters [1867df3a@gateway/web/freenode/ip.24.103.223.58] has quit [Client Quit] 22:40:43 nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 22:40:44 brianmwaters [1867df3a@gateway/web/freenode/ip.24.103.223.58] has joined #scheme 22:40:50 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Ping timeout: 240 seconds] 23:09:03 -!- zacts [~user@unaffiliated/zacts] has quit [Ping timeout: 260 seconds] 23:11:44 dudrenov [~user@88.203.198.46] has joined #scheme 23:16:02 -!- dudrenov [~user@88.203.198.46] has quit [Ping timeout: 246 seconds] 23:17:19 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 23:22:06 -!- hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has quit [Ping timeout: 246 seconds] 23:24:24 zacts [~user@unaffiliated/zacts] has joined #scheme 23:25:40 -!- foeniks [~fevon@p5091FF80.dip0.t-ipconnect.de] has quit [Quit: Leaving] 23:29:25 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:32:21 -!- mmc1 [~michal@j212142.upc-j.chello.nl] has quit [Ping timeout: 248 seconds] 23:32:36 -!- stepnem [~stepnem@internet2.cznet.cz] has quit [Ping timeout: 246 seconds] 23:35:10 hiyosi [~skip_it@247.94.30.125.dy.iij4u.or.jp] has joined #scheme 23:42:30 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 245 seconds]