Mihalis Tsoukalos (@mactsouk) 's Twitter Profile Photo

A small Zig program that shows how to print the UNIX Epoch time and the current month and year: mtsoukalos.eu/2025/11/workin… #ZigLang #programmingtricks

zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

Newbie me with a new lang: “Wow, the language is cool, look at this feature!” (posts daily) Veteran me: “Yeah it’s fine. It also has some drawbacks.” (calmly) That’s why you see me often hyping #ZigLang now but barely praise #Golang anymore. Experience kills evangelism.

Manning Publications (@manningbooks) 's Twitter Profile Photo

📣 Deal of the Day 📣 Nov 18 SAVE 45% TODAY ONLY! Systems Programming with Zig & selected titles: hubs.la/Q03TMgp70 Zig delivers performance, reliability, and complex integration in systems programming in a simple, modern package. #zig #ziglang #systemsprogramming This

📣 Deal of the Day 📣 Nov 18

SAVE 45% TODAY ONLY!

Systems Programming with Zig & selected titles: hubs.la/Q03TMgp70

Zig delivers performance, reliability, and complex integration in systems programming in a simple, modern package. #zig #ziglang #systemsprogramming

This
zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

This is the TapirMD source code: raw.githubusercontent.com/tapirmd/tmd/re… Its size is 50+ K bytes now. You can try pasting the source code into the text box in the play page (tmd.tapirgames.com/play.html) and experience how fast the TapirMD source is converted to HTML. It is #Ziglang lighting fast.

ヤマカズ(ハーモニコム) (@yamakazoo) 's Twitter Profile Photo

Zig言語界隈ずいぶん寂しいことになってるなぁ…… 習作ながらHorizon作って応援してます! がんばれZig! #ziglang github.com/HARMONICOM/hor…

Boonzy | bchan | VAR | (@b0onzy) 's Twitter Profile Photo

Next: AVX-512 (2.4B?). Multicore (10B+?). But v1.0? It's done. Tag a friend still writing if (hits < 42) gpu(); Zig @andrewrk Kristoff Drop a like if you hate tuning knobs. #VARv1 #ZigLang [5/5]

Isaac Yonemoto is cooking (@dnautics) 's Twitter Profile Photo

We're at the point in AI where, for me, there is no need for octave/matlab. I just say, "here is the function, here are some constraints", and I tell claude to "write a Levenberg-Marquadt solver" and it spits out a custom solver in #ziglang.

Mihalis Tsoukalos (@mactsouk) 's Twitter Profile Photo

Check out my latest blog post on calculating the Euclidean distance of two random vectors. See Zig clean syntax and memory management in action: mtsoukalos.eu/2025/11/comput… #ZigLang #Programming

zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

Using C libraries in #Ziglang code is incredibly straightforward. Simply tell the compiler where the C headers and source files are located, and you can immediately use the C APIs. Even better: calling C functions from Zig incurs ZERO overhead. (revised by Grok)

Using C libraries in #Ziglang code is incredibly straightforward. Simply tell the compiler where the C headers and source files are located, and you can immediately use the C APIs.

Even better: calling C functions from Zig incurs ZERO overhead.

(revised by <a href="/grok/">Grok</a>)
Akhil Teja (@akhildevelops) 's Twitter Profile Photo

#flora64 a multimodal database is taking shape. It uses arrow data structures in the backed to power columnar storage for fastest reads. The beauty is it can be accessed as a db server (like postgres) and simple file based (like sqlite). Built using #ziglang and #python

#flora64 a multimodal database is taking shape. It uses arrow data structures in the backed to power columnar storage for fastest reads.

The beauty is it can be accessed as a db server (like postgres) and simple file based (like sqlite).

Built using #ziglang and #python
zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

#TapirMD v0.0.9 is released. Main highlights: * Exchange the role of %% and //. Now // is used as italic style mark and %% is used as comment mark. * Support custom block HTML and custom URL generation now. * Add a "tmd build" command to build static/doc websites. #Ziglang

zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

#TapirMD v0.0.9 will be released soon. The toolchain is rewritten from scratch. * It supports building static/doc websites. * Custom templates are supported. * Custom block HTML generation is supported now. Thanks for #Ziglang, It can handle 10,000 pages per second!

MrPhil (Philip Ludington) (@mrphilgames) 's Twitter Profile Photo

Stellar Throne Devlog #7 The Zig simulation backend is now running in production — delivering a 52× performance boost. Serialization fixed, colors preserved, fleets stable, and the game now flies. blog.mrphilgames.com/stellar-throne… #GameDev #IndieDev #ZigLang #GodotEngine #StellarThrone

Alex Reid (@alexjreid) 's Twitter Profile Photo

I wanted to see if it was possible to use Zig's C interop and comptime to make the Excel C SDK slightly nicer to build high-performance custom functions. Turns out it is! github.com/AlexJReid/zigx… Example repo that uses the package: github.com/AlexJReid/zigx… #excel #ziglang

zigo 101 - Zig + Go (@zigo_101) 's Twitter Profile Photo

Up to now, #Golang doesn't support convert a *T value to *[1]T (in safe ways). There is a proposal to make it possible. github.com/golang/go/issu… #Ziglang has supported it.