Press ESC to close

Rust

The Rust is a systems programming language sponsored by Mozilla Research. It is designed to be a “safe, concurrent, practical language”, supporting functional and imperative-procedural paradigms. The Rust is syntactically similar to C++ but is designed for better memory safety while maintaining performance. Rust is open source…

Hack

The Hack is a programming language for HHVM. It allows the programmers for using both static and dynamic typing. It provides instantaneous type checking by incrementally checking your files as you edit them. It…