help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: interface between go language and octave?


From: Jaroslav Hajek
Subject: Re: interface between go language and octave?
Date: Thu, 11 Mar 2010 21:35:29 +0100

On Thu, Mar 11, 2010 at 2:25 PM, Corrado <address@hidden> wrote:
> Dear friends,
>
> Is there an interface between go language and octave?
>
> Best,
> --
>
> Corrado Topi
> PhD Researcher
> Global Climate Change and Biodiversity
> Area 18,Department of Biology
> University of York, York, YO10 5YW, UK
> Phone: + 44 (0) 1904 328645, E-mail: address@hidden
>

The gc Go compiler suite (6g, 6l etc.) is, AFAIK, incompatible with
gcc and most others so linking to the C++ API of Octave is probably
not correctly achievable.  With Go becoming part of GCC, this will
probably become possible.

One difference is that Pytave takes advantage of existing
implementations of multi-dimensional arrays in Python (NumPy or
Numeric). For Go, NumGo probably doesn't (yet) exist.


-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]