Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Developing Windows Applications

1 view
Skip to first unread message

Steve

unread,
May 12, 2010, 10:46:43 AM5/12/10
to
Is there a version of scheme which can produce Windows executables?
Does anyone have experience in doing so and would be willing to share
some experiences?

Friedrich Dominicus

unread,
May 12, 2010, 1:41:40 PM5/12/10
to
Steve <solitary....@gmail.com> writes:

mzscheme can do it and it's probably the most complete scheme around:
http://docs.plt-scheme.org/mzc/exe.html

But I do not have any first-hand experiences....

Regards
Friedrich

--
Please remove just-for-news- to reply via e-mail.

Steve Knight

unread,
May 14, 2010, 11:07:32 AM5/14/10
to

Yes. Gambit Scheme can do this. Although as Friedrich notes PLT
scheme would be the most complete Scheme implementation I've found.

http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page

I had a go at embedding Gambit inside Excel (for twisted reasons of my
own!) I event did it using MinGW rather than dev studio.

Some feedback on how I did that can be found here:

http://www.hackinghat.com/index.php/lisp/the-excel-gambit

Steve

0 new messages