We have our own pages such as: http://justinethier.github.io/cyclone/docs/api/srfi/69 Admittedly this does not include examples. Perhaps it needs to be more clear that the API documentation contains links both to our…
Here are instructions for the Windows installation. Unfortunately additional libraries are required, there is not a single drop-in executable: https://github.com/justinethier/cyclone-bootstrap/blob/maste...
Not necessarily, it can be extended to support multithreading: https://github.com/justinethier/cyclone
Here is a basic introduction to the stack and heap, with examples in C: http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html This might help with continuations: https://en.wikipedia.org/wiki/Continuation Here is…
Cyclone author here. R7RS libraries and SRFI's will help to some extent, for example hashtable support was more or less plug and play. As Cyclone matures it could potentially support R7RS-large which is going to include…
Gambit will compile on iOS, and there is even a REPL app for it on iTunes: https://itunes.apple.com/us/app/gambit-repl/id434534076?mt=8... I can't comment on how well it will integrate with your app or work in practice,…
We have our own pages such as: http://justinethier.github.io/cyclone/docs/api/srfi/69 Admittedly this does not include examples. Perhaps it needs to be more clear that the API documentation contains links both to our…
Here are instructions for the Windows installation. Unfortunately additional libraries are required, there is not a single drop-in executable: https://github.com/justinethier/cyclone-bootstrap/blob/maste...
Not necessarily, it can be extended to support multithreading: https://github.com/justinethier/cyclone
Here is a basic introduction to the stack and heap, with examples in C: http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html This might help with continuations: https://en.wikipedia.org/wiki/Continuation Here is…
Cyclone author here. R7RS libraries and SRFI's will help to some extent, for example hashtable support was more or less plug and play. As Cyclone matures it could potentially support R7RS-large which is going to include…
Gambit will compile on iOS, and there is even a REPL app for it on iTunes: https://itunes.apple.com/us/app/gambit-repl/id434534076?mt=8... I can't comment on how well it will integrate with your app or work in practice,…