Hello,
Does anybody have a simple example for calling Webservices (REST) with racket?
Thanks
Jens
Racket Users list:
http://lists.racket-lang.org/users
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
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
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
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
5 matches
Mail list logo