Is this a supported use of submodules?
#lang racket
(define-syntax (def-wrapped stx)
(syntax-case stx ()
[(_ (f arg ...) body ...)
#'(begin
(module tmp-module-name racket
(define (f-tmp arg ...) (displayln "wrapper") body ...)
(provide (rename-out [f-tmp
I have a commit to do the opposite. Sorry I've not taken care of this
earlier (I fixed it this morning, but haven't been able to push yet.)
Robby
On Fri, Jan 25, 2013 at 4:56 PM, Sam Tobin-Hochstadt wrote:
> Currently, the nightly builds are broken, I think because of a
> distribution error. I
On Friday, January 25, 2013, Pierpaolo Bernardi wrote:
> Hello,
>
> In a freshly started DrRacket 5.3.2.1, on Windows 8, executables
> creation fails with this message:
>
>
> Executable creation in DrRacket is supported only in the teaching
> languages and when the #lang line specifies the la
Currently, the nightly builds are broken, I think because of a
distribution error. It appears that the problem is that
`mrlib/image-core` now depends on slideshow. Looking at the code, I
think it would work to just move `mrlib/image-core` and a couple
dependencies to the `plt-extras` distribution
Hello,
In a freshly started DrRacket 5.3.2.1, on Windows 8, executables
creation fails with this message:
Executable creation in DrRacket is supported only in the teaching
languages and when the #lang line specifies the language (in “The
Racket Language”)
Consider using the raco exe command
5 matches
Mail list logo