X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1436358016.900.11.camel@ssalewski.de> Subject: Re: [geda-user] gEDA/gschem still alive? From: Stefan Salewski To: geda-user AT delorie DOT com Date: Wed, 08 Jul 2015 14:20:16 +0200 In-Reply-To: <20150708074915.GE13243@visitor2.iram.es> References: <20150706200609 DOT GD24178 AT localhost DOT localdomain> <20150707060409 DOT GB14357 AT localhost DOT localdomain> <1436287952 DOT 678 DOT 26 DOT camel AT ssalewski DOT de> <559C0F7E DOT 7010009 AT neurotica DOT com> <20150707183339 DOT GA1817 AT alpha2> <201507071836 DOT t67Ia8s3014717 AT envy DOT delorie DOT com> <20150707185906 DOT GA2117 AT alpha2> <20150708074915 DOT GE13243 AT visitor2 DOT iram DOT es> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2015-07-08 at 09:49 +0200, Gabriel Paubert (paubert AT iram DOT es) d > > Python is great for quick development. But experience here shows that it > is a disaster for code which needs long term maintenance. Removing > obsolete functionality is extremely hard, that's something for which > nothing beats compiled languages. > Indeed that is my observation too, so I will move to compiled Nim soon. > I once developed a moderately complex algorithm in Python, it was fairly > slow but I would not have written it that fast in C (I learned both Python > and TkInter at the same time so there was a lot to learn). This took one > month, and then the translation of the code to C (without the GUI) took > me 2-3 hours. It would have taken me more time to write it only in C. > > Gabriel Interesting. That was my feeling when I worked on my toporouter. It was not easy, and I got the feeling that I would have never managed it when writing in C from the beginning.