logoalt Hacker News

galangalalgolyesterday at 7:24 PM1 replyview on HN

What language do people considering c as an option for a new project consider? Rust is the obvious one we aren't going to discuss because then we won't be able to talk about anything else, Zig is probably almost as well loved and defended, but it isn't actually memory safe, just much easier to be memory safe. As you say, c# and go, also maybe f# and ocaml if we are just writing simple c style stuff none of those would look all that different. Go jhs some ub related to concurrency that people run into, but most of these simple utilities are either single threaded or fine grained parallel which is pretty easy to get right. Julia too maybe?


Replies

summarityyesterday at 7:49 PM

In terms of GC quality, Nim comes to mind.

show 1 reply