zig やってみる

新しいめの言語 zig をやってみる。

少しさわってみたとろ以下のような感想。

言語仕様GC
zig小no
c小no
go小有り
rust大no
d大有り
c++特大no

go が C の後継ポジションかと思っていたが zig かもしれぬ。 rust は身につかなかったので、今年は zig やってみよう。

https://github.com/ousttrue/zig_note で実験中。

zls

https://github.com/zigtools/zls

Notable language features that are not currently implemented include @cImport as well as most forms of compile time evaluation.