Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Python vs C++ Date: Fri, 22 Aug 2014 20:16:47 +0300 Organization: A noiseless patient Spider Lines: 18 Message-ID: <877g20bg1s.fsf@elektro.pacujo.net> References: <87fvgoj2i8.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="28284"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bdyuq+zCx3uYQD69Hg/tZ" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:k/ZlDWtW0klt8bGmRcEhu7uZUpw= sha1:FjYp2OJIl1bkZ16IpMclQ1N4QY8= Xref: csiph.com comp.lang.python:76803 Skip Montanaro : > On Fri, Aug 22, 2014 at 7:51 AM, Neil D. Cerutti 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