00:02:13 -!- joneshf-laptop [~joneshf@128.120.116.254] has quit [Ping timeout: 248 seconds] 00:19:44 Sgeo [~quassel@ool-44c2df0c.dyn.optonline.net] has joined #scheme 00:34:41 ASau` [~user@p54AFE9E8.dip0.t-ipconnect.de] has joined #scheme 00:38:39 -!- ASau [~user@p54AFF3D8.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 00:43:05 -!- zacts [~user@unaffiliated/zacts] has quit [Remote host closed the connection] 00:44:55 zacts [~user@unaffiliated/zacts] has joined #scheme 00:45:24 -!- em is now known as emma 00:46:18 -!- zacts [~user@unaffiliated/zacts] has quit [Remote host closed the connection] 00:47:27 zacts [~user@unaffiliated/zacts] has joined #scheme 00:48:40 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 00:51:45 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 00:59:11 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 252 seconds] 01:07:02 mmc1 [~michal@j212115.upc-j.chello.nl] has joined #scheme 01:07:49 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [Ping timeout: 240 seconds] 01:09:35 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 01:21:14 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 01:22:16 -!- ASau` is now known as ASau 01:22:33 -!- stepnem [~stepnem@internet2.cznet.cz] has quit [Ping timeout: 252 seconds] 01:34:26 Rodya_ [~trav@71.175.107.141] has joined #scheme 01:35:54 stevey1 [~stevie@220.245.104.218] has joined #scheme 01:36:05 -!- stevey [~stevie@220.245.104.218] has quit [Ping timeout: 248 seconds] 01:52:39 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 01:57:08 pjb` [~t@AMontsouris-651-1-109-141.w83-202.abo.wanadoo.fr] has joined #scheme 01:57:27 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 01:58:49 -!- pjb [~t@AMontsouris-651-1-223-52.w92-140.abo.wanadoo.fr] has quit [Ping timeout: 246 seconds] 02:13:04 aeth [~Michael@wesnoth/umc-dev/developer/aethaeryn] has joined #scheme 02:19:29 -!- karswell [~user@87.113.62.57] has quit [Ping timeout: 272 seconds] 02:27:27 -!- yrdz [~p_adams@unaffiliated/p-adams/x-7117614] has quit [Quit: WeeChat 0.4.2] 02:28:42 jao [~jao@21.Red-79-153-49.dynamicIP.rima-tde.net] has joined #scheme 02:28:45 -!- jao [~jao@21.Red-79-153-49.dynamicIP.rima-tde.net] has quit [Changing host] 02:28:45 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 02:30:18 b4283 [~b4283@218-164-127-155.dynamic.hinet.net] has joined #scheme 02:33:06 -!- zacts [~user@unaffiliated/zacts] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 02:52:33 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 02:52:47 -!- mmc1 [~michal@j212115.upc-j.chello.nl] has quit [Ping timeout: 272 seconds] 02:53:02 -!- MrFahrenheit [~RageOfTho@unaffiliated/rageofthou] has quit [Ping timeout: 252 seconds] 02:55:07 weie [~weie@softbank221078042071.bbtec.net] has joined #scheme 02:57:19 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 252 seconds] 03:02:18 ericmathison [~ericmathi@172-15-249-133.lightspeed.irvnca.sbcglobal.net] has joined #scheme 03:06:40 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 03:12:05 chare [322f51ac@gateway/web/freenode/ip.50.47.81.172] has joined #scheme 03:12:09 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 03:12:26 what is the scheme code to get a file name as input from user and print out the file contents to the user, what does that look like? 03:20:43 two separate bits. 03:20:55 I can't offhand think of a portable way to read a string from the terminal :-( 03:21:07 so what would the code look like? 03:21:36 but once you have it, dumping the contents would look something like (call-with-input-file "some-file-name" (lambda (in) (display (read-lines in)))) 03:21:49 lemme try it in racket and see what I come up with 03:26:40 this is close, but doesn't quite work: (call-with-input-file (port->string (current-input-port)) port->bytes) 03:26:47 not sure why 03:28:02 this actually works: (call-with-input-file (string-trim (port->string (current-input-port))) port->bytes) 03:28:12 put it in a file, then run "racket name-of-that-file" 03:28:25 however, port->string isn't portable; nor is port->bytes as far as I know. 03:29:46 where is the part that reads from stdin 03:33:08 -!- tenq is now known as tenq|away 03:36:06 -!- tenq|away is now known as tenq 03:36:17 (port->string (current-input-port)) 03:36:23 (current-input-port) is more or less stdin. 03:36:32 but I fear this is all specific to racket. 03:44:51 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Ping timeout: 260 seconds] 03:49:42 -!- Giomancer [~gio@107.201.206.230] has quit [Quit: Leaving] 03:52:44 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 03:57:50 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 04:01:13 -!- chare [322f51ac@gateway/web/freenode/ip.50.47.81.172] has left #scheme 04:05:18 -!- mrowe_away is now known as mrowe 04:05:53 -!- mrowe is now known as mrowe_away 04:10:46 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping timeout: 246 seconds] 04:11:41 preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 04:15:57 -!- alexei___ [~amgarchin@p4FD60197.dip0.t-ipconnect.de] has quit [Read error: Operation timed out] 04:18:37 alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has joined #scheme 04:24:40 yacks [~py@103.6.159.103] has joined #scheme 04:35:26 -!- noobboob2 is now known as noobboob 04:45:35 karswell [~user@87.112.11.184] has joined #scheme 04:52:36 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 04:56:17 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [Ping timeout: 272 seconds] 04:57:16 -!- Rodya_ [~trav@71.175.107.141] has quit [Quit: Ex-Chat] 04:57:49 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 05:01:14 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 05:07:58 -!- annodomini [~lambda@wikipedia/lambda] has quit [Quit: annodomini] 05:08:08 zacts [~user@unaffiliated/zacts] has joined #scheme 05:16:38 pnkfelix [~pnkfelix@bas75-2-88-170-201-21.fbx.proxad.net] has joined #scheme 05:18:05 -!- arubin [~textual@99-114-192-172.lightspeed.cicril.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz] 05:26:37 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 05:28:55 -!- tenq is now known as tenq|away 05:52:27 -!- kobain [~sambio@unaffiliated/kobain] has quit [] 05:52:56 kobain [~sambio@190.57.227.106] has joined #scheme 05:53:05 -!- kobain [~sambio@190.57.227.106] has quit [Changing host] 05:53:05 kobain [~sambio@unaffiliated/kobain] has joined #scheme 05:59:50 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 06:11:33 -!- _5kg [~zifeitong@60.191.2.238] has quit [Ping timeout: 272 seconds] 06:11:35 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 06:32:03 effy [~x@114.246.85.222] has joined #scheme 06:33:06 -!- effy [~x@114.246.85.222] has quit [Read error: Connection reset by peer] 06:33:09 snits [~snits@inet-hqmc01-o.oracle.com] has joined #scheme 06:33:29 effy [~x@114.246.85.222] has joined #scheme 06:40:06 -!- kobain [~sambio@unaffiliated/kobain] has quit [] 06:59:48 other than guix, what is a real scheme project that I could gain experience from while learning SICP 07:02:36 zRecursive [~czsq888@183.13.193.203] has joined #scheme 07:28:50 jcp [~jcp@laforge.cs.uwaterloo.ca] has joined #scheme 07:29:13 -!- jcp is now known as Guest62441 07:30:49 -!- Kruppe [~jcp@laforge.cs.uwaterloo.ca] has quit [Ping timeout: 240 seconds] 07:33:40 -!- weie [~weie@softbank221078042071.bbtec.net] has quit [Quit: Leaving...] 07:36:18 weie [~weie@softbank221078042071.bbtec.net] has joined #scheme 07:39:37 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 07:45:25 -!- ericmathison [~ericmathi@172-15-249-133.lightspeed.irvnca.sbcglobal.net] has quit [Quit: leaving] 07:57:32 gravicappa [~gravicapp@ppp91-77-171-83.pppoe.mtu-net.ru] has joined #scheme 07:57:35 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 07:59:39 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Connection reset by peer] 08:00:12 -!- zacts [~user@unaffiliated/zacts] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 08:00:45 araujo [~araujo@190.73.46.113] has joined #scheme 08:00:45 -!- araujo [~araujo@190.73.46.113] has quit [Changing host] 08:00:45 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 08:00:46 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Connection reset by peer] 08:01:02 zacts [~zacts@unaffiliated/zacts] has joined #scheme 08:17:15 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 08:18:39 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 08:19:21 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 08:19:44 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 08:22:05 jewel [~jewel@105-237-68-160.access.mtnbusiness.co.za] has joined #scheme 08:22:11 _5kg [~zifeitong@60.191.2.238] has joined #scheme 08:22:44 -!- snits [~snits@inet-hqmc01-o.oracle.com] has quit [Remote host closed the connection] 08:24:05 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 08:28:55 snits [~snits@71-36-188-158.phnx.qwest.net] has joined #scheme 08:41:44 -!- b4283 [~b4283@218-164-127-155.dynamic.hinet.net] has quit [Remote host closed the connection] 08:44:49 b4283 [~b4283@36-238-133-173.dynamic-ip.hinet.net] has joined #scheme 08:46:20 zacts: most Scheme implementations are themselves written in Scheme 08:48:21 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 08:50:39 aranhoide [~smuxi@129.Red-83-59-22.dynamicIP.rima-tde.net] has joined #scheme 08:56:26 -!- taylanub [tub@p4FD93636.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 08:57:03 ecraven: really ? IIRC, Guile, Petite, Chicken ... all are written in C ? 08:57:04 -!- aranhoide [~smuxi@129.Red-83-59-22.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] 09:05:12 -!- ubii [~ubii@unaffiliated/ubii] has quit [Quit: Leaving] 09:07:23 jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 09:08:32 aranhoide [~aranhoide@129.Red-83-59-22.dynamicIP.rima-tde.net] has joined #scheme 09:13:01 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 09:15:03 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 09:16:24 wbooze [~oleo@xdsl-78-35-167-105.netcologne.de] has joined #scheme 09:16:36 -!- oleo is now known as Guest30326 09:18:22 -!- wbooze is now known as oleo 09:19:01 -!- Guest30326 [~oleo@xdsl-78-35-137-22.netcologne.de] has quit [Ping timeout: 248 seconds] 09:19:59 stepnem [~stepnem@internet2.cznet.cz] has joined #scheme 09:20:19 -!- jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 09:20:23 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 09:20:32 ubii [~ubii@198.45.198.1] has joined #scheme 09:20:32 -!- ubii [~ubii@198.45.198.1] has quit [Changing host] 09:20:32 ubii [~ubii@unaffiliated/ubii] has joined #scheme 09:26:49 -!- karswell [~user@87.112.11.184] has quit [Read error: Operation timed out] 09:27:06 karswell [~user@87.112.11.184] has joined #scheme 09:27:34 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 09:28:04 -!- zRecursive [~czsq888@183.13.193.203] has left #scheme 09:29:31 rajeshsr [~rajeshsr@106.51.43.4] has joined #scheme 09:31:43 jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 09:32:38 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 09:39:29 -!- stevey1 [~stevie@220.245.104.218] has quit [Ping timeout: 252 seconds] 09:40:08 stevey [~stevie@220.245.104.218] has joined #scheme 09:43:51 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 09:48:50 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 09:52:12 mmc1 [~michal@j212115.upc-j.chello.nl] has joined #scheme 09:57:39 -!- jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 09:58:23 jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 09:59:52 robot-be` [~user@c-24-118-142-0.hsd1.mn.comcast.net] has joined #scheme 09:59:56 -!- bjz [~bjz@125.253.99.68] has quit [Ping timeout: 272 seconds] 10:01:09 -!- mrowe_away [~mrowe@markab.mojain.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 10:01:50 -!- jyc_ [~jyc@173.245.6.163] has quit [Ping timeout: 272 seconds] 10:01:50 -!- ozzloy [~ozzloy@unaffiliated/ozzloy] has quit [Ping timeout: 272 seconds] 10:02:11 mrowe_away [~mrowe@markab.mojain.net] has joined #scheme 10:02:22 ozzloy [~ozzloy@ozzloy.lifeafterking.org] has joined #scheme 10:02:22 -!- ozzloy [~ozzloy@ozzloy.lifeafterking.org] has quit [Changing host] 10:02:22 ozzloy [~ozzloy@unaffiliated/ozzloy] has joined #scheme 10:03:25 bjz [~bjz@125.253.99.68] has joined #scheme 10:03:44 -!- DerGuteMoritz [~DerGuteMo@asimov.bevuta.com] has quit [Ping timeout: 272 seconds] 10:03:46 jyc [~jyc@173.245.6.163] has joined #scheme 10:04:21 -!- robot-beethoven [~user@c-24-118-142-0.hsd1.mn.comcast.net] has quit [Ping timeout: 272 seconds] 10:07:28 -!- robot-be` is now known as robot-beethoven 10:09:25 -!- ecraven [~user@www.nexoid.at] has quit [Ping timeout: 272 seconds] 10:09:41 jrapdx0 [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 10:10:47 -!- stamourv [~user@racket/stamourv] has quit [Ping timeout: 260 seconds] 10:12:35 -!- cataska [~cataska@118-163-69-1.HINET-IP.hinet.net] has quit [Ping timeout: 272 seconds] 10:12:57 -!- jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Ping timeout: 272 seconds] 10:14:21 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 10:14:24 ecraven [~user@www.nexoid.at] has joined #scheme 10:15:29 -!- jrapdx0 [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Ping timeout: 272 seconds] 10:19:17 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 10:29:25 -!- aranhoide [~aranhoide@129.Red-83-59-22.dynamicIP.rima-tde.net] has quit [Ping timeout: 272 seconds] 10:43:58 MrFahrenheit [~RageOfTho@unaffiliated/rageofthou] has joined #scheme 10:44:36 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 10:47:16 -!- MrFahrenheit [~RageOfTho@unaffiliated/rageofthou] has quit [Client Quit] 10:49:36 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 10:51:44 Okasu [~1@unaffiliated/okasu] has joined #scheme 11:01:54 b4284 [~b4283@1-174-251-124.dynamic.hinet.net] has joined #scheme 11:03:25 -!- b4283 [~b4283@36-238-133-173.dynamic-ip.hinet.net] has quit [Ping timeout: 246 seconds] 11:12:40 vishesh [~vishesh@122.177.210.58] has joined #scheme 11:15:50 -!- pnkfelix [~pnkfelix@bas75-2-88-170-201-21.fbx.proxad.net] has quit [Ping timeout: 264 seconds] 11:28:18 aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has joined #scheme 11:30:40 kbtdmch [~user@host86-159-216-203.range86-159.btcentralplus.com] has joined #scheme 11:32:18 add^_ [~user@m5-241-186-97.cust.tele2.se] has joined #scheme 11:44:33 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 11:46:11 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 11:46:22 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 11:48:34 -!- aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has quit [Ping timeout: 246 seconds] 11:51:14 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 11:53:31 ram_ [~chatzilla@180.151.212.98] has joined #scheme 11:59:02 -!- ffs [~garland@unaffiliated/ffs] has quit [Ping timeout: 264 seconds] 12:00:27 -!- ram_ [~chatzilla@180.151.212.98] has left #scheme 12:05:13 DerGuteMoritz [~DerGuteMo@asimov.bevuta.com] has joined #scheme 12:07:25 -!- vishesh [~vishesh@122.177.210.58] has quit [Quit: WeeChat 0.4.2] 12:10:54 aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has joined #scheme 12:13:20 -!- robot-beethoven [~user@c-24-118-142-0.hsd1.mn.comcast.net] has quit [Remote host closed the connection] 12:14:19 robot-beethoven [~user@c-24-118-142-0.hsd1.mn.comcast.net] has joined #scheme 12:31:26 -!- pjb` is now known as pjb 12:44:35 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 12:49:18 -!- _5kg [~zifeitong@60.191.2.238] has quit [Ping timeout: 272 seconds] 12:49:55 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 12:53:05 davexunit [~user@209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 12:53:09 liqu0rice [~yaaic@brln-4d0c948c.pool.mediaWays.net] has joined #scheme 12:53:11 -!- davexunit [~user@209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Changing host] 12:53:11 davexunit [~user@fsf/member/davexunit] has joined #scheme 12:53:23 _5kg [~zifeitong@60.191.2.238] has joined #scheme 13:14:59 acarrico [~acarrico@hunt-sting-2-164.greenmountainaccess.net] has joined #scheme 13:19:55 -!- liqu0rice [~yaaic@brln-4d0c948c.pool.mediaWays.net] has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org] 13:41:34 -!- jewel [~jewel@105-237-68-160.access.mtnbusiness.co.za] has quit [Ping timeout: 253 seconds] 13:42:17 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 13:43:26 -!- tali713 [~tali713@2001:0:53aa:64c:32:562a:b3ee:137e] has quit [Ping timeout: 256 seconds] 13:44:35 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 13:48:09 tali713 [~tali713@2001:0:53aa:64c:32:562a:b3ee:137e] has joined #scheme 13:49:16 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 252 seconds] 13:53:34 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 13:54:12 -!- rajeshsr [~rajeshsr@106.51.43.4] has quit [Read error: Operation timed out] 13:56:23 jewel [~jewel@105-237-68-160.access.mtnbusiness.co.za] has joined #scheme 13:59:29 -!- karswell [~user@87.112.11.184] has quit [Read error: Connection reset by peer] 14:01:24 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 14:10:17 -!- kbtdmch [~user@host86-159-216-203.range86-159.btcentralplus.com] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:25:31 -!- aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has quit [Ping timeout: 260 seconds] 14:31:07 -!- frx [~a@93-138-50-164.adsl.net.t-com.hr] has left #scheme 14:32:53 -!- alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has quit [Ping timeout: 272 seconds] 14:35:30 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 14:36:05 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Read error: No route to host] 14:36:34 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 14:36:50 Aune [~Arne@h-79-116.a163.priv.bahnhof.se] has joined #scheme 14:39:33 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 248 seconds] 14:41:45 annodomini [~lambda@wikipedia/lambda] has joined #scheme 14:41:48 -!- mmc1 [~michal@j212115.upc-j.chello.nl] has quit [Read error: Connection reset by peer] 14:42:43 alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has joined #scheme 14:44:47 mmc1 [~michal@j212115.upc-j.chello.nl] has joined #scheme 14:50:36 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 14:50:38 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Connection reset by peer] 14:52:04 aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has joined #scheme 14:53:33 Hertz [~Hertz@unaffiliated/hertz] has joined #scheme 15:00:05 -!- pierpa [~user@95.236.58.43] has quit [Read error: Connection reset by peer] 15:00:33 pierpa [~user@95.236.58.43] has joined #scheme 15:00:52 AirWolfTheme [~nevzets@unaffiliated/nevzets] has joined #scheme 15:02:24 ffs [~garland@unaffiliated/ffs] has joined #scheme 15:07:55 -!- alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 15:08:04 alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has joined #scheme 15:08:54 -!- epsylon` is now known as epsylon 15:09:52 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 15:15:48 -!- annodomini [~lambda@wikipedia/lambda] has quit [Quit: annodomini] 15:18:12 tarkus [~hello@109.230.140.12] has joined #scheme 15:21:04 -!- tenq|away is now known as tenq 15:24:50 annodomini [~lambda@c-76-23-156-75.hsd1.ma.comcast.net] has joined #scheme 15:24:50 -!- annodomini [~lambda@c-76-23-156-75.hsd1.ma.comcast.net] has quit [Changing host] 15:24:50 annodomini [~lambda@wikipedia/lambda] has joined #scheme 15:26:18 rajeshsr [~rajeshsr@106.51.43.4] has joined #scheme 15:26:49 -!- add^_ [~user@m5-241-186-97.cust.tele2.se] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 15:33:32 stepnem_ [~stepnem@internet2.cznet.cz] has joined #scheme 15:34:25 -!- stepnem [~stepnem@internet2.cznet.cz] has quit [Ping timeout: 252 seconds] 15:34:25 -!- stepnem_ is now known as stepnem 15:35:43 most have a C core, with libraries and other non-essential stuff written in scheme 15:36:07 obviously you cannot have a scheme that's written _entirely_ in scheme, unless you want to distribute a binary along with the source 15:36:34 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 15:36:35 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Connection reset by peer] 15:36:51 offby1: I beg to differ. 15:37:03 differ away 15:37:20 There are already so many schemes written in something else, that you don't need to write new schemes in any other language than scheme. 15:37:45 In the worst case, just take this lisp written in bash, schemify it, and bootstrap your scheme with it (from bash). 15:37:55 oh I see 15:37:56 sure 15:38:20 but honestly -- I can't think of any scheme project that is written in scheme and uses some _other_ scheme to get going. 15:38:34 maybe arc 15:38:45 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 15:39:25 sbcl is written in CL and bootstrapped from other CL implementations. cmucl and ccl are written in Cl and need themselves. 15:40:02 squeak is written in smalltalk, and needs itself, (actually it has a small core written in a reduced smalltalk, I guess you could compile it with any smalltalk including gst). 15:40:49 ooohhhh yeah. I remember sbcl 15:41:10 scheme48 did something unusual ... 15:42:41 ivan\_ [~ivan@unaffiliated/ivan/x-000001] has joined #scheme 15:42:49 -!- dkordic [~danilo@178-221-109-245.dynamic.isp.telekom.rs] has quit [Ping timeout: 272 seconds] 15:47:03 Hertz__ [~Hertz@187.56.72.235] has joined #scheme 15:49:31 -!- annodomini [~lambda@wikipedia/lambda] has quit [*.net *.split] 15:49:31 -!- acarrico [~acarrico@hunt-sting-2-164.greenmountainaccess.net] has quit [*.net *.split] 15:49:32 -!- ubii [~ubii@unaffiliated/ubii] has quit [*.net *.split] 15:49:32 -!- githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has quit [*.net *.split] 15:49:32 -!- ivan\ [~ivan@unaffiliated/ivan/x-000001] has quit [*.net *.split] 15:49:32 -!- amoe [~amoe@li195-121.members.linode.com] has quit [*.net *.split] 15:49:35 -!- ivan\_ is now known as ivan\ 15:50:31 -!- Hertz [~Hertz@unaffiliated/hertz] has quit [Ping timeout: 272 seconds] 15:50:43 -!- tarkus [~hello@109.230.140.12] has quit [Remote host closed the connection] 15:50:58 tarkus [~hello@109.230.140.12] has joined #scheme 15:52:06 annodomini [~lambda@wikipedia/lambda] has joined #scheme 15:52:06 acarrico [~acarrico@hunt-sting-2-164.greenmountainaccess.net] has joined #scheme 15:52:06 ubii [~ubii@unaffiliated/ubii] has joined #scheme 15:52:06 githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has joined #scheme 15:52:06 amoe [~amoe@li195-121.members.linode.com] has joined #scheme 15:55:34 dkordic [~danilo@178-221-72-17.dynamic.isp.telekom.rs] has joined #scheme 15:56:10 -!- annodomini [~lambda@wikipedia/lambda] has quit [*.net *.split] 15:56:10 -!- acarrico [~acarrico@hunt-sting-2-164.greenmountainaccess.net] has quit [*.net *.split] 15:56:10 -!- ubii [~ubii@unaffiliated/ubii] has quit [*.net *.split] 15:56:11 -!- githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has quit [*.net *.split] 15:56:11 -!- amoe [~amoe@li195-121.members.linode.com] has quit [*.net *.split] 15:58:40 annodomini [~lambda@wikipedia/lambda] has joined #scheme 15:58:40 acarrico [~acarrico@hunt-sting-2-164.greenmountainaccess.net] has joined #scheme 15:58:40 ubii [~ubii@unaffiliated/ubii] has joined #scheme 15:58:40 githogori [~githogori@c-50-156-57-127.hsd1.ca.comcast.net] has joined #scheme 15:58:40 amoe [~amoe@li195-121.members.linode.com] has joined #scheme 16:01:12 -!- gravicappa [~gravicapp@ppp91-77-171-83.pppoe.mtu-net.ru] has quit [Ping timeout: 265 seconds] 16:09:40 -!- alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 16:11:27 jao [~jao@112.pool85-58-203.dynamic.orange.es] has joined #scheme 16:11:31 -!- jao [~jao@112.pool85-58-203.dynamic.orange.es] has quit [Changing host] 16:11:31 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 16:15:25 -!- Kneferilis [~Kneferili@nb1-210.static.cytanet.com.cy] has quit [Read error: Connection reset by peer] 16:17:40 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 16:26:39 gravicappa [~gravicapp@ppp91-77-160-218.pppoe.mtu-net.ru] has joined #scheme 16:32:34 arubin [~textual@99-114-192-172.lightspeed.cicril.sbcglobal.net] has joined #scheme 16:33:22 -!- AirWolfTheme [~nevzets@unaffiliated/nevzets] has left #scheme 16:38:48 -!- heath [quassel@unaffiliated/ybit] has quit [Quit: No Ping reply in 180 seconds.] 16:38:54 heath [quassel@unaffiliated/ybit] has joined #scheme 16:40:46 -!- zarul [~zarul@ubuntu/member/zarul] has quit [Read error: Connection reset by peer] 16:42:36 zarul [~zarul@ubuntu/member/zarul] has joined #scheme 17:06:03 -!- tenq is now known as tenq|away 17:08:39 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [Ping timeout: 252 seconds] 17:30:54 fantazo [~fantazo@213.129.230.10] has joined #scheme 17:34:35 add^_ [~user@m5-241-186-97.cust.tele2.se] has joined #scheme 17:36:41 contrapumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 17:37:09 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 248 seconds] 17:47:54 -!- b4284 [~b4283@1-174-251-124.dynamic.hinet.net] has quit [Quit: ] 17:48:19 -!- contrapumpkin is now known as copumpkin 17:51:20 jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 17:53:31 jrapdx0 [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 17:56:19 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [Remote host closed the connection] 17:57:11 -!- jrapdx [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Ping timeout: 272 seconds] 17:57:42 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 18:03:46 -!- oleo [~oleo@xdsl-78-35-167-105.netcologne.de] has quit [Quit: Leaving] 18:05:37 oleo [~oleo@xdsl-78-35-167-105.netcologne.de] has joined #scheme 18:11:05 alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has joined #scheme 18:18:07 -!- arubin [~textual@99-114-192-172.lightspeed.cicril.sbcglobal.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 18:31:01 -!- alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has quit [Ping timeout: 265 seconds] 19:05:34 jao [~jao@174.pool85-58-60.dynamic.orange.es] has joined #scheme 19:05:37 -!- jao [~jao@174.pool85-58-60.dynamic.orange.es] has quit [Changing host] 19:05:37 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 19:08:39 -!- add^_ [~user@m5-241-186-97.cust.tele2.se] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 19:12:55 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 245 seconds] 19:16:00 alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has joined #scheme 19:25:38 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 19:30:19 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 19:35:26 HG` [~HG@31.205.59.111] has joined #scheme 19:55:29 duggiefresh [~duggiefre@64.119.141.126] has joined #scheme 19:57:06 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 19:57:13 -!- gravicappa [~gravicapp@ppp91-77-160-218.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:59:58 -!- duggiefresh [~duggiefre@64.119.141.126] has quit [Ping timeout: 246 seconds] 20:05:17 omefire2 [~omefire@c-50-159-45-177.hsd1.wa.comcast.net] has joined #scheme 20:05:58 -!- omefire [~omefire@c-50-159-45-177.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 20:08:34 taylanub [tub@p4FD91BAE.dip0.t-ipconnect.de] has joined #scheme 20:29:29 -!- xian [xian@we-are-the-b.org] has left #scheme 20:38:27 -!- jewel [~jewel@105-237-68-160.access.mtnbusiness.co.za] has quit [Ping timeout: 260 seconds] 20:51:25 liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has joined #scheme 20:51:33 -!- liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has quit [Client Quit] 20:51:35 liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has joined #scheme 20:52:29 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 20:54:04 spion [~spion@unaffiliated/spion] has joined #scheme 20:56:22 Why does drracket display (+ 1/2 1/6) as 0.6 ? :/ 20:57:34 spion: In what language mode ? 20:57:50 Anyway, ask #racket 20:58:26 Beginning Student: we were going through HTDP and the first temptation in chapter 2.1 (Numbers and Arithmetic) is to add two fractions 20:58:26 oh, thanks. 21:07:24 kobain [~sambio@unaffiliated/kobain] has joined #scheme 21:10:26 Giomancer [~gio@107.201.206.230] has joined #scheme 21:13:45 -!- yacks [~py@103.6.159.103] has quit [Quit: Leaving] 21:13:55 -!- spion [~spion@unaffiliated/spion] has left #scheme 21:17:34 -!- jrapdx0 [~jra@c-50-137-169-114.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 21:17:57 jrapdx0 [~jra@c-50-137-169-114.hsd1.or.comcast.net] has joined #scheme 21:19:10 -!- liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has quit [*.net *.split] 21:19:10 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [*.net *.split] 21:19:10 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [*.net *.split] 21:19:10 -!- ecraven [~user@www.nexoid.at] has quit [*.net *.split] 21:19:10 -!- MichaelRaskin [~MichaelRa@195.91.224.161] has quit [*.net *.split] 21:19:10 -!- kpal [~kpal@janus-nat-128-240-225-120.ncl.ac.uk] has quit [*.net *.split] 21:19:10 -!- joast [~rick@cpe-24-160-56-92.socal.res.rr.com] has quit [*.net *.split] 21:19:10 -!- yosafbridge [~yosafbrid@li125-242.members.linode.com] has quit [*.net *.split] 21:19:10 -!- cdidd [~cdidd@95-24-143-200.broadband.corbina.ru] has quit [*.net *.split] 21:19:10 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [*.net *.split] 21:19:10 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [*.net *.split] 21:20:47 liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has joined #scheme 21:20:47 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 21:20:47 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 21:20:47 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 21:20:47 civodul [~user@gateway/tor-sasl/civodul] has joined #scheme 21:20:47 ecraven [~user@www.nexoid.at] has joined #scheme 21:20:47 MichaelRaskin [~MichaelRa@195.91.224.161] has joined #scheme 21:20:47 kpal [~kpal@janus-nat-128-240-225-120.ncl.ac.uk] has joined #scheme 21:20:47 joast [~rick@cpe-24-160-56-92.socal.res.rr.com] has joined #scheme 21:20:47 yosafbridge [~yosafbrid@li125-242.members.linode.com] has joined #scheme 21:20:47 cdidd [~cdidd@95-24-143-200.broadband.corbina.ru] has joined #scheme 21:21:16 -!- yosafbridge [~yosafbrid@li125-242.members.linode.com] has quit [Max SendQ exceeded] 21:21:24 yosafbridge [~yosafbrid@li125-242.members.linode.com] has joined #scheme 21:22:01 -!- weie [~weie@softbank221078042071.bbtec.net] has quit [Quit: Leaving...] 21:25:11 -!- fantazo [~fantazo@213.129.230.10] has quit [Ping timeout: 272 seconds] 21:27:58 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 21:36:37 -!- aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has quit [Ping timeout: 248 seconds] 21:36:39 -!- liqu0rice [~yaaic@brln-4d0c948c.pool.mediaways.net] has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org] 21:52:03 rudybot: (+ 1/2 2/3) 21:52:05 *offby1: your sandbox is ready 21:52:05 *offby1: ; Value: 7/6 21:55:10 -!- HG` [~HG@31.205.59.111] has quit [Quit: Leaving.] 21:55:19 -!- oleo [~oleo@xdsl-78-35-167-105.netcologne.de] has quit [Ping timeout: 272 seconds] 21:55:46 oleo [~oleo@xdsl-87-79-255-130.netcologne.de] has joined #scheme 21:57:23 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 21:57:24 -!- civodul [~user@gateway/tor-sasl/civodul] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:59:40 -!- alexei___ [~amgarchin@p4FD611FC.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 22:03:44 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 22:06:18 -!- dkordic [~danilo@178-221-72-17.dynamic.isp.telekom.rs] has quit [Read error: Operation timed out] 22:07:17 aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has joined #scheme 22:07:31 -!- rajeshsr [~rajeshsr@106.51.43.4] has quit [Ping timeout: 260 seconds] 22:07:57 dkordic [~danilo@178-221-72-17.dynamic.isp.telekom.rs] has joined #scheme 22:10:04 Shadox [Shadox@68-188-190-4.dhcp.bycy.mi.charter.com] has joined #scheme 22:16:49 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [Ping timeout: 240 seconds] 22:18:03 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 22:18:38 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 22:19:58 -!- wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 22:21:59 -!- aranhoide [~aranhoide@48.Red-83-59-4.dynamicIP.rima-tde.net] has quit [Ping timeout: 260 seconds] 22:23:11 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 22:28:18 aranhoide [~aranhoide@173.Red-79-155-208.dynamicIP.rima-tde.net] has joined #scheme 22:33:32 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 22:33:35 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Connection reset by peer] 22:44:58 Rodya_ [~trav@71.175.107.141] has joined #scheme 22:48:54 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 22:50:14 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Read error: No route to host] 22:50:44 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 22:53:33 arubin [~textual@99-114-192-172.lightspeed.cicril.sbcglobal.net] has joined #scheme 22:55:39 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 22:59:00 -!- Okasu [~1@unaffiliated/okasu] has quit [Quit: leaving] 23:04:26 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 23:17:23 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 23:34:01 -!- mmc1 [~michal@j212115.upc-j.chello.nl] has quit [Ping timeout: 252 seconds] 23:36:28 -!- Hertz__ is now known as Hertz 23:36:36 -!- Hertz [~Hertz@187.56.72.235] has quit [Changing host] 23:36:36 Hertz [~Hertz@unaffiliated/hertz] has joined #scheme 23:43:37 -!- vnz [~vnz@unaffiliated/vnz] has quit [Ping timeout: 272 seconds] 23:44:09 vnz [~vnz@unaffiliated/vnz] has joined #scheme 23:50:42 juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has joined #scheme 23:55:06 -!- Aune [~Arne@h-79-116.a163.priv.bahnhof.se] has quit [Quit: Lämnar] 23:55:10 -!- juxovec [~juxovec@69.219.77.188.dynamic.jazztel.es] has quit [Ping timeout: 246 seconds]