mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/c: Adding a well described pkg-descr
This commit is contained in:
parent
33e38a7215
commit
f093a60483
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383799
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
|||
Tool to compile and run C programs like a shell script.
|
||||
|
||||
First of all, this is not the same as tcc. TCC is a compiler. TCC will preform
|
||||
its own set of optimizations, just as GCC will preform its own and Clang will
|
||||
preform its own. The purpose of this script is to give a simple front-end to a
|
||||
compiler.
|
||||
|
||||
Whether it's GCC, Clang, or something else entirely, one can get to choose
|
||||
their compiler. It's simply satisfying to type c hello.c and see it run
|
||||
instantly.
|
||||
|
||||
C is fast. Being able to write a small, fast, and portable C "script" is great.
|
||||
One can pass around a C "script" just like s/he would a BASH script.
|
||||
|
||||
WWW: https://www.github.com/ryanmjacobs/c
|
||||
|
|
Loading…
Add table
Reference in a new issue