@@ -13,17 +13,17 @@ We have a repository of officially maintained language bindings, as well as many
1313## Unified Libraries
1414
1515Our official "unified" [ language binding repository] ( http://github.com/ev3dev/ev3dev-lang )
16- currently has support for C++, Lua, Node.js, R and vala .
16+ currently has support for C++, Lua, Node.js, and Python .
1717These libraries are all built around a single
1818[ API specification] ( https://github.com/ev3dev/ev3dev-lang/blob/develop/wrapper-specification.md )
1919that ensures that interface is almost identical for each, and they are being updated and
2020enhanced regularly.
2121
2222* Unified bindings:
23- * [ Lua] ( https://github.com/ev3dev/ev3dev-lang/tree/develop/lua )
2423 * [ C++] ( https://github.com/ev3dev/ev3dev-lang/tree/develop/cpp )
25- * [ Node.js] ( https://github.com/ev3dev/ev3dev-lang/tree/develop/js )
26- * [ R] ( https://github.com/ev3dev/ev3dev-lang/tree/develop/R )
24+ * [ Lua] ( https://github.com/ev3dev/ev3dev-lang/tree/develop/lua )
25+ * [ Node.js] ( https://github.com/wasabifan/ev3dev-lang-js )
26+ * [ Python] ( https://github.com/ddemidov/ev3dev-lang-python )
2727
2828## Extra languages
2929We also have many great contrubutors that are maintaining extra libraries for languages not included in our other repository.
@@ -34,3 +34,4 @@ We also have many great contrubutors that are maintaining extra libraries for la
3434 * [ C (with optional Perl, Python and Ruby bindings)] ( https://github.com/in4lio/ev3dev-c ) by @in4lio
3535 * [ C] ( https://github.com/theZiz/ev3c ) by @Ziz
3636 * [ Clojure] ( https://github.com/annapawlicka/clj-ev3dev ) by @annapawlicka
37+ * [ vala] ( https://github.com/dlech/ev3dev-lang-glib ) by @dlech and @WasabiFan
0 commit comments