From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 01:47:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7110616A46E for ; Tue, 1 Jan 2008 01:47:00 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0E32313C45A for ; Tue, 1 Jan 2008 01:47:00 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id C2FDDE0B54; Tue, 1 Jan 2008 02:46:58 +0100 (CET) Date: Tue, 1 Jan 2008 02:46:56 +0100 From: cpghost To: Erich Dollansky Message-ID: <20080101024656.2e15f78b@epia-2.farid-hajji.net> In-Reply-To: <477918B3.4090101@pacific.net.sg> References: <4dc0cfea0712310757u7a970bb0rb2b29a931ad9767b@mail.gmail.com> <477918B3.4090101@pacific.net.sg> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Victor Subervi Subject: Re: Low Level Language Suggestions: OT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 01:47:00 -0000 On Tue, 01 Jan 2008 00:28:35 +0800 Erich Dollansky wrote: > Hi, > > Victor Subervi wrote: > > toward a low-level language. I am not good in any :( I'm thinking > > Java's > > Assembler? > > > probably my best bet, just because there are more Java programmers > > out there than any other language (I think). But what about C++ or > > C#? Your comments > > I would use a combination out of C and C++. > > Even if there are more Java programmers out there, they not have the > experience of the most C/C++ programmers. > > Erich Yes, C/C++ would be ideal as low level language combo. But a hybrid approach is not bad either, e.g. C/C++ for bottlenecks that ought to be fast, Python for everything else. You can nicely mix and match Python and C/C++ with tools like SWIG or with the Boost.Python C++ library. Give it a try, you won't regret it. Even if only while developping pure C/C++ code, it ain't bad to use a hybrid approach for unit testing, rapid prototyping etc. during development. Happy new year to all. -cpghost. -- Cordula's Web. http://www.cordula.ws/