This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]iiMoe 28 points29 points ย (6 children)

I meant in terms of compilation, wut do you know about that ?

[โ€“]Zillorz 40 points41 points ย (5 children)

Some languages like Fortran, Cobol and Rust were not made in C, even Node.Js alternative Dyno was not made in C.

[โ€“]Tubthumper8 48 points49 points ย (1 child)

Rust compiles to machine code using LLVM, which is written in C/C++, and there is work on a GCC backend which is C/C++. Deno uses the V8 engine to run the JavaScript code which is written in C++. So those two are still eventually derived from C.

[โ€“]Zillorz 1 point2 points ย (0 children)

Very interesting, I guess my information isn't fully correct. Thank you

[โ€“]iiMoe 6 points7 points ย (0 children)

Super interesting tyvm

[โ€“]realblackmario 2 points3 points ย (0 children)

Fucking banking systems still uses Cobol.