* David Bremner [2024-03-08 20:23]:
Rafael Laboissière writes:
At any rate, I wonder why the following mzscheme code:
(begin
(require dynext/link)
(with-handlers
(((lambda args #t) (lambda args #f)))
(for-each (lambda (x) (printf "~a" x))
(exp
Rafael Laboissière writes:
> At any rate, I wonder why the following mzscheme code:
>
> (begin
> (require dynext/link)
> (with-handlers
>(((lambda args #t) (lambda args #f)))
>(for-each (lambda (x) (printf "~a" x))
> (expand-for-link-variant
> (c
Rafael Laboissière writes:
>
> However, it does not work because the file mzdyn.o is needed and
> cannot be found anywhere. Indeed, this file is mentioned in the Racket
> documentation.[*]
>
My knowledge here is incomplete, and I'd be happy to be corrected, but:
I think that documentation rel
Package: racket
Version: 8.10+dfsg1-2
Severity: wishlist
Dear Maintainer,
We are updating the Debian package for SWIG (a generator of scripting
interfaces to C/C++ code), in order to include support for
MzScheme/Racket.
However, it does not work because the file mzdyn.o is needed and
cannot b
4 matches
Mail list logo