💾 Archived View for bbs.geminispace.org › u › drh3xx › 1492 captured on 2023-09-28 at 19:34:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➡️ Next capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

Re: "Zig and Vlang?"

Comment in: s/OpenBSD

@jeang3nie yeah I can use const; the (admittedly only potential) problems are when you forget to use const and then either yourself or a contributor change a var/pointer/etc... which should never have been changable. Imutability by default is just another nice safety net but not essential. The fact Zig has a nice built in test framework is a big plus for it. Defer is definately a nice addition to any language. I think I'm leaning more toward Zig even though it's going to need work on OpenBSD; I did spot the Capy UI toolkit which needs some work too but seems usable for basic GUI cross platform even now.

🐐 drh3xx

2023-06-03 · 4 months ago

2 Later Comments ↓

🦀 jeang3nie

@drh3xx capy is using gtk3 under the hood, but doesn't provide anywhere near the functionality of using gtk directly. I had hand written bindings to gtk3 and vte that were being used in Zterm, but I always knew that was a dead end. The best gtk path in Zig right now is zig-gobject. It's doing what I really should have done and using gobject-introspection to machine generate the zig bindings.

— https://github.com/ianprime0509/zig-gobject

🐐 drh3xx

@jeang3nie thanks for the link I'll check it out later.

Original Post

🌒 s/OpenBSD

Zig and Vlang?

💬 drh3xx · 11 comments · 1 like · 2023-06-02 · 4 months ago