Viewing profile — justinethier
justinethier
HN member- Joined
- Thu, Mar 29, 2012, 5:05 PM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About justinethier
No profile information was provided.
Recent public activity
-
comment
Comment #24698536
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 docu…
-
comment
Comment #24697750
Here are instructions for the Windows installation. Unfortunately additional libraries are required, there is not a single drop-in executable: https://github.com/justinethier/cyclo…
-
comment
Comment #12470636
Not necessarily, it can be extended to support multithreading: https://github.com/justinethier/cyclone
-
comment
Comment #12229564
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.w…
-
comment
Comment #12229539
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 suppo…
-
comment
Comment #11580579
Bigloo has support for posix threads. The only one on the list that absolutely does not have them is Chicken.
-
comment
Comment #5645964
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 integ…