This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 893b81b ARROW-4315: [Website] Add Go and Rust to list of supported
languages
893b81b is described below
commit 893b81b986563c30028eb716c87162a1307ea60e
Author: Andy Grove <[email protected]>
AuthorDate: Tue Jan 22 20:19:08 2019 -0700
ARROW-4315: [Website] Add Go and Rust to list of supported languages
Author: Andy Grove <[email protected]>
Closes #3460 from agrove-rms/ARROW-4315 and squashes the following commits:
d3d06f1 <Andy Grove> Add C# and R
0a15d08 <Andy Grove> Add Go and Rust to list of supported languages
---
site/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/index.html b/site/index.html
index bcfa972..4d5995a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -17,7 +17,7 @@ layout: default
<a href="{{ site.baseurl }}/blog/"><strong>See Latest News</strong></a>
</h5>
<p>
- Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication. Languages currently supported include
C, C++, Java, JavaScript, Python, and Ruby.
+ Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication. Languages currently supported include
C, C++, C#, Go, Java, JavaScript, MATLAB, Python, R, Ruby, and Rust.
</p>
<hr />
<div class="row">
@@ -28,7 +28,7 @@ layout: default
</div>
<div class="col-lg-4">
<h2 class="mt-3">Flexible</h2>
- <p>Arrow acts as a new high-performance interface between various
systems. It is also focused on supporting a wide variety of industry-standard
programming languages. Java, C, C++, Python, Ruby, and JavaScript
implementations are in progress and more languages are welcome.
+ <p>Arrow acts as a new high-performance interface between various
systems. It is also focused on supporting a wide variety of industry-standard
programming languages. C, C++, C#, Go, Java, JavaScript, MATLAB, Python, R,
Ruby, and Rust implementations are in progress and more languages are welcome.
</p>
</div>
<div class="col-lg-4">