From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 16:07:25 2007 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 A081616A417 for ; Mon, 31 Dec 2007 16:07:25 +0000 (UTC) (envelope-from victorsubervi@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 710D613C448 for ; Mon, 31 Dec 2007 16:07:24 +0000 (UTC) (envelope-from victorsubervi@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so5030236rvb.43 for ; Mon, 31 Dec 2007 08:07:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=8UeG7p2xn49U0T5NnL+ORo99LjWFv8VXCJOCjv/Rc5k=; b=HgN8WebPuDLaYqz0XenmrKdaedY/nWKGcglMVrt6GjbkgWbc5y7lNxSfa82d4G4J1yWcLcHc/psA1XT1WPNuAO+Yuxva5KJa/CjtRyoH8PK7EbBvUfjQI8BHRGHdUkEdX53b96QIsKnC+0VpeBfO0Rw9iro+o4Q9N9Bqah0ZwFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lQsIiJIr6DNzzFRJ+FPwKt6jZ2Fy+GMjz3V+zBRUurC8Ij+8/fkr8isUuZnxLjfyaj7rlF8aPVtsbm1HapYZFQ5fxfnzVSWuRHjzh1p1mt7JQ2Ppp1XEPO8Qo2HaF3CDhPPcdFbF+aigDgFe1cStNv6qelSrSxroQKdZRtNyc/E= Received: by 10.141.163.12 with SMTP id q12mr1135171rvo.260.1199117244291; Mon, 31 Dec 2007 08:07:24 -0800 (PST) Received: by 10.141.99.6 with HTTP; Mon, 31 Dec 2007 08:07:24 -0800 (PST) Message-ID: <4dc0cfea0712310807u6aa2c5d5g2398e30f04610388@mail.gmail.com> Date: Mon, 31 Dec 2007 12:07:24 -0400 From: "Victor Subervi" To: "Frank Staals" , freebsd-questions@freebsd.org In-Reply-To: <477912B3.5070300@gmx.net> MIME-Version: 1.0 References: <4dc0cfea0712310757u7a970bb0rb2b29a931ad9767b@mail.gmail.com> <477912B3.5070300@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Mon, 31 Dec 2007 16:07:25 -0000 Java not low level? It's a scripting lang? Doesn't compile? C is easy enough. C++ is tough but would be necessary. What about C#? Forget it? TIA, Victor On Dec 31, 2007 12:02 PM, Frank Staals wrote: > Victor Subervi wrote: > > Hi; > > Way OT here...but don't know where else to ask ;) > > I'm considering starting an open source project for language > translation. > > Initially, I'll write this in python (with both MySQL and OpenLDAP for > > different needs). But the processing will be heavy duty, so I need to > look > > toward a low-level language. I am not good in any :( I'm thinking Java's > > 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 > > would be appreciated. > > TIA, > > Victor > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > I don't realy concider java to be a low-level language, so I would take > a look at C or C++ first (And TBH I think there are at least as many > C/C++ programmers as Java programmes ). > > Good luck with your project, > > -- > -Frank Staals > > >