Live data from Hacker News

Viewing profile — christophkirsch

christophkirsch

HN member
Joined
Thu, Feb 27, 2020, 8:43 AM UTC
HN karma
17
Public activity
4 items

About christophkirsch

No profile information was provided.

Recent public activity

  1. comment
    Comment #22431866

    The language is a strict subset of C modulo some small semantical differences that are relevant for bootstrapping, see https://github.com/cksystemsteaching/selfie/blob/master/sema.…

  2. comment
    Comment #22431781

    @all Thanks a lot for your awesome comments and feedback. Besides compiler, emulator, and hypervisor, there is a symbolic execution engine in selfie that we are working on and woul…

  3. comment
    Comment #22431752

    Thanks a lot, @amasad I pulled your PR and even plan to use repl.it in the upcoming compiler class.

  4. comment
    Comment #22431728

    We chose not to include support of Boolean operators and instead ask the students to implement that as part of an assignment. We use a self-grader for that. There is an assignment …