Press ESC to close

Category:

Did you Know

295   Articles
295

CheerpJ

The CheerpJ compiles Java bytecode into JavaScript and is compatible with 100% of Java, including a reflection and dynamic class loading. As such, it is the only solution that allows existing, unmodified Java…

SCALA

Scala is a general-purpose programming language. It is one of the main application programming languages used on Twitter. It was designed to express common programming patterns in a concise, elegant, and type-safe way. It…

JULIA

Julia is an open-source, high-level dynamic programming language which provides a numerical accuracy and an extensive mathematical function library. Julia’s Base library is largely written in Julia itself and also integrates mature, best-of-breed open source C…

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…