Live data from Hacker News

Viewing profile — ivov_dev

ivov_dev

HN member
Joined
Tue, Apr 07, 2020, 5:43 PM UTC
HN karma
15
Public activity
7 items

About ivov_dev

https://ivov.dev

Recent public activity

  1. comment
    Comment #47681479

    Thanks for trying it out! Variant qualification is a name resolution requirement - Lis follows Rust's scoping model where variants are namespaced under the enum. The implementation…

  2. comment
    Comment #47651338

    Thanks for asking! The core of the compiler should be close to 50k LoC, with most of the rest being tests. The project is much older than git history suggests - I started a fresh r…

  3. comment
    Comment #47650152

    You are right, and thank you for pointing this out. I've opened an issue: https://github.com/ivov/lisette/issues/12 I have a few approaches in mind and will be addressing this soon…

  4. comment
    Comment #47649212

    Thanks for your kind words :) The CLI command `lis run` supports a `--debug` flag to insert `//line source.lis:21:5` directives into the generated Go, so stack traces from runtime …

  5. comment
    Comment #47648933

    Support for Go third-party packages is not part of this first release, but the tooling to generate bindings for Go packages (which enables imports from the Go stdlib) is already in…

  6. story
    Show HN: Nodemaker, automatic node generator for n8n

    Hello Hacker News! We're Iván and Erin, two students from the MLH Fellowship (https://fellowship.mlh.io/), and as a capstone project for the Fellowship we built Nodemaker, an autom…

  7. comment
    Comment #22805625

    Thank you for your writings! Your "Learn in Public" gist inspired me to do so: https://ivov.dev/