Date: Sat, 11 Apr 2015 13:06:58 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383799 - head/lang/c Message-ID: <201504111306.t3BD6w6Q006494@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sat Apr 11 13:06:57 2015 New Revision: 383799 URL: https://svnweb.freebsd.org/changeset/ports/383799 Log: lang/c: Adding a well described pkg-descr Modified: head/lang/c/pkg-descr Modified: head/lang/c/pkg-descr ============================================================================== --- head/lang/c/pkg-descr Sat Apr 11 12:35:20 2015 (r383798) +++ head/lang/c/pkg-descr Sat Apr 11 13:06:57 2015 (r383799) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111306.t3BD6w6Q006494>