Re: [Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-13 Thread Oleg Kolosov
On 13 Feb 2015, at 15:44, Ryuho Yokoyama ryu...@ybb.ne.jp wrote: Hello, I am attempting to compile the chicken scheme code down to C and then compile it into a Windows DLL. But I can not how to initialize chicken scheme runtime system in the DllMain function. Please someone show

[Chicken-users] [TFP 2015] 2nd call for papers

2015-02-13 Thread Peter Achten
- S E C O N D C A L L F O R P A P E R S - TFP 2015 === 16th Symposium on Trends in Functional Programming

[Chicken-users] ICFP 2015: Final Call for Papers

2015-02-13 Thread David Van Horn
= 20th ACM SIGPLAN International Conference on Functional Programming ICFP 2015 Vancouver, Canada, August 31 - September 2, 2015 http://www.icfpconference.org/icfp2015

Re: [Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-13 Thread Mario Domenech Goulart
Hi, On Fri, 13 Feb 2015 21:44:08 +0900 Ryuho Yokoyama ryu...@ybb.ne.jp wrote: I am attempting to compile the chicken scheme code down to C and then compile it into a Windows DLL. But I can not how to initialize chicken scheme runtime system in the DllMain function. Please someone show how

[Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-13 Thread Ryuho Yokoyama
Hello, I am attempting to compile the chicken scheme code down to C and then compile it into a Windows DLL. But I can not how to initialize chicken scheme runtime system in the DllMain function. Please someone show how to write a scheme code which produce a Windows DLL and compile option etc.