00:04 (quit) mithos28: Ping timeout: 245 seconds 00:10 eli: jonrafkind: git archive --remote=git:plt --format tgz master | tar xz 00:10 jonrafkind: oh lol 00:11 jonrafkind: i looked at the git archive man page but I never would have figured that out 00:11 eli: Weel, I see: --remote= 00:11 eli: Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. 00:12 eli: Which is pretty straightforward. 00:12 (join) mithos28 00:12 jonrafkind: hindsight is 20/20 00:13 jonrafkind: $ git archive --remote=git://github.com/plt/racket --format tgz master | tar xz 00:13 jonrafkind: fatal: remote error: 00:13 jonrafkind: Your Git client has made an invalid request: 00:13 jonrafkind: 0033git-upload-archive /plt/racket 00:15 (join) ambrosebs 00:18 jonrafkind: actually github says to use their download button 00:18 jonrafkind: which works with wget 00:18 (join) ambrose__ 00:18 (quit) ambroseb_: Ping timeout: 260 seconds 00:19 eli: jonrafkind: I think that they don't support archives. 00:19 eli: Why not use our server 00:19 eli: ? 00:19 jonrafkind: because that requires an ssh key which the automated build machinie doesnt have 00:20 eli: Use git://git.racket-lang.org/plt 00:20 eli: (Or use the github tar download thing, but I don't know how reliable it is.) 00:21 (quit) ambrosebs: Ping timeout: 256 seconds 00:21 jonrafkind: well i cant even find the github download button.. 00:21 jonrafkind: stupid ui 00:21 jonrafkind: ok git archive on the racket-lang server worked 00:21 (join) ambrosebs 00:22 (quit) ambrose__: Read error: Connection reset by peer 00:22 jonrafkind: oh found it 00:23 jonrafkind: well its ok, except it creates a 'racket-$branch' directory which is kind of annoying 00:24 eli: jonrafkind: wget --no-check-certificate https://github.com/plt/racket/tarball/master -O - | tar xz 00:25 eli: And yes, I saw that 00:25 jonrafkind: https://github.com/plt/racket/archive/master.zip 00:26 eli: Probably the same, but tarballs are more convenient 00:28 jonrafkind: well this is a somewhat inconsequential optimization anyway 00:34 eli: jonrafkind: I didn't say that it's optimized, just more convenient. 00:34 jonrafkind: well since it requires me to change some code its less convenient.. 00:34 eli: What does? 00:35 jonrafkind: making the script use 'git archive' 00:36 eli: So use the github thing if that's more convenient. 00:48 (join) Icarot 00:55 (quit) didi: Ping timeout: 248 seconds 01:06 (join) Shambles_1 01:09 (quit) Shambles_: Ping timeout: 272 seconds 01:15 (join) yacks 01:26 (join) zacts 01:29 (join) ivan\ 01:59 (quit) mye: Quit: mye 02:15 (quit) mceier: Quit: leaving 02:18 (quit) Fare: Quit: Leaving 02:19 (quit) Icarot: Ping timeout: 248 seconds 02:26 (join) Icarot 02:31 (quit) Icarot: Remote host closed the connection 02:41 (quit) adu: Quit: adu 02:46 (quit) ASau: Ping timeout: 256 seconds 03:12 (join) mceier 03:25 (join) mattmight 03:31 (join) basdirks 03:47 (join) BakaKuna 03:50 (quit) rohni: Quit: Leaving. 03:51 (quit) jonrafkind: Ping timeout: 245 seconds 04:04 (join) hkBst 04:12 (quit) skchrko: Ping timeout: 245 seconds 04:12 (quit) racycle: Quit: racycle 04:17 (join) Kaylin 04:44 (quit) mithos28: Quit: mithos28 04:54 (quit) Kaylin: Read error: Connection reset by peer 04:56 (join) vkz 04:58 (quit) jao: Ping timeout: 256 seconds 05:09 (part) tobih 05:13 (join) tobih 05:17 (join) cdidd 05:19 (quit) ambrosebs: Remote host closed the connection 05:34 (quit) hkBst: Ping timeout: 250 seconds 05:50 (join) nyuszika7h 05:50 (join) hkBst 05:50 (quit) hkBst: Changing host 05:50 (join) hkBst 05:50 nyuszika7h: hi, can someone tell me why this code is not working? 05:51 nyuszika7h: -> (define something-rkt (open-output-file "something.rkt")) 05:51 nyuszika7h: -> (display (read (get-pure-port (string->url "http://example.com/somewhere/something.rkt"))) something-rkt) 05:51 nyuszika7h: ; UNKNOWN::0: read: #lang not enabled in the current context [,bt for context] 05:55 (quit) hkBst: Ping timeout: 248 seconds 06:01 (join) sethalve_ 06:03 (join) rohni 06:04 (join) noelw 06:08 (join) ambrosebs 06:09 (join) jurassic 06:09 (join) smartviking 06:10 (quit) zacts: Read error: Connection reset by peer 06:11 (join) zacts 06:12 smartviking: Hi. In the documentation I'm often greeted with things like this: "Next we define a blog to be simply a list of posts: `blog : (listof post?)`". What does it mean? Is that actual language constructs or just ways to structure the documentation? 06:12 (join) bitonic 06:15 noelw: Just structuring the program (unless they're using Typed Racket) 06:16 noelw: It's not an actual language construct 06:16 smartviking: Ah ok, thanks 06:17 (quit) ambrosebs: Remote host closed the connection 06:19 (join) ambrosebs 06:20 (quit) noelw: Ping timeout: 240 seconds 06:26 (quit) ambrosebs: Remote host closed the connection 06:27 (join) noelw 06:32 (quit) BakaKuna: Remote host closed the connection 06:42 (quit) jurassic: Quit: jurassic 07:05 (quit) vkz: Quit: vkz 07:09 (join) noelw_ 07:11 (quit) noelw: Ping timeout: 240 seconds 07:11 (nick) noelw_ -> noelw 07:22 (join) Shambles_ 07:22 (quit) Shambles_1: Ping timeout: 248 seconds 07:31 (quit) bitonic: Ping timeout: 252 seconds 07:33 (quit) smartviking: Quit: leaving 07:52 (join) BakaKuna 07:52 (quit) shriphani: Quit: shriphani 08:05 (join) hkBst 08:05 (quit) hkBst: Changing host 08:05 (join) hkBst 08:06 (join) tonyg 08:06 (join) bitonic 08:07 (part) tonyg 08:11 (join) carleastlund 08:12 (join) mizu_no_oto 08:15 (quit) BakaKuna: Quit: BakaKuna 08:15 (join) didi 08:16 (join) BakaKuna 08:18 (quit) bitonic: Ping timeout: 260 seconds 08:23 (part) tobih 08:23 (join) tobih 08:29 (join) shriphani 08:33 (join) bitonic 08:33 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 08:37 (join) dnolen 08:44 (join) skchrko 08:47 (join) mizu_no_oto 08:55 (join) ambrosebs 08:55 (join) serhart 08:56 (quit) ambrosebs: Remote host closed the connection 08:58 (quit) hkBst: Ping timeout: 248 seconds 08:58 (join) hkBst_ 08:58 (quit) hkBst_: Changing host 08:58 (join) hkBst_ 09:05 (join) soegaard 09:07 (join) RacketCommitBot 09:07 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/OS_TMQ 09:07 RacketCommitBot: racket/master a1437e7 Eli Barzilay: Two doc typos.... 09:07 (part) RacketCommitBot 09:20 (join) asvil 09:24 (quit) bitonic: Ping timeout: 276 seconds 09:29 (join) ambrosebs 09:30 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 09:32 (join) vkz 09:32 (join) Kaylin 09:34 (join) bitonic 09:44 (quit) bitonic: Ping timeout: 256 seconds 09:45 (join) bitonic 09:48 (quit) dnolen: Ping timeout: 240 seconds 10:04 (join) mizu_no_oto 10:23 (join) jeapostrophe 10:23 (quit) jeapostrophe: Changing host 10:23 (join) jeapostrophe 10:30 (join) anRch 10:30 (quit) soegaard: Quit: soegaard 10:30 (quit) ivan`: *.net *.split 10:30 (quit) arkeet: *.net *.split 10:31 (join) arkeet 10:31 (join) ivan` 10:48 (quit) jeapostrophe: Ping timeout: 264 seconds 10:54 (quit) Kaylin: Read error: Connection reset by peer 11:07 (quit) mceier: Quit: leaving 11:07 (quit) shriphani: Quit: shriphani 11:12 stamourv: eli: pong 11:12 stamourv isn't sure whether the pings expired. 11:14 (join) walter 11:15 (join) mithos28 11:15 (join) racycle 11:18 (join) Kaylin 11:20 stamourv: nyuszika7h: You probably don't want to use `read' there. 11:21 nyuszika7h: stamourv: what should I use instead? 11:21 stamourv: You can use `port->lines' or something like it. 11:21 nyuszika7h: ah 11:21 stamourv: The idea is that `read' reads things as data, but here, you seem to be interested in the text of the file, not the data. 11:22 stamourv: Actually, `port->string', if it exists, may do what you want. 11:22 stamourv: That would slurp the entire file as a single string. If you want to only load the file a bit at a time, you can do something like: 11:23 stamourv: (for ([l (in-port your-port)]) (displayln l your-output-file)) 11:24 (quit) bitonic: Ping timeout: 252 seconds 11:24 (quit) skchrko: Quit: . 11:25 (quit) BakaKuna: Quit: BakaKuna 11:28 nyuszika7h: stamourv: port->string worked, thanks 11:33 (quit) anRch: Quit: anRch 11:37 (join) bitonic 11:43 (quit) Kaylin: Quit: Leaving. 11:43 (join) jurassic 11:43 (quit) bitonic: Ping timeout: 264 seconds 11:47 (quit) asvil: Ping timeout: 248 seconds 11:50 (join) zyoung 12:01 (quit) basdirks: Ping timeout: 245 seconds 12:01 (join) jeapostrophe 12:01 (quit) jeapostrophe: Changing host 12:01 (join) jeapostrophe 12:04 (quit) mizu_no_oto: Quit: ["Textual IRC Client: www.textualapp.com"] 12:09 (quit) hkBst_: Ping timeout: 248 seconds 12:15 (join) mceier 12:18 (join) Nisstyre 12:20 (join) anRch 12:31 (quit) rohni: Quit: Leaving. 12:31 (quit) anRch: Quit: anRch 12:37 (quit) ambrosebs: Remote host closed the connection 12:42 (join) ambrosebs 12:44 (quit) jurassic: Quit: jurassic 12:57 (nick) sethalve_ -> sethalves 12:57 (quit) jeapostrophe: Ping timeout: 250 seconds 13:05 (join) eikonos 13:05 (quit) eikonos: Changing host 13:05 (join) eikonos 13:05 (join) jonrafkind 13:05 (quit) jonrafkind: Changing host 13:05 (join) jonrafkind 13:13 (join) mye 13:21 (join) FrenchStudent 13:22 FrenchStudent: Hello, can i ask questions about racket in this chan? I'm having a problem trying to use ~a... 13:23 jonrafkind: ya ask 13:24 FrenchStudent: my racket doesn't find ~a so i try > (require racket/format) open-input-file: cannot open input file: "C:\Program Files\Racket\collects\racket\format.rkt" (The system cannot find the file specified.; errno=2) 13:25 FrenchStudent: my install is about a year old would that be the issue? i have a friend who doesn't have a much more recent install and seems to be able to use ~a without a require 13:25 jonrafkind: do you have that file? 13:26 FrenchStudent: there are format.rkt at other places, but not in the right one 13:26 FrenchStudent: i tried finding one on the web but probably wasn't the right one because (require racket/format) load-handler: expected a `module' declaration for `format' in #, but found something else 13:27 jonrafkind: maybe install a newer version of racket? 13:27 (join) jeapostrophe 13:27 (quit) jeapostrophe: Changing host 13:27 (join) jeapostrophe 13:29 FrenchStudent: ok thx ^^ maybe you can help me find a better way then using ~a, i have expressions like '(cos (tan 3)) and would like to obtain a string from it, what would best? 13:32 (join) zyoung_ 13:32 jonrafkind: i havent used the ~a identifier yet, i usually just do (format "~a" (cos (tan 3)) 13:33 jonrafkind: i dont really see the benefit of using (~a (cos (tan 3)) 13:35 (quit) zyoung: Ping timeout: 250 seconds 13:36 stamourv: FrenchStudent: You can use `format', which should be in your version of Racket. 13:36 stamourv: rudybot: (format "~a" (cos (tan 3))) 13:36 rudybot: stamourv: your sandbox is ready 13:36 rudybot: stamourv: ; Value: "0.9898574333295203" 13:36 stamourv: FrenchStudent: That should be equivalent to using `~a'. 13:37 stamourv: But I do recommend that you install a newer Racket. There's a lot of cool new goodies. :) 13:37 FrenchStudent: ok thank you very much that seems to do the trick 13:39 (join) bitonic 13:45 (join) mizu_no_oto 13:47 (quit) zacts: Quit: ERC Version 5.3 (IRC client for Emacs) 13:48 (quit) jonrafkind: Ping timeout: 252 seconds 13:49 FrenchStudent: Do you have a way to go from a string to an expression? I get that it can work only if the string is correct. For example a function that takes "(cos (tan 3))" and gives me '(cos (tan 3)) 13:50 stamourv: rudybot: doc read 13:50 rudybot: stamourv: http://docs.racket-lang.org/reference/Reading.html#(def._((quote._~23~25kernel)._read)) 13:50 stamourv: FrenchStudent: ^ 13:52 (quit) cdidd: Read error: Connection reset by peer 13:56 (join) anRch 13:58 FrenchStudent: thx for the doc but unfortunatly i don't understand half of it so i'm not sure how to use this read, how do i get it to take a string as a parameter? 13:58 FrenchStudent: I would have like to do (read "(cos (tan 3))") and obtain '(cos (tan 3)) 14:00 (join) jurassic 14:00 (quit) jurassic: Client Quit 14:02 (quit) bitonic: Ping timeout: 250 seconds 14:03 stamourv: rudybot: (read (open-input-string "(cos (tan 3))")) 14:03 rudybot: stamourv: ; Value: (cos (tan 3)) 14:03 stamourv: rudybot (with-input-from-string "(cos (tan 3))" read) 14:03 stamourv: rudybot: (with-input-from-string "(cos (tan 3))" read) 14:03 rudybot: stamourv: ; Value: (cos (tan 3)) 14:06 FrenchStudent: Thanks a lot, that really helped me a lot. 14:06 (quit) eikonos: Ping timeout: 256 seconds 14:06 (join) bitonic 14:06 (quit) ambrosebs: Remote host closed the connection 14:06 FrenchStudent: Got to go, thanks all and bye bye. 14:06 (quit) FrenchStudent: Quit: Page closed 14:07 (join) ambrosebs 14:07 (join) jonrafkind 14:07 (join) soegaard 14:08 (join) eikonos 14:08 (quit) eikonos: Changing host 14:08 (join) eikonos 14:08 (join) ASau 14:11 (join) DanBurton 14:11 (join) basdirks 14:11 eli: stamourv: Committed away your test for define-inline which was a bad dependency. 14:12 stamourv: Ok. What was the problem? 14:12 eli: You made a racket -> rackunit dependency. 14:12 stamourv: Oh, I see. 14:12 stamourv: So you moved the test? 14:13 eli: Yes 14:13 stamourv: Great, thanks! 14:13 stamourv: Re splitf-at: I don't like the combination of f and -at. 14:13 stamourv: In my mind, -at really means "takes an index". 14:14 (join) jurassic 14:16 (join) dauterive 14:22 (quit) vkz: Quit: vkz 14:25 (quit) yacks: Quit: Leaving 14:26 (quit) anRch: Quit: anRch 14:30 (quit) DanBurton: Remote host closed the connection 14:31 (quit) ambrosebs: Remote host closed the connection 14:32 (join) DanBurton 14:48 (quit) bitonic: Ping timeout: 246 seconds 14:59 (quit) jeapostrophe: Read error: Connection reset by peer 14:59 (join) jeapostr1phe 15:03 (quit) mye: Quit: mye 15:10 (quit) jonrafkind: Ping timeout: 245 seconds 15:15 (join) rndnick476 15:15 (quit) walter: Quit: This computer has gone to sleep 15:18 (quit) cored: Ping timeout: 276 seconds 15:19 (join) cored 15:19 (quit) cored: Changing host 15:19 (join) cored 15:45 (quit) mizu_no_oto: Quit: ["Textual IRC Client: www.textualapp.com"] 15:48 (join) sirdancealot 15:49 (join) walter 15:49 (quit) zyoung_: Remote host closed the connection 15:50 (join) zyoung 15:52 (quit) jurassic: Quit: jurassic 15:55 (quit) walter: Quit: This computer has gone to sleep 15:57 soegaard: When did the Racket project begin? The text of http://en.wikipedia.org/wiki/Racket_(programming_language) suggests jan 1995, but the sidebar says 1994. 15:58 (join) bitonic 16:04 (quit) zyoung: Remote host closed the connection 16:05 (join) Kaylin 16:08 DanBurton: jan 95 is pretty close to 94. Sounds rather subjective to me. 16:09 (quit) soegaard: Quit: soegaard 16:10 stamourv: (add1 DanBurton) 16:10 stamourv: Also, the idea for the project may have been late 1994, but work may have only started jan 1995. 16:11 stamourv: I remember Matthias telling the story of the genesis of Racket (well, PLT Scheme) once, it's a pretty interesting story. 16:12 (quit) rndnick476: Remote host closed the connection 16:16 (join) Aune 16:19 (join) jbclements 16:19 (quit) jbclements: Client Quit 16:22 (join) jao 16:23 (quit) jao: Changing host 16:23 (join) jao 16:25 (join) vkz 16:27 (quit) jao: Ping timeout: 245 seconds 16:34 (quit) jeapostr1phe: Ping timeout: 252 seconds 16:37 (join) cdidd 16:43 (join) arbn_ 16:47 (quit) eli: Ping timeout: 246 seconds 16:47 (quit) arbn: Ping timeout: 246 seconds 16:49 (join) ianjneu 16:50 (quit) Kaylin: Quit: Leaving. 16:51 (join) eli 16:55 (join) soegaard 16:56 ianjneu: Scribble question: how do I make my standalone document point to docs.racket-lang.org for resolving cross-referencing? 16:59 (quit) vkz: Quit: vkz 17:00 soegaard: DanBurton, stamourv: What caught my eye was the phrase "appeared in 1994" in the sidebar. That suggests that the first release was in 94. 17:01 (join) walter 17:06 (quit) basdirks: Ping timeout: 252 seconds 17:11 (quit) bitonic: Read error: Operation timed out 17:12 (join) cnonim 17:12 cnonim: hi al 17:12 cnonim: *all 17:13 cnonim: i can return from function #f or (values ...) and how i can bind them in let? 17:13 (join) bitonic 17:13 stamourv: rudybot: doc let-values 17:13 rudybot: stamourv: http://docs.racket-lang.org/reference/let.html#(form._((quote._~23~25kernel)._let-values)) 17:14 stamourv: cnonim: Keep in mind, though, that a function should always return the same number of values. 17:14 cnonim: if function return #f or (values ...)? 17:14 soegaard: ianjneu: Excellent question 17:14 stamourv: If that's not the case, you should return a list of results, or a vector, or a struct, etc. 17:15 cnonim: thx 17:15 ianjneu: soegaard: oh, so you have a slide with an answer? 17:15 soegaard: nope, I am curious too 17:15 ianjneu: ah, so it's a good question. 17:16 soegaard: yes 17:16 (join) Icarot 17:16 ianjneu: if only someone thought it were a great question, we might get an answer. 17:18 (quit) bitonic: Ping timeout: 248 seconds 17:18 (join) mye 17:20 (quit) walter: Quit: This computer has gone to sleep 17:20 ianjneu: eli: might you know how to get xreferencing in scribble go to the racket website for racket idents? 17:22 eli: ianjneu: No, most of the documentation code is Matthew's 17:25 (quit) Icarot: Remote host closed the connection 17:35 (join) mye_ 17:36 (quit) mye: Ping timeout: 252 seconds 17:36 (nick) mye_ -> mye 17:46 (join) mizu_no_oto 17:48 (quit) Aune: Quit: L?mnar 17:57 (quit) mizu_no_oto: Ping timeout: 272 seconds 18:02 (join) rich1 18:07 rich1: any recommended libraries/modules for dealing with graphs (nodes + edges) in racket? 18:10 rich1: oh i managed to write my 1st useful racket program today in a couple of lines - i needed to combine 2 pieces of text - mapping line 1 from both pieces, then line 2, ... 18:10 (quit) cored: Ping timeout: 245 seconds 18:10 rich1: basically just for/list with 2 clauses 18:12 (join) jonrafkind 18:12 (join) cored 18:12 (quit) cored: Changing host 18:12 (join) cored 18:25 (quit) soegaard: Quit: soegaard 18:28 ozzloy: rich1, congrats! 18:29 rich1: ozzloy: thanks! i was quite chuffed - as i was doing it by hand initially across 2 monitors, then realised i could do it in racket 18:29 ozzloy: nice 18:31 ozzloy: rich1, how did you come across racket? 18:32 (quit) cnonim: Ping timeout: 245 seconds 18:33 (quit) ianjneu: Quit: leaving 18:33 rich1: i found guile first but that doesn't have a native windows download, where as racket has racket and DrRacket - which is great 18:36 rich1: so all (not very much ;)) of my lisp knowledge is with racket - but i like it and have grown to like the [] () distinction to signify what's an application and what is grouping similar elements 18:36 (quit) em: Ping timeout: 245 seconds 18:37 rich1: well not really similar, but related 18:45 (join) rohni 18:46 (join) bitonic 18:53 greghendershott: ianjneu: Have you tried scribble with flags like ++xref-in setup/xref load-collections-xref --redirect-main "http://pre.plt-scheme.org/docs/html/" ? 18:56 greghendershott: Sorry I mean ++xref-in setup/xref load-collections-xref --redirect-main "http://docs.racket-lang.org/" 18:59 (join) walter|r 19:00 (join) em 19:01 (join) jbclements 19:01 jbclements: brson: ping 19:02 (join) soegaard 19:10 (quit) bjz: Quit: Leaving... 19:12 (quit) jbclements: Quit: jbclements 19:15 (join) Kaylin 19:18 (quit) rich1: Quit: Leaving. 19:26 (quit) rohni: Quit: Leaving. 19:31 (join) arkx 19:39 (join) jao 19:39 (quit) jao: Changing host 19:39 (join) jao 19:42 (quit) soegaard: Quit: soegaard 19:46 (quit) bitonic: Ping timeout: 245 seconds 19:54 (join) RacketCommitBot 19:54 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/HLZiGw 19:54 RacketCommitBot: racket/master d652d69 Robby Findler: adjust 2d reader so the keyword has its own source location... 19:54 RacketCommitBot: racket/master 635efe7 Robby Findler: added a keybinding to center a line within its cell in a table 19:54 RacketCommitBot: racket/master 443f998 Robby Findler: improve the way the font size callbacks work, wrt to interactivity 19:54 (part) RacketCommitBot 19:55 (join) casion 19:57 (quit) Kaylin: Read error: Connection reset by peer 19:59 casion: I just started using racket with emacs and geiser, however every #lang usage ends up with the response "read: #lang not enabled in the current context". What is happening and how can I remedy it 19:59 (join) dnolen 20:00 (join) bitonic 20:01 didi: casion: What are you doing? 20:01 (quit) cdidd: Remote host closed the connection 20:01 casion: typing #lang anything in the repl provided 20:01 didi: Ah. 20:02 didi: No, you shouldn't do that. 20:02 didi: casion: Visit a file, write `#lang racket', save it and press C-c C-a 20:03 (join) dyoo 20:04 (join) cdidd 20:04 (quit) jao: Ping timeout: 245 seconds 20:04 casion: well that works 20:05 didi: casion: happy hacking. 20:05 casion: thank you for the assistance 20:08 casion: ah, I see why that doesn't work now 20:12 (quit) carleastlund: Quit: carleastlund 20:16 (quit) serhart: Quit: Leaving. 20:20 (quit) didi: Ping timeout: 248 seconds 20:22 (quit) karswell`: Remote host closed the connection 20:22 (join) karswell` 20:29 (join) mizu_no_oto 20:33 (quit) bitonic: Ping timeout: 256 seconds 20:38 (join) bitonic 20:46 (quit) DanBurton: Remote host closed the connection 20:54 (join) Icarot 20:55 (quit) Icarot: Max SendQ exceeded 20:56 (join) Icarot 20:56 asumu: casion: if you want to start a REPL in some language, you can often do 'racket -I language' 20:56 asumu: (this does not necessarily work for everything that has a #lang) 20:57 casion: thank you for that info 21:00 (quit) jonrafkind: Ping timeout: 260 seconds 21:02 (join) jeapostrophe 21:02 (quit) jeapostrophe: Changing host 21:02 (join) jeapostrophe 21:03 (quit) dnolen: Ping timeout: 256 seconds 21:15 (quit) Icarot: Ping timeout: 248 seconds 21:21 (quit) bitonic: Ping timeout: 260 seconds 21:30 (quit) dyoo: Quit: dyoo 21:31 (join) RandomGuy 21:31 RandomGuy: Hi! 21:32 RandomGuy: I intend to go through SICP soon. 21:32 RandomGuy: Is Racket suitable for this purpose_ 21:32 RandomGuy: ? 21:34 paddymahoney: there is a sicp language built on racket, I think Neil Van Dyke had a hand? Let me google. 21:36 paddymahoney: RandomGuy: http://www.neilvandyke.org/racket-sicp/ 21:36 paddymahoney: check out the notice-you could help in improving this #lang :) 21:38 (join) Icarot 21:38 (quit) jeapostrophe: Read error: Operation timed out 21:42 (join) dyoo 21:43 dyoo: RandomGuy: DrRacket should be pretty good for doing SICP problems; neil van dyke's package is definitely worth looking at 21:44 (join) ambrosebs 21:44 (quit) dauterive: Quit: Leaving 21:49 (quit) RandomGuy: Ping timeout: 245 seconds 21:56 (quit) dyoo: Quit: dyoo 21:58 (join) Kaylin 22:13 (join) jao 22:13 (quit) jao: Changing host 22:13 (join) jao 22:17 (quit) Icarot: Ping timeout: 252 seconds 22:26 (quit) arbn_: Quit: leaving 22:27 (join) arbn 22:29 (quit) mizu_no_oto: Quit: ["Textual IRC Client: www.textualapp.com"] 22:46 (quit) ambrosebs: Remote host closed the connection 22:47 (join) ambrosebs 23:02 (join) adu 23:14 (join) jurassic_ 23:24 (join) yacks 23:43 (quit) jurassic_: Quit: jurassic_ 23:43 (quit) jao: Ping timeout: 252 seconds 23:44 (join) jurassic_ 23:45 (quit) jurassic_: Client Quit 23:47 (join) jurassic_ 23:51 (quit) jurassic_: Client Quit 23:54 (join) Icarot