why I personally enjoy C...

  • Thread starter Chris M. Thomasson
  • Start date
C

Chris M. Thomasson

I really enjoy C because it gives me the power to create and abstract code
with undefined behavior. This can be very important in certain contexts.
Think of implementing highly efficient state-of-the-art multi-threading
algorithms. IMVHO, C provides the "perfect" medium. One can implement
efficient virtual machines in C _and_ ASM. Notice the `_and_'? C is flexible
enough to be combined with various hacks, languages, standards; POSIX
perhaps? Many languages have a C binding...

IMVHO C is low-level "enough", which makes it a very important "systems"
language indeed. One can go into undefined behavior land for sure; C lets
you do that. Great! I need the flexibility; yikes!

:^)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top