106
submitted 1 week ago* (last edited 1 week ago) by CoderSupreme@programming.dev to c/programming@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] bonus_crab@lemmy.world 27 points 1 week ago

C# is good too. If you havent heard of lobster you should look into it.

[-] warlaan@feddit.org 3 points 1 week ago

C# isn't exactly compiled, at least not into machine language. It is transpiled into byte code that is run on a virtual machine that on turn is an interpreter/JIT-compiler.

Depending on why someone is asking for a compiled language that may or may not be a problem, because to the one writing the code it looks like a compiled language, but to the one running it it looks like an interpreted one.

[-] sarahduck@lemmy.blahaj.zone 16 points 1 week ago

Not necessarily these days! With NativeAOT, C# can be compiled to machine code.

load more comments (2 replies)
load more comments (2 replies)
this post was submitted on 05 Oct 2024
106 points (94.9% liked)

Programming

17195 readers
332 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS