Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'compiler': 0.07; 'defines': 0.07; 'top-level': 0.09; 'am,': 0.12; 'classes,': 0.13; 'class,': 0.15; 'fixed.': 0.15; '10:45': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'makefile': 0.16; 'makefile.': 0.16; 'picks': 0.16; 'wow,': 0.16; 'this:': 0.16; 'wrote:': 0.16; '>>>': 0.18; 'to:2**1': 0.20; 'java': 0.21; 'url:home': 0.21; "doesn't": 0.22; 'header:In-Reply- To:1': 0.22; 'sep': 0.23; 'url:edu': 0.28; 'required.': 0.28; 'needed,': 0.28; 'sat,': 0.28; 'url:mailman': 0.28; 'compile': 0.29; 'message-id:@mail.gmail.com': 0.29; '(e.g.': 0.31; 'chris': 0.32; 'source': 0.33; 'to:addr:python-list': 0.33; 'url:listinfo': 0.33; 'nobody': 0.34; 'project': 0.34; 'rather': 0.35; 'object': 0.35; 'subject:How': 0.35; 'file': 0.36; 'url:python': 0.36; 'fri,': 0.36; 'think': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'program,': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'received:74.125': 0.39; 'might': 0.40; 'more': 0.60; 'price': 0.76; 'acts': 0.77; 'elimination': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HFxt3QWnZQ3AQ0TNw8pw4nZvsrvX+HWxfEeDIIjUKXc=; b=ZpGoSSbbJHFwA+QZZ02Ss4X9Msq0lhD/Z4B6qjv7fGFoH60V8ix7RpJTrFVdwA/G+N LeKqJLCMWdz5Eg+OhWq86OMho146LUUUS/yWE3Lqny0j/dqjYv5YmmVpsixdGdLLvEgk dOALHbJZvySh6mNgGkuoMAqNfUzGaLp6fXhnM= MIME-Version: 1.0 In-Reply-To: References: <2a4f542c-a8c1-46c7-9899-a3fad0940cf6@x11g2000yqc.googlegroups.com> <4e680c67$0$29980$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 10 Sep 2011 02:38:25 +1000 Subject: Re: How to structure packages From: Alec Taylor To: Chris Angelico , python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1315586309 news.xs4all.nl 2456 [2001:888:2000:d::a6]:55940 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13029 Kayode: Are the number of pages in that tutorial planned? :P > On Sat, Sep 10, 2011 at 1:57 AM, Kayode Odeyemi wrote: >> You might want to have a look at this: >> http://www.ccs.neu.edu/home/matthias/htdc.html >> >> On Fri, Sep 9, 2011 at 2:37 AM, Chris Angelico wrote: >>> >>> On Fri, Sep 9, 2011 at 10:45 AM, Nobody wrote: >>> > The Java compiler also acts as a "make" program. If it doesn't find >>> > a .class file for a needed class, it will search for the corresponding >>> > .java file and compile that. So to compile a complex program, you only >>> > need to compile the top-level file (e.g. HelloWorld.java), and it will >>> > compile everything which is required. No Makefile is needed, as the >>> > relationship between classes, object files and source files is fixed. >>> > >>> >>> If that's the entire benefit, then I think this is a rather hefty >>> price to pay for the elimination of a makefile. Oh wow, I can type >>> "javac MyClass.java" and it picks up all the others! If you're >>> dividing a project into multiple files already, is it that hard to >>> have one more that defines the relationships between the others? >>> >>> Chris Angelico >>> -- >>> http://mail.python.org/mailman/listinfo/python-list >> >> >> >> -- >> Odeyemi 'Kayode O. >> http://www.sinati.com. t: @charyorde >> >> >> -- >> http://mail.python.org/mailman/listinfo/python-list >> >> >