[racket-users] r6rs use

2016-04-01 Thread Damien Mattei
Hi, i have a code that works well in #lang racket and also with other scheme compilers with minor changes,Bigloo,MIT scheme, but it does not work with #!r6rs i do not know why,here it is (some extract): #!r6rs (import (rnrs)) ... ;; sort operands in a logic expression ;; (sort-arguments-in-o

Re: [racket-users] Racket internal error when trying to create an executable

2016-04-01 Thread Matthew Flatt
I've pushed a repair for this problem. For v6.4, I don't have a workaround except to patch "collects/syntax/private/modcollapse-noctc.rkt" by changing line 330 from (normalize-submod `(submod ,(normalize-recur (cadr s)) ,@relto-submod ,@(cddr s)))])] to (normalize-submod `(submod ,(norma

Re: [racket-users] Re: Racket internal error when trying to create an executable

2016-04-01 Thread George Neuner
Hi Alex, On 4/1/2016 2:17 AM, Alex Harsanyi wrote: Hi George, The option to create an executable from DrRacket worked fine for me in Racket 6.4 and several prior versions. However, this particular problem also happens when I use `create-embedded-executable' (which ultimately raco exe uses),

[racket-users] Announcing (sixth RacketCon) and Call for Speakers

2016-04-01 Thread Vincent St-Amour
Racketeers, (sixth RacketCon) will be held on September 18th in St. Louis. We are pleased to once more be co-located with Strange Loop[1]. RacketCon[2] is a yearly event where members of the Racket community get together, featuring talks and demos about the things you do with Racket. If you've

Re: [racket-users] racket not W^X?

2016-04-01 Thread Asumu Takikawa
On 2016-04-01 11:32:51 -0400, Philippe Meunier wrote: > In that discussion there is a link to a list of programs that Linux's PaX > believes do not meet the W^X requirement: > https://github.com/thestinger/paxd/blob/master/paxd.conf For your > information, racket is on that list (I guess because th

[racket-users] Re: racket not W^X?

2016-04-01 Thread Juan Francisco Cantero Hurtado
On 01/04/16 17:32, Philippe Meunier wrote: Hello, I was reading a discussion about "an upcoming Common Criteria requirement that no memory may be executable and writable at the same time": https://readlist.com/lists/openbsd.org/misc/33/168358.html (Common Criteria = the Common Criteria for Infor

[racket-users] racket not W^X?

2016-04-01 Thread Philippe Meunier
Hello, I was reading a discussion about "an upcoming Common Criteria requirement that no memory may be executable and writable at the same time": https://readlist.com/lists/openbsd.org/misc/33/168358.html (Common Criteria = the Common Criteria for Information Technology Security Evaluation standar

[racket-users] [TFP 2016] Final call for papers

2016-04-01 Thread p.achten
- C A L L F O R P A P E R S - TFP 2016 === 17th Symposium on Trends in Functional Programming

Re: [racket-users] using a different "scribble.tex"

2016-04-01 Thread Tim Jervis
Many thanks for updating the thread and for the patch. To make it work for me, I had to make a small additional change. I need to replace “scribble.tex”, so I've tweaked my latex-render.rkt source at line 118 to wrap scribble-tex within a call to your maybe-replace function. With that done, it w