Skip to content

Idea: generate Zig code and abstract away libc dependencies #1

@iacore

Description

@iacore

Thank you for making this. I was trying to generate a Linux kernel module using sfc. The garbage collector code is tied to libc, so is the generated program.

Zig has a proper module system, which allows the garbage collector to be put within its own file.

It's not too far off to make sharpF generated programs independent of the operating system libc.


Zig language reference: https://ziglang.org/documentation/0.15.2/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions