From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 17:14:29 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 35AC916A417 for ; Mon, 31 Dec 2007 17:14:29 +0000 (UTC) (envelope-from victorsubervi@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id B8B8D13C442 for ; Mon, 31 Dec 2007 17:14:28 +0000 (UTC) (envelope-from victorsubervi@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so5049497rvb.43 for ; Mon, 31 Dec 2007 09:14:28 -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=hyq+J3jVcFYKhcCSY9c6K5+d40gEbcSIklGkbJjLTjU=; b=uYQb5bF55avTtCwli3QhJD3FvDJxPP04bqmTCUTCIqvkeYCvR7KTpkWrOADo4ZkHUlaVsDKsaVTadkkaOOlYnVHNw5p7L5gqVXh+Ez4EvwfdBIIAtdps/7vn0e9cD11RQKIdZEzwUoxCRcJLTnwFZCVZOBuDb8Hvw9o35klPtBo= 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=QXspTsDOjFLqfdP25MhC3kGSJ/nIWkdjiucTrRd3/t8AK3JQfafNORNF08NrInrreQq8zzczGei9+LmQZAZhJL1VMBw9ILh8Rkv9fwIRP6CTVNkruw/6udxC60+1JGvcYLV3V+9/6FJXEiZZ7MVpMOdDhe3r8z20lJaAMw8qeCw= Received: by 10.140.180.42 with SMTP id c42mr4725178rvf.145.1199121268218; Mon, 31 Dec 2007 09:14:28 -0800 (PST) Received: by 10.141.99.6 with HTTP; Mon, 31 Dec 2007 09:14:28 -0800 (PST) Message-ID: <4dc0cfea0712310914k369e5236o22ed95db04885c93@mail.gmail.com> Date: Mon, 31 Dec 2007 13:14:28 -0400 From: "Victor Subervi" To: "Erich Dollansky" , freebsd-questions@freebsd.org In-Reply-To: <47792175.80503@pacific.net.sg> MIME-Version: 1.0 References: <4dc0cfea0712310757u7a970bb0rb2b29a931ad9767b@mail.gmail.com> <477918B3.4090101@pacific.net.sg> <4dc0cfea0712310842o49b24abdl9ec10b4af124e373@mail.gmail.com> <4dc0cfea0712310842i6b24bbcaw3ab44d19a3bf96ef@mail.gmail.com> <47792175.80503@pacific.net.sg> 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 17:14:29 -0000 Yuck. Steering clear of Java ... :) Thanks, Victor On Dec 31, 2007 1:05 PM, Erich Dollansky wrote: > Hi, > > Victor Subervi wrote: > >> Good point. Most legacy s/w is in C++. I'm assuming from lack of > comment > >> that C# is as yet an unborn language ;) > > there is another very simple problem with languages like C# or Java. > > In the case of C, it is the developers machine which has to have the > proper software installed to compile it. > > Java need the proper run-time and so the byte compiler installed on > every client machine. If you run into a very specific problem with the > byte-compiler, you have to have a specific version installed on all > clients. > > In case of C, you can do a static link to minimise this impact. > > Erich >