File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Supervised by [@MasseGuillaume](https://github.com/MasseGuillaume) and/or
131
131
132
132
Scala-Native is a new target for Scala. Instead of compiling to bytecode and running on the JVM, we
133
133
use llvm to generate native assembly code. We currently do not compile Java to llvm. Therefore we need
134
- to reimplement some parts of JDK such as java.net.* , java.io.* , java.nio.* and java.util.* . We are already
134
+ to reimplement some parts of JDK such as ` java.net.* ` , ` java.io.* ` , ` java.nio.* ` and ` java.util.* ` . We are already
135
135
reimplementing the JDK and we need your help to increase our coverage. It'a unique chance to learn
136
136
how to implement the java api and write low level Scala code.
137
137
You can’t perform that action at this time.
0 commit comments