[racket-users] change frame style caption ?

2019-04-13 Thread Yvan Godin
hello racketers I am playing for fun with a racket toy clock and I have some little requests is it possible to change the style (caption/no-caption) of a frame% after creation ? is it possible to create transparent windows ? thanks for help -- You

[racket-users] Re: performance: Racket vs Julia

2019-02-02 Thread Yvan Godin
Hello I have played with Julia as a language it's a good compromise between Common Lisp with Python syntax and C performance but build an autonomous prog. come with a lot of pain Racket come with an excellent battery include Julia is based on LLVM witch is very very big Julia provide a real 'l

[racket] just a question of curiosity about thread

2015-03-20 Thread Yvan Godin
Hello this is only for curiosity, and may be this is naive or stupid If I well understand current Racket have both *Place* as a system thread taking care of multi cores and *Thread* as a kind of green threads for concurrency but limited to one core (correct me if I mistake). so questions are:

Re: [racket] HashMap in LFE and others

2014-04-24 Thread Yvan Godin
ame Thank's > > > On Apr 24, 2014, at 1:12 AM, Yvan Godin wrote: > > > Congrat Racketers > > > > on this article on LFE I have liked the sentence > > Racket had the fullest and most useful set of hash functions (and best > docs). > > > >

[racket] HashMap in LFE and others

2014-04-23 Thread Yvan Godin
Congrat Racketers on this article on LFE I have liked the sentence *Racket had the fullest and most useful set of hash functions (and best docs).* Yvan Racket Users l

Re: [racket] big-bang is slow to render on screen?

2014-04-21 Thread Yvan Godin
: cpu time: 3 real time: 3 gc time: 0 on-key g at 995 to-draw at 996 to-draw: cpu time: 2 real time: 3 gc time: 0 to-draw at 1079 to-draw: cpu time: 1 real time: 1 gc time: 0 Yvan Godin 120 rue de charonne75011 PARIS *tel: 06 18 82 28

Re: [racket] Is racket suitable for such a project?

2014-02-18 Thread Yvan Godin
an excellent language and environment and I love it, but Erlang offer better network layer and scalability on multi-core for this kind of project. Cheer Yvan Godin Racket Users list: http://lists.racket-lang.org/users

Re: [racket] doc builder error ?

2013-02-03 Thread Yvan Godin
Hi Danny thanks for your investigation and answer Yvan 2013/2/2 Danny Yoo > On Sat, Feb 2, 2013 at 2:17 AM, Yvan Godin wrote: > > Hello Racketers > > I am trying last build Racket 5.3.2.3 and with this single lines > > #lang racket > > (require planet2) > &

[racket] doc builder error ?

2013-02-02 Thread Yvan Godin
talled On mint-12 (like Ubuntu and *i386-linux-ubuntu-karmic* always work but it's the first time I try planet2) could you help please ? thank's Yvan -- ---- Yvan Godin

Re: [racket] editor%

2013-01-02 Thread Yvan Godin
slowly as mine on very big file Yvan > ? > > Robby > > > On Tue, Jan 1, 2013 at 4:16 AM, Yvan Godin wrote: > >> Hello >> >> I have wrote little program with editor-canvas% but it is terrific slow >> for big text log file loading. >> So my question

[racket] editor%

2013-01-02 Thread Yvan Godin
Hello I have wrote little program with editor-canvas% but it is terrific slow for big text log file loading. So my question is, Why is the Racket Editor (DrRacket or mred/edit demo) so slow when loading big text file (over 1.5Mo) even for non colorized text? Scite ou Geany or Java Eclipse load my

[racket] bad video link on RacketCon

2013-01-02 Thread Yvan Godin
Hello I don't know if this is the good list for this request but I wanted to see Distributed places video, unfortunately seem there is a mismatch with the Honu one. 1:50–2:00 Kevin Tew Distributed Places [slides] [video]

Re: [racket] racket and libcURL

2012-03-22 Thread Yvan Godin
2012/3/21 Yvan Godin > I don't see a PLaneT package for libcurl. It looks like a tidy little > project, and I'm *really* tempted to take a crack at it, but my wife would > kill me :). > >> >> >> Someone familiar with the FFI interface could hack together

Re: [racket] racket and libcURL

2012-03-22 Thread Yvan Godin
I don't see a PLaneT package for libcurl. It looks like a tidy little project, and I'm *really* tempted to take a crack at it, but my wife would kill me :). > > > Someone familiar with the FFI interface could hack together a single-use > set of bindings in (less than?) an hour. > yes this is prob

[racket] racket and libcURL

2012-03-17 Thread Yvan Godin
I am looking for a* libcURL / Racket * binding. Does somebody already do that please ? thank's Yvan Racket Users list: http://lists.racket-lang.org/users