From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 19:55:39 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B304A106566C for ; Tue, 7 Feb 2012 19:55:39 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 792D68FC15 for ; Tue, 7 Feb 2012 19:55:38 +0000 (UTC) Received: from roxette.lamaiziere.net (136.9.74.86.rev.sfr.net [86.74.9.136]) by smtp.lamaiziere.net (Postfix) with ESMTPA id B13F9FAA2D08; Tue, 7 Feb 2012 20:55:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 298E4C41A; Tue, 7 Feb 2012 20:55:37 +0100 (CET) Date: Tue, 7 Feb 2012 20:55:36 +0100 From: Patrick Lamaiziere To: Jorge Biquez Message-ID: <20120207205536.1983ad8a@davenulle.org> In-Reply-To: <3411412722-917504491@intranet.com.mx> References: <3411412722-917504491@intranet.com.mx> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Subject: Re: Software Development using Freebsd. 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, 07 Feb 2012 19:55:39 -0000 Le Mon, 06 Feb 2012 16:37:37 -0600, Jorge Biquez a écrit : > Hello all. Hi, > Maybe I am wrong but until now I think my only option is to use > Phyton. Is that correct? For what I have searched Python will let me > create executables and will let me create Graphical solutions even > for other platforms (Mac or LInux or whatever runs Python). > > Talking with friend, he believes that my best bet is to teach them C > or C++ and use some of the options for developing graphically ( I am > not a C or C++ expert but I can learn alone). > > I was wondering if you could give some advie and comments on this. > > Are you developing commercial applications (including Windows ones) > using FreeBsd as your platform? Or Maybe any Linux Distribution? It is hard to develop Windows application without Windows. Why not java? For small applications it should run anywhere and it is widely used. This is a language without surprise (not great, but also not so bad). I'm happy to develop on FreeBSD / OpenJDK / Netbeans, as far I can see that works fine. (To be honest, I would prefer good old C, but sometimes you don't have the choice...) Regards.