Live data from Hacker News

Viewing profile — GenericJam

GenericJam

HN member
Joined
Tue, May 03, 2022, 8:53 PM UTC
HN karma
9
Public activity
6 items

About GenericJam

No profile information was provided.

Recent public activity

  1. comment
    Comment #47949952

    I use this all the time and I love it. I can research all my pastor's sermons. Haha.

  2. comment
    Comment #31255113

    If you're interested there's a lot of info about the compiler here: https://blog.stenmans.org/theBeamBook/#CH-Compiler There are multiple passes, the last of which is byte code alt…

  3. comment
    Comment #31254824

    Another thing about the BEAM that may resonate for you is the abstract syntax tree (AST) for the BEAM is very reminiscent of Lisp. Some people call Elixir which is a popular rework…

  4. comment
    Comment #31254734

    The BEAM (runtime?) is written in C. There is also an effort to rewrite it in Rust ( https://github.com/lumen/lumen ). Some functions are built into the VM but most of the supporti…

  5. comment
    Comment #31254326

    With Erlang it's necessary to separate the compiler from the VM. You are working around what the VM wants but the compiler is not a problem. The VM acts a bit like an operating sys…

  6. comment
    Comment #31253462

    Is Lisp + message passing a bridge too far? ie https://lfe.io/ Does Lisp on the BEAM hold any appeal for you?