[racket-users] 64bits DrRacket crash on FFI dlls packaged in Cygwin

2015-04-07 Thread roy
s packages inside Cygwin, they all had the same crash issue. Could you give me some light on this as I don't find anything useful in the internet? Thanks, Roy -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

Re: [racket] Python creep

2014-06-26 Thread Jean-Paul . ROY
There has been an interesting MOOC on Scheme functional recursive programming from Univ. Pierre and Marie Curie (Paris-6), in France this year (in French) with automated correction of student programmed functions with tests. The author was Christian Queinnec, professor at Paris-6. There was a sa

Re: [racket] provide in ISL

2011-10-14 Thread Jean-Paul Roy
+1, named (check-if ...) -jpr Le 14 oct. 2011 à 03:01, users-requ...@racket-lang.org a écrit : > De : Adam Shaw > Date : 13 octobre 2011 05:27:01 HAEC > À : users@racket-lang.org > Objet : [racket] provide in ISL > > Greetings -- Wondering about the possible inclusion of provide in the stud

Re: [racket] Using lex and yacc

2010-10-12 Thread Jean-Paul Roy
Hi Mark ! I just wrote a book on teaching Racket programming (in French !) with a chapter 15 devoted to LeX/Yacc parsing. Rather simple, but should be efficient for the first steps. Here is the table of contents : http://deptinfo.unice.fr/~roy/PCPS/sommaire.pdf -jpr