Skip to content

Commit 1515a38

Browse files
jabrenaWasabiFan
authored andcommitted
Move @jabrena's Java library into main "programming languages" list (ev3dev#373)
* Upgrading the programming language doc * Minor change * Minor change * Clarification of the library. * Better explanation * Minor change * Adding changes from Review notes.
1 parent cf7de94 commit 1515a38

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

docs/programming-languages.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ to learn.
5050

5151
[Get started with JavaScript](https://github.com/wasabifan/ev3dev-lang-js){: .btn .btn-default }
5252

53+
## Java (LeJOS-compatible)
54+
<http://ev3dev-lang-java.github.io/>
55+
56+
Java is a general-purpose computer programming language that is concurrent, class-based and object-oriented. In Java 8, the language added some functional features very interesting to learn.
57+
58+
The project has support for EV3 Sensors and Actuators. The project includes the support for LeJOS local navigation stack.
59+
60+
In this project, the Objects included in the different libraries follow the LeJOS Interfaces, not to be confused with another Java project based on [ev3dev unified language binding for Java](https://github.com/mob41/ev3dev-lang-java)
61+
62+
[Get started with Java](https://github.com/ev3dev-lang-java/ev3dev-lang-java){: .btn .btn-default }
63+
5364
## Go
5465
<https://github.com/ev3go/ev3dev>
5566

@@ -129,9 +140,6 @@ contributing to it to get it updated and ready to use.
129140
## Pure Java
130141
<https://github.com/mob41/ev3dev-lang-java>
131142

132-
## Java LeJOS compatibility layer
133-
<https://github.com/ev3dev-lang-java/ev3dev-lang-java>
134-
135143
## R
136144
<https://github.com/ev3dev/ev3dev-lang/tree/R-legacy/R>
137145

0 commit comments

Comments
 (0)