2014-02-18 17:44 GMT+01:00 Tomasz Rola :
> On Mon, 10 Feb 2014, Yuhao Dong wrote:
>
> > Hi,
> >
> > I'm trying to decide between Racket and Go on writing my onion-routing
> > system inspired by Tor. Basically, a network server, involving lots of
> > long-lived connections that often pass large amo
On Tue, Feb 18, 2014 at 05:44:36PM +0100, Tomasz Rola wrote:
> On Mon, 10 Feb 2014, Yuhao Dong wrote:
>
> > Hi,
> >
> > I'm trying to decide between Racket and Go on writing my onion-routing
> > system inspired by Tor. Basically, a network server, involving lots of
> > long-lived connections that
Tried it in Dr Racket 5.3.6 running on OSX 10.6.8
#lang racket
(require 2htdp/image)
(place-image/align (frame (text "ABC Inc." 12 "black"))
(/ 100 2) (/ 30 2)
"center" "center"
(rectangle 100 30 "outline" "black"))
Why does the right and
Thanks, Laurent. That sounds like a much better idea! --Geoffrey
On Feb 18, 2014, at 17:09 , Laurent wrote:
> Could you use a dictionary (e.g., hash table) instead of `define`s by any
> chance? Then you would not need `eval` but only `dict-ref`, which is way less
> problematic.
>
> Laurent
Could you use a dictionary (e.g., hash table) instead of `define`s by any
chance? Then you would not need `eval` but only `dict-ref`, which is way
less problematic.
Laurent
On Tue, Feb 18, 2014 at 9:54 PM, Geoffrey S. Knauth wrote:
> Our local community has a funky tax form not handled by the b
Our local community has a funky tax form not handled by the big tax prep
vendors. So I rolled my own with Racket. It outputs LaTeX so I have something
to submit all ready.
Well it would, except I have goofed something up. I'm eval'ing a symbol
(probably incorrect). The symbol comes not from
Hi All,
Thanks for the various suggestions.
I got the animation working with picts.
/Jens Axel
2014-02-17 19:50 GMT+01:00 Sean Kanaley :
> (define (world->image w)
> (overlay (pict->bitmap (circle w))
>(empty-scene 100 100)))
>
>
> On Mon, Feb 17, 2014 at 1:40 PM, Jens Axel Søgaa
Hello,
Ok it's a bit off topic, i was asking myself how much effort it could take to
make some sql statement typecheck at expansion time.
It takes me 1h30 to do this code, so it seem possible for you to do a subset of
sql that fit your project.
The main defect i see is the parser couldn't not ta
On Mon, 10 Feb 2014, Yuhao Dong wrote:
> Hi,
>
> I'm trying to decide between Racket and Go on writing my onion-routing
> system inspired by Tor. Basically, a network server, involving lots of
> long-lived connections that often pass large amounts of data. The thing
> needs to be super scalable;
There has been so much spam for s long. I am constantly removing
it. (You may recall discussions on this mailing list years ago about
installing a captcha. Apparently the captcha no longer works.)
Robby
On Tue, Feb 18, 2014 at 6:41 AM, Neil Van Dyke wrote:
> Any chance we can use the n
Any chance we can use the new package system as an excuse to remove the
PLaneT bug tracking system?
It's always been counterproductive for my packages. (Being unaware of
bug reports, sometimes being unable to contact the reporter, annoying
interface, and now spam. "http://planet.racket-lang.o
11 matches
Mail list logo