Re: [racket] wikipedia on IDE's

2012-08-24 Thread ozzloy-racket-users
maybe you're thinking of geiser? On Fri, Aug 24, 2012 at 11:45 AM, Matthias Felleisen wrote: > > I have added a placeholder for DrRacket, Emacs Quack, and WeScheme: > > > http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Racket > > Would the concerned party please fil

Re: [racket] First RacketCon 2011 video now available

2012-08-03 Thread ozzloy-racket-users
yay! On Fri, Aug 3, 2012 at 9:56 AM, Sam Tobin-Hochstadt wrote: > I'm very pleased to announce that the first video from RacketCon 2011, > featuring Matthew Flatt's opening talk (and his magic 8-ball), is now > available here: http://www.youtube.com/watch?v=wEgaVMOYLEU > > Additional videos will

Re: [racket] Can't open archived .gz file

2012-06-17 Thread ozzloy-racket-users
if it's an archived file, you might try tar -xzf 2012-June-.txt.gz the -xz will cause tar to use gunzip to decompress, then extract. On Sun, Jun 17, 2012 at 12:28 PM, Don Green wrote: > Any ideas what the problem might be opening a .gz file on linux? > Gunzip goes through the motions and overwrit

Re: [racket] `def' ?

2012-05-10 Thread ozzloy-racket-users
issue of degree, > not existence. > > On Thu, May 10, 2012 at 3:26 PM, ozzloy-racket-users < > ozzloy+users_racket-lang_...@gmail.com> wrote: > >> am i the only one that thinks not having abbreviated names for anything >> is good? >> i like not having "def&qu

Re: [racket] `def' ?

2012-05-10 Thread ozzloy-racket-users
am i the only one that thinks not having abbreviated names for anything is good? i like not having "def". especially if it's going to be redundant. i see this as a slippery slope i don't want to go down. it annoys me when switching to other languages to have to ask: which way of shortening "functi

Re: [racket] message-box too small to display title

2012-04-25 Thread ozzloy-racket-users
i get roughly the same behavior on ubuntu 11.10 running gnome 3 racket v5.2.1 #! /usr/bin/env racket #lang racket/gui (message-box "goodbye Fred" "hello world") here's a screenshot: http://ozzloy.lifeafterking.org/~ozzloy/title-cut-off.png On Wed, Apr 25, 2012 at 12:53, Harry Spier wrote: > I

Re: [racket] release date for RacketCon videos?

2012-03-27 Thread ozzloy-racket-users
+1 sent by phone. please forgive terseness and typos. reasonrally.com On Mar 27, 2012 3:55 PM, "David Vanderson" wrote: > Hi, > > I don't want to pester too much about this, but any update? > > There's still a lot of interest from those of us who were unable to make > it to RacketCon 2011. > > T

Re: [racket] racket guide symbols example html

2011-12-31 Thread ozzloy-racket-users
so fast! I love it. happy new year. (maybe I'm drunk) sent by phone. please forgive terseness and typos On Dec 31, 2011 10:37 PM, "Eli Barzilay" wrote: > Three hours ago, ozzloy-racket-users wrote: > > thanks for the repair. that was fast! > > > >

Re: [racket] racket guide symbols example html

2011-12-31 Thread ozzloy-racket-users
Server at bugs.racket-lang.org Port 80 On Sat, Dec 31, 2011 at 19:07, Matthew Flatt wrote: > I've pushed a repair. Thanks for the report! > > At Sat, 31 Dec 2011 18:43:11 -0500, ozzloy-racket-users wrote: > > collects/scribblings/guide/symbols.scrbl:31 > > > > (eval:al

[racket] racket guide symbols example html

2011-12-31 Thread ozzloy-racket-users
collects/scribblings/guide/symbols.scrbl:31 (eval:alts @#,elem{@racketfont{#ci}}@racketvalfont{'A} #ci'A) scribble transforms this line into html output in the guide as: #ci’A instead of: #ci'A note the quote mark is different. when paste into drracket repl i get: reference to an identifier bef