[racket] Calling Web Service APIs

2013-12-19 Thread Jens Weber
Hello, Does anybody have a simple example for calling Webservices (REST) with racket? Thanks Jens Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Newbie question on abstraction and the built in random function

2013-12-19 Thread Richard Cleis
You might want your encoding-scheme to be a function, and you want to evaluate that function inside generate-chromosome: (define (generate-chromosome encoding-scheme number-of-genes) (cond [(zero? number-of-genes) empty] [else (cons (encoding-scheme) (g

[racket] Newbie question on abstraction and the built in random function

2013-12-19 Thread Rian Shams
Hello All, I am new to Racket and just started building an evolutionary computing module to supplement my research and learn more about Racket. When it comes to representing a chromosome, there are many encoding schemes one can choose from. To start I would like to build a function that lets the

Re: [racket] DrRacket GUI tutorial with MVC concepts?

2013-12-19 Thread Jens Axel Søgaard
There is a section on MVC in HtDP: http://htdp.org/2003-09-26/Book/curriculum-Z-H-28.html#node_sec_22.3 It uses a GUI TeachPack. 2013/12/16 Janos Tobias Locsei : > Geoff, maybe your son would enjoy the book "Realm of Racket" which teaches > game programming in Racket? It teaches MVC by osmosis

[racket] [CfP] International Lisp Conference, Aug. 14-17 2014, Montréal, Canada

2013-12-19 Thread Didier Verna
ILC 2014 - International Lisp Conference "Lisp on the Move" August 14-17 2014, Université de Montréal, Montréal, Canada Sponsored by the Association of Lisp Users http://www.international-lisp-conference.org Scope: Lisp