[racket-users] Building GUI launcher icons with raco setup

2018-01-26 Thread Philip McGrath
I have a Racket package that creates a GUI launcher using gracket-launcher-names and gracket-launcher-libraries in the info.rkt file. The package includes a module that programmatically generates the icons for the GUI launcher at the expected paths ("my-application.png" and so forth). I would

[racket-users] Racket v6.12

2018-01-26 Thread Vincent St-Amour
Racket version 6.12 is now available from http://racket-lang.org/ * Changed the way some unsafe operations are exposed via `ffi/unsafe` libraries to help smooth a future transition to a new runtime system. * The `syntax-parse` form supports unwinding side-effects when it backtracks,

[racket-users] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-01-26 Thread sami a
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain*

Re: [racket-users] Is it possible to cross-compile Racket?

2018-01-26 Thread Matt Jadud
I've wondered this many times, and never investigated it. Thank you both for the question and answer. On Fri, Jan 26, 2018 at 8:19 AM, Matthew Flatt wrote: > At Fri, 26 Jan 2018 04:40:44 -0800 (PST), Leff Ivanov wrote: > > Is it possible for example running DrRacket on

Re: [racket-users] Is it possible to cross-compile Racket?

2018-01-26 Thread Matthew Flatt
At Fri, 26 Jan 2018 04:40:44 -0800 (PST), Leff Ivanov wrote: > Is it possible for example running DrRacket on Windows to generate > standalone native executables for Mac OSX and some generic Linux > distribution? It should be possible from the command line, although there's a lot of room to

[racket-users] Is it possible to cross-compile Racket?

2018-01-26 Thread Leff Ivanov
Is it possible for example running DrRacket on Windows to generate standalone native executables for Mac OSX and some generic Linux distribution? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop

[racket-users] typed/racket #:break #:guard

2018-01-26 Thread JCG
In doing some typed/racket, I have noticed some mismatch between observed behavior and the documentation at https://docs.racket-lang.org/ts-reference/special-forms.html 1) Documentation suggests that for/first and for/last should work, yet they seem to not type check. I've noticed sparse