From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jordi =?ISO-8859-1?Q?Guti=E9rrez?= Hermoso Subject: Re: JIT compiling Date: Sun, 14 Aug 2016 16:20:48 -0400 Message-ID: <1471206048.9840.3.camel@octave.org> References: <87h9b0ij9x.fsf@gmail.com> <87wpjvhfpg.fsf@elephly.net> <87eg62d5p4.fsf@gmail.com> <20160808200018.GA20179@jasmine> <871t1yvsn8.fsf@gmail.com> <20160809172728.b6wijrzccd5wdv37@galago.mtmxr.com> <87k2fpktsi.fsf@gmail.com> <20160811062627.mbaiqhssaejwh4hw@galago.mtmxr.com> <87fuqbl40a.fsf@gmail.com> <1471002346.7915.4.camel@octave.org> <87mvkgvpea.fsf@gmail.com> <1610542567.1951337.1471162064614@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZ1uK-0005ac-Dv for guix-devel@gnu.org; Sun, 14 Aug 2016 16:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZ1uG-000139-Ck for guix-devel@gnu.org; Sun, 14 Aug 2016 16:21:20 -0400 In-Reply-To: <1610542567.1951337.1471162064614@mail.yahoo.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Sergei Steshenko Cc: "help-octave@gnu.org" , "guix-devel@gnu.org" , Mike Miller Hi, Sergei. Haven't spoken in a while. On Sun, 2016-08-14 at 08:07 +0000, Sergei Steshenko wrote: > When Julia language was first discussed here, I suggested to write > an Octave -> Julia translator, but I think it will NEVER be done for > ideological (fanatic support of false/fake GPL freedom) reasons. The complete Julia package is GPL'ed because Julia uses popular GPL libraries such as FFTW, Suitesparse, and readline. We're on good terms with the Julia developers and they do not have a problem with the GPL. The reason the Octave -> Julia translator hasn't happened is because it's not a problem that's significantly different than compiling Octave into any other language that has a type declarations. - Jordi G. H.