Re: [racket-dev] Racket learning page videos

2013-01-30 Thread Laurent
Cool! As I hesitate to edit myself, and since I don't see any Discussion page like on Wikipedia, I'll say it here: I think it would be better to reorganize the videos from friendlier to more technical, e.g.: Tutorials and Demos Talks Interviews Research talks More I can of course edit it myself

Re: [racket-dev] Racket learning page videos

2013-01-30 Thread Matthias Felleisen
Done. On Jan 30, 2013, at 2:27 PM, Danny Yoo wrote: https://github.com/plt/racket/wiki/Videos Please fill in whatever I've missed! (The page already has more on it than I expected to find, so I'm sure I've missed things.) Would the bootstrapworld videos be applicable here too? I was

[racket-dev] raco pkg and github

2013-01-30 Thread Asumu Takikawa
Hi all, One thing that a few people using `raco pkg` (including myself) have found is that when you upload a package to pkg.racket-lang.org that's hosted on github, you can easily get checksum errors. The checksum mismatch happens when the github HEAD has been updated, but the checksum on the

Re: [racket-dev] Installing Optimization Coach broke Racket's reader

2013-01-30 Thread Neil Toronto
Setup finished, still had the reader error. I removed Optimization Coach, cleaned, and ran setup again. My reader is still broken. git status shows no changes in my local repo. raco pkg show shows no packages. raco link -l shows no additional links. Where are these invisible craptastic

Re: [racket-dev] Installing Optimization Coach broke Racket's reader

2013-01-30 Thread Neil Toronto
This worked: ~/plt/collects$ find . -name compiled -exec rm -rf \{\} \; ~/plt/collects$ ../bin/raco setup That first command to delete the ghosts of misbegotten .zos is arcane and dangerous. Why would installing a package create compiled files in collects? Neil ⊥ On 01/30/2013 05:12 PM,

Re: [racket-dev] long double for racket

2013-01-30 Thread Matthew Flatt
At Tue, 29 Jan 2013 19:01:30 -0500, Sam Tobin-Hochstadt wrote: On Mon, Jan 28, 2013 at 8:18 PM, Matthew Flatt mfl...@cs.utah.edu wrote: At Sat, 29 Dec 2012 14:05:08 +0300, Michael Filonenko wrote: I have prepared a new version of the patch (attached). Thanks! A question on the design