Is there anyone here using Scala too

Hi, community , pretty new here.
Backgroud, I am a backend developer writing Java for daily job and using Scala for some opensourcing project, and was a C/C++ developer ten years ago,

Is Zig a nice try for my next programming language? I want to use it in Scala-native project.

Scala Native can directly call C ABI functions and Zig has great support for writing C ABI functions, so calling Zig from Scala Native should be pretty simple and you shouldn’t need any C wrapper functions in between. Calling Scala Native exports from Zig should also be fairly easy.

2 Likes