Python vs C++

Marko Rauhamaa marko at pacujo.net
Fri Aug 22 13:16:47 EDT 2014


Skip Montanaro <skip at pobox.com>:

> On Fri, Aug 22, 2014 at 7:51 AM, Neil D. Cerutti <neilc at norwich.edu> wrote:
>> But I contend you do need to be a Medieval Scholar to compile and link it.
>
> That's only because whoever wrote your Makefile wasn't skilled in the
> art of make recipes. :-)

Make shouldn't be involved in any serious work. It was designed for the
case where you have a handful of source files in a single directory. Its
use has gotten completely out of hand.

I sincerely recommend SCons for anything more serious. A word of
warning, though: SCons gives you the power of Python. Don't use that
power except in utmost need.


Marko



More information about the Python-list mailing list