[racket-users] Re: little problem with comma (unquote)

2015-05-14 Thread Héctor Mc
Perfect, work. Thanks. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.c

[racket-users] pkg-build report for the v6.2 release candidate

2015-05-14 Thread Matthew Flatt
Here are the results of a package build using the v6.2 release candidate: http://release-pkg-build.racket-lang.org.s3-website-us-west-2.amazonaws.com/ Compare to v6.1.1: http://pkg-build.racket-lang.org/ For the v6.2 candidate, there are lots of dependency failures related to documentation,

Re: [racket-users] Re: Use Parsack to parse a #language?

2015-05-14 Thread Jay Kominek
On Mon, May 11, 2015 at 11:01 PM, Daniel Prager wrote: > Once I get my head around what's needed to connect up a custom > reader, I should be in a position to have a shot ... and ask further > questions. I put together a #lang unlambda which has a custom reader, semantics, provides a color lexer

Re: [racket-users] little problem with comma (unquote)

2015-05-14 Thread Alexander D. Knauth
Do you want this: #lang racket (define f 'insertar-empleado) (define exp `(embed/url ,f)) (define (make-func) (define str `(define (func) ,(list 'unquote exp))) str) (display (make-func)) ? On May 14, 2015, at 2:41 PM, Héctor Mc wrote: > Hi for all > I'm trying generate a function f

[racket-users] little problem with comma (unquote)

2015-05-14 Thread Héctor Mc
Hi for all I'm trying generate a function from other function, in this case is a little part of it (expression) that need print a comma within it. In the example show below need print the comma before (embed/url ,f). that is say ,(embed/url insertar-empleado) but is something I can't to make. I

Re: [racket-users] Environment Shuffling and 3D Syntax

2015-05-14 Thread Ryan Davis
> On May 10, 2015, at 19:04, Matthias Felleisen wrote: > > Probably off-topic: you might be interested in > > http://repository.readscheme.org/ftp/papers/sw2003/Scmxlate.pdf > > Start with the title and then the summary at the end. Dorai has used this > package to make his programs availabl