Should Julia be a systems language?

We actually do have a dialect of Julia forming termed “unsafe” Julia where you might be able to more easily do systems level or embedded programming. For example, see

To do this, we do give up some features of Julia such as the garbage collector and dynamic memory allocation.

1 Like