From 774d501c1f58947af4fb64a44a5a91c9942a8f21 Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 16 Jan 2015 11:13:27 -0800 Subject: [PATCH] add languages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bf295696..929ea9723 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,5 @@ Use Rabit ==== * Type make in the root folder will compile the rabit library in lib folder * Add lib to the library path and include to the include path of compiler +* Languages: You can use rabit in C++ and python + - It is also possible to port the library to other languages