Live data from Hacker News

Viewing profile — justinethier

justinethier

HN member
Joined
Thu, Mar 29, 2012, 5:05 PM UTC
HN karma
7
Public activity
7 items

About justinethier

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #12470636

    Not necessarily, it can be extended to support multithreading: https://github.com/justinethier/cyclone

  4. 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…

  5. 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…

  6. comment
    Comment #11580579

    Bigloo has support for posix threads. The only one on the list that absolutely does not have them is Chicken.

  7. 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…