Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
justinethier
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
justinethier
6y ago
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 link
2.
▲
by
justinethier
6y ago
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...
3.
▲
by
justinethier
10y ago
Not necessarily, it can be extended to support multithreading: https://github.com/justinethier/cyclone
4.
▲
by
justinethier
10y ago
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/
5.
▲
by
justinethier
10y ago
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 quite a bit. Bu
6.
▲
by
justinethier
10y ago
Bigloo has support for posix threads. The only one on the list that absolutely does not have them is Chicken.
7.
▲
by
justinethier
13y ago
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, though.