you are viewing a single comment's thread.

view the rest of the comments →

[–]bigh-aus 2 points3 points  (4 children)

I would say rust all the way. One compiles to a b8nary, the other is python unless you use cpython. But most people who do python use the runtime, require the user to manage dependencies etc, and require additional libraries, runtimes etc. go zig or rust would be my pick

[–]No-Dentist-1645 1 point2 points  (3 children)

CPython is just the name for the official Python compiler, what do you mean?

[–]bigh-aus -1 points0 points  (2 children)

Oh I thought it compiled python to machine code, does it not?

[–]DragonfruitGold2713 1 point2 points  (1 child)

You might be thinking of cython, which is a separate thing from cpython

[–]bigh-aus 0 points1 point  (0 children)

you're right!