Re: [racket] Google Summer of Code 2012 Ideas

2012-03-05 Thread Nevo
thon and PHP work in case you cannot find them from the official page. http://support.cloudfoundry.com/entries/20386327-php-support-in-cloud-foundry http://support.cloudfoundry.com/entries/20382447-python-support-in-cloud-foundry Cheers Nevo On 2 March 2012 06:21, Asumu Takikawa wrote:

Re: [racket] Gambit Scheme for the iPhone and iPad

2011-06-04 Thread Nevo
Touch is a good example to run another programming runtime over the native platform. - nevo On 5 June 2011 06:15, Prabhakar Ragde wrote: > I stopped reading comp.lang.scheme some time ago, so I wasn't aware until > just now that in early May, Marc Feeley succeeded in placing a Gambit Sc

Re: [racket] upcoming FLOSS Weekly

2011-05-27 Thread Nevo
Hah,just watch the video recording and knowing Matthew has been to China, and knowing a little bit Chinese. That's great! Is there some Racketees meetup to be organized in future in China,Matthew? That would be so nice to have. Nevo On Monday, 23 May 2011, Matthew Flatt wrote: > I

Re: [racket] I am trying to make little human like text searching program

2011-05-20 Thread Nevo
ual? last-char (list-ref data (+ index len -1 (when (exact? str len index) (set! count (+ count 1)) (loop (+ index len))) (loop (+ index 1) (loop)) (format "Found ~a" count)) (search (string->list "explorer")) On 20 Ma

Re: [racket] I am trying to make little human like text searching program

2011-05-20 Thread Nevo
failed on "(equal? first-char (list-ref data index))", that's why you cannot find "2explorer". Nevo On 20 May 2011 16:48, 김태윤 wrote: > hello > I am trying to make little human like text searching program > but there's bug that I can't catch for many h

Re: [racket] Building on Mac OS X 10.7 Lion (Developer Preview 3)

2011-05-08 Thread Nevo
Nice! It might be that your "thread local variable" fix also addresses the crash I encountered months ago on Lion DP1 (dead on main stack setup). Waiting for somebody else to do the test though :) Thanks for this quick patch! Nevo On 8 May 2011 22:02, Matthew Flatt wrote: > Fo

Re: [racket] Building on Mac OS X 10.7 Lion (Developer Preview 3)

2011-05-07 Thread Nevo
Can you try gcc instead of clang? The last time I've tried to use clang (llvm) included with iOS SDK on SL 10.6.7 to build Racket for iOS was a month ago when I just failed with unexpected link error (I don't know how to fix it rather than turn back to gcc). I've also tried to run DrRacket months

Re: [racket] Racket and Android NDK?

2011-01-18 Thread Nevo
am I understanding right? Looking forward to dogfood DrRacket on my favorite mobile device :) Nevo On 19 January 2011 10:51, Neil Van Dyke wrote: > Has anyone looked at the implications that the emerging Android NDK (ARM > native code support) has for Racket on Android devices? > &

Re: [racket] webcam hooks in racket?

2011-01-11 Thread Nevo
adding-isight/ http://stackoverflow.com/questions/3797955/capture-macbook-pro-isight-video-with-c Hope that helps - Nevo On 11 January 2011 23:02, Neil Van Dyke wrote: > Perhaps someone who knows Mac OS X can chime in. If I had to guess, I > would say you'll be making FFI calls to some

Re: [racket] mobile agent in racket

2011-01-05 Thread Nevo
my future research work for the sake of what you've mentioned here (I've already tasted the sweet provided by Racket web server :) ), the only concern I have is the portability (gc, jit, ffi, gui, in particular), but I'll figure them out by myself anyway. Thanks again for all

[racket] mobile agent in racket

2011-01-04 Thread Nevo
. I'm wondering is there any similar framework or implementation in scheme or racket I can reference from ? Thanks! Nevo _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Building racket from source

2010-12-28 Thread Nevo
Sorry, I used to use "LDFLAGS" with ld in customized makefile, but it actually should use with gcc, so "LDFLAGS=-wl,--no-as-needed" should work. Nevo On 29 December 2010 04:03, Nikita B. Zuev wrote: > Well as Matthew Flatt suggested I compiled 5.0.99.5 so the problem

Re: [racket] Building racket from source

2010-12-28 Thread Nevo
>From the error you provided, it seems being related with gcc argument passed to the linker "as-needed", but I'm not sure so. It might be more useful to provide configure log. - nevo On 28 December 2010 15:13, Nikita B. Zuev wrote: > Thanks, but I have them all installed,

Re: [racket] Racket is ranked into a programming languages statistic

2010-12-12 Thread Nevo
It seems being 13 pages questions overall tagged for Racket, in Stackoverflow. Not bad! Racket will become more and more popular as it is evolved to a comfortable and easy to use programming language. Thanks! - nevo On 13 December 2010 13:44, Eli Barzilay wrote: > 20 minutes ago, Nevo wr

[racket] Racket is ranked into a programming languages statistic

2010-12-12 Thread Nevo
Just FYI, although I knew the result was collected from quite limited sources. http://www.itnewswire.info/2010/12/ranking-programming-languages-by-size-of-community-and-number-of-projects.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+ItNewsWire+%28IT+News+Wire%29 ___

Re: [racket] I can't input anything using keyboard in DrRacket

2010-12-03 Thread Nevo
What about "GRacket"? Have you enabled "scim" (assuming you're CJK users :) ) ? The last time I had such a problem was when using XIM with scim .. Nevo On 2 December 2010 20:56, xiaohan song wrote: > I am running Ubuntu 10.04.1 LTS on my pc > and I can't

Re: [racket] New Blog Plugs Racket

2010-11-28 Thread Nevo
You can also integrate SyntaxHighlighter into Blogger: http://www.bloggermint.com/2010/02/how-to-add-syntax-highlighter-for-bloggerblogspot/ On 29 November 2010 07:32, Patrick King wrote: > > > On Sat, Nov 27, 2010 at 11:00 AM, TatiCarvalho > wrote > >> >> Patrick King writes: >> >> >Does any