Live data from Hacker News

Viewing profile — kishi

kishi

HN member
Joined
Thu, Aug 07, 2008, 3:02 PM UTC
HN karma
11
Public activity
8 items

About kishi

No profile information was provided.

Recent public activity

  1. comment
    Comment #8257761

    It builds under Mingw32 as well, and at least an earlier version built with VC++ without modification (I don't have access to a windows machine right now to verify). It also builds…

  2. comment
    Comment #4626808

    It depends on what you mean by real world applications, but Chibi has many features including threads, networking and an FFI suitable for any application. R7RS large will have even…

  3. comment
    Comment #4626189

    Chibi is about the same size, and unlike TinyScheme is a real Scheme with hygienic macros and a fast VM (TinyScheme is hopelessly slow). It also has features like Huffman compresse…

  4. comment
    Comment #4625460

    The default heap is 2MB, but will run with 756KB. If you want to skip the init.scm file (-q command-line option) it will run with just 10KB providing only definitions and C primiti…

  5. comment
    Comment #4625281

    I'm the author, if anyone has questions feel free to ask. 0.6 should be released this month with a lot of improvements.

  6. comment
    Comment #4625046

    Should be back up now - grab it while it lasts.

  7. comment
    Comment #4359026

    An Emacs web server existed over 10 years ago: http://synthcode.com/emacs/phase-0.2.1.tar.bz2 It has no doubt bit-rotted, but had some really nice features, like being able to auto…

  8. comment
    Comment #2784044

    This is bad a joke - not only the classes and methods but the individual instances have statically generated names. That means in the examples, for the statically generated "one", …