Live data from Hacker News

Viewing profile — raible

raible

HN member
Joined
Fri, Mar 08, 2019, 7:19 AM UTC
HN karma
23
Public activity
17 items

About raible

No profile information was provided.

Recent public activity

  1. comment
    Comment #41974090

    I'm working on a PEG-based Turing complete language. It is self-hosted, generates standalone/embedable C, is reasonably small, and comes with a fully-featured REPL. It has only a s…

  2. comment
    Comment #39209626

    Weed + tree = bong!

  3. comment
    Comment #38725598

    Getting rear-ended is almost always the other driver's fault, but 7 years ago I was involved in a serious accident (minor injuries, both cars totaled) when the driver in the fast l…

  4. comment
    Comment #37933728

    Well, maybe. I for one _absolutely_ didn't participate b.c. I didn't want my DNA and personally identifying information owned by any company. I can't imagine that there aren't many…

  5. comment
    Comment #37437981

    It's hard to imagine either Linux or Git if Ken Thompson and Dennis Ritchie hadn't laid the foundation.

  6. comment
    Comment #37137774

    I can highly recommend libtcc ( https://github.com/TinyCC/tinycc.git ) for this kind of thing. I recently ported the code developed in linux on an ARM chromebook to a generic windo…

  7. comment
    Comment #35225436

    Perhaps https://github.com/TinyCC/tinycc would be useful? I've had success using it to implement a repl for my language.

  8. comment
    Comment #34135218

    Not exactly a diet tip, but first thing every day (after stretching) I drink a large glass of water (16oz), drink another large glass with a tablespoon or so of psyllium husk, then…

  9. comment
    Comment #33823944

    I've had great success with a fourth way: my project language compiles to C, which is loaded at runtime with libtcc (specifically: git://repo.or.cz/tinycc). I've gone down the .so/…

  10. comment
    Comment #33796037

    This is an awesome project. In the video you mention that you might drop it... please don't!

  11. comment
    Comment #33488554

    Thanks for that, it's what I had hoped for (but again, have not yet measured). It seems to me it's a super-handy way of "modifying" a compiler-allocated array of structs. I'm stick…

  12. comment
    Comment #33477604

    FWIW I usefully use a "fake" linked list by adding a .next field to the struct in a compiler-allocated array of structs. On initialization I set the list head to &item[0], and in a…

  13. comment
    Comment #33380339

    I have found the libtcc from https://github.com/TinyCC/tinycc to be absolutely fantastic . I'm using it to instantaneously compile the C output from my hobby language to create a r…

  14. comment
    Comment #33257417

    Thanks for asking! I've been working on a PEG-based Turing-complete language which creates completely standalone and trivially-embedded C. The "selling point" would be "A DSL for c…

  15. comment
    Comment #21318181

    Actually, the course number back then was 6.031. I only become 6.001 later on.

  16. comment
    Comment #19465235

    WGAF? I don't like source code control systems. ;)

  17. story
    Test

    This is a test