From 4f6f1292dfad54ec203f2e4d00f9ac5ad0d49047 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Thu, 25 Apr 2019 08:16:02 -0400 Subject: [PATCH 1/2] Mention additional language bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2c6deebc7..31205f2d5c53 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Features * Mix and match imperative and symbolic programming to maximize flexibility and efficiency * Lightweight, memory efficient and portable to smart devices * Scales up to multi GPUs and distributed setting with auto parallelism -* Support for Python, Scala, C++, Java, Clojure, R and Julia +* Support for Python, Scala, C++, Java, Clojure, R, Go, Javascript, Perl, and Julia * Cloud-friendly and directly compatible with S3, HDFS, and Azure License From 41a6eca22cbb1d17ae06c7daa343939b0b011134 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Thu, 25 Apr 2019 09:37:33 -0400 Subject: [PATCH 2/2] Add links to each language binding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31205f2d5c53..3eea2e78fa54 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Features * Mix and match imperative and symbolic programming to maximize flexibility and efficiency * Lightweight, memory efficient and portable to smart devices * Scales up to multi GPUs and distributed setting with auto parallelism -* Support for Python, Scala, C++, Java, Clojure, R, Go, Javascript, Perl, and Julia +* Support for [Python](https://github.com/apache/incubator-mxnet/tree/master/python), [Scala](https://github.com/apache/incubator-mxnet/tree/master/scala-package), [C++](https://github.com/apache/incubator-mxnet/tree/master/cpp-package), [Java](https://github.com/apache/incubator-mxnet/tree/master/scala-package), [Clojure](https://github.com/apache/incubator-mxnet/tree/master/contrib/clojure-package), [R](https://github.com/apache/incubator-mxnet/tree/master/R-package), [Go](https://github.com/jdeng/gomxnet/), [Javascript](https://github.com/dmlc/mxnet.js/), [Perl](https://github.com/apache/incubator-mxnet/tree/master/perl-package), [Matlab](https://github.com/apache/incubator-mxnet/tree/master/matlab), and [Julia](https://github.com/apache/incubator-mxnet/tree/master/julia) * Cloud-friendly and directly compatible with S3, HDFS, and Azure License