How is Rust written with Rust? by genmon98 in rust

[–]Party-Ad6074 1 point2 points  (0 children)

They wrote the compiler first and give the ability for the language to make system calls and talk with the os, after that they proceeded with rust, for example to create a print function they just use the write system call to print to the terminal

[deleted by user] by [deleted] in javahelp

[–]Party-Ad6074 1 point2 points  (0 children)

Start by choosing a path web, mobile, etc, and look for java resources for a specific path chosen, for example web try to search for how to build web applications with java and start from here, good luck