[Chicken-users] [TFPIE2014] final call for participation

2014-05-09 Thread Peter Achten
[FINAL CALL FOR PARTICIPATION] 3rd International Workshop on Trends in Functional Programming in Education (TFPIE 2014) May 25, 2014 Utrecht University Soesterberg, The Netherlands (http://www.cs.uwyo.edu/~jlc/tfpie14/) The 3rd International Workshop on Trends in Functional Programming in

[Chicken-users] Implementing a C-API to a chicken library

2014-05-09 Thread Isak Andersson
Hello! I am currently trying to see if Chicken is a viable option for what I am trying to do where I work. Basically I want to define a C API (because that's easy to call from all languages) that will be used on many platforms (ios, android, winrt, windows, osx etc). So what I did was that I

Re: [Chicken-users] Implementing a C-API to a chicken library

2014-05-09 Thread Thomas Chust
On Fri, 2014-05-09 at 16:56 +0200, Isak Andersson wrote: [...] Basically I want to define a C API (because that's easy to call from all languages) that will be used on many platforms (ios, android, winrt, windows, osx etc). [...] Hello Isak, what you want to do should indeed be possible

Re: [Chicken-users] Implementing a C-API to a chicken library

2014-05-09 Thread Isak Andersson
Well I couldn't modify mine to work, but Thomas sent me an example in irc on how he got it working (https://gist.github.com/anonymous/6bd6236d741a48d03f5f). I suppose the difference is that he used csc for everything and therefore probably some important flags that I didn't use were added or