I love C for its raw speed (although it does have its drawbacks). We should all write more C. With this shell script, you can compile and execute C "scripts" in one go! (Oh yeah, and it works for C++ too.) First of all, I want to clarify why this is not the same as tcc -run. TCC is a compiler. We all know that. TCC will perform its own set of optimizations, just as GCC will perform its own and Clang will perform its own. The purpose of this script is to give a simple front-end to your favorite compiler. I'm a fan of speed, and C definitely offers it. Being able to write a small, fast, and portable C "script" is great. You can pass around a C "script" just like you would a BASH script.

Features

  • c will use whatever $CC is set to
  • Anything you want passed to the compiler, put in quotes as the first argument
  • After adding a shebang, just set the file to executable and it's ready to run
  • Just tack on any extra flags, options, or files you want passed to the compiler
  • The default cache size is set to 5 MB
  • Feel free to submit any ideas, questions, or problems by reporting an issue

Project Samples

Project Activity

See All Activity >

Categories

Compilers

License

MIT License

Follow c

c Web Site

Other Useful Business Software
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of c!

Additional Project Details

Programming Language

Unix Shell

Related Categories

Unix Shell Compilers

Registered

2022-05-24