[racket] CFP: Commercial Users of Functional Programming 2011

2011-04-13 Thread Anil Madhavapeddy
Commercial Users of Functional Programming Workshop (CUFP) 2011 Call for Presentations: http://cufp.org/2011-call-presentations Sponsored by SIGPLAN Co-located with ICFP 2011 Tokyo, Japan Sep 22-24 Proposal Submission Deadline 15 June 2011 Functional programming languages have been a hot topic

[racket] Cards collection over web

2011-04-13 Thread Gaurav Marwah
Hello All, Today is my first day browsing the capabilities of Racket, Moby and related technologies, Specifically, I am trying to find out If and how the cards collection be used for multi-player games over the web. Thanks and Best Regards - gary marwah __

[racket] Modified #%top and namespaces

2011-04-13 Thread Jukka Tuominen
Hi, as part of a visual programming study, I have a piece of code that generates some GUI controls dynamically based on the number of arguments a procedure takes. You can input a new procedure, and it will transform the GUI on-the-fly accordingly. The problem I have, is that the code works fine

Re: [racket] Racket in a browser?

2011-04-13 Thread Hendrik Boom
On Wed, Apr 13, 2011 at 10:21:06AM +0200, Jens Axel Søgaard wrote: > 2011/4/13 Hendrik Boom : > > On Tue, Apr 12, 2011 at 08:17:02PM -0600, Jay McCarthy wrote: > >> LLVM definitely supports tail-calls and GC. > >> > >> TCO: > >> http://llvm.org/docs/CodeGenerator.html#tailcallopt > > > > Good to he

Re: [racket] Racket in a browser?

2011-04-13 Thread Jens Axel Søgaard
2011/4/13 Hendrik Boom : > On Tue, Apr 12, 2011 at 08:17:02PM -0600, Jay McCarthy wrote: >> LLVM definitely supports tail-calls and GC. >> >> TCO: >> http://llvm.org/docs/CodeGenerator.html#tailcallopt > > Good to hear.  What does the restriction > > when generating GOT/PIC code only module-local c

Re: [racket] Racket in a browser?

2011-04-13 Thread Noel Welsh
PIC is position independent code. I think that only applies to static compilers generating or using shared objects. There is no way Haskell would use LLVM if they couldn't get tail calls everywhere. N. On Wed, Apr 13, 2011 at 3:44 AM, Hendrik Boom wrote: > On Tue, Apr 12, 2011 at 08:17:02PM -060