Apps Related to Static Typing

Discover apps and services related to Static Typing.

Variable types are checked at compile time, helping to catch type-related errors early in the development process.

Filter by Platform

Platforms:

Static Typing Applications

Sort:
Hack

Hack

Open Source

Hack is a programming language for the HipHop Virtual Machine (HHVM), combining the fast development cycle of dynamically typed languages with the discipline of static typing. It offers features like type hinting and asynchronous programming primitives, making it suitable for building complex, performant web applications.

Improved performance through HHVM.
Scripting
Development
Kotlin

Kotlin

Open Source

Kotlin is a modern, statically-typed programming language developed by JetBrains. It runs on the Java Virtual Machine (JVM), Android, and the web (via JavaScript), and can compile to native code. Designed for concise, safe, and interoperable code, Kotlin aims to make programming more enjoyable and productive.

Enhanced safety with explicit null handling, reducing NullPointerException error...
Scripting language
Development
Rust

Rust

Open Source

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. It's ideal for systems programming and performance-critical applications.

Guaranteed memory safety without garbage collection.
Abstract Data Types
Development
Haskell

Haskell

Open Source

Haskell is a powerful, statically typed, purely functional programming language. It emphasizes immutability and mathematical purity, leading to robust and maintainable code. Ideal for applications demanding correctness and concurrency.

High code reliability due to strong static typing and purity.
Functional Language
Development
C (programming language)

C is a foundational, imperative programming language renowned for its efficiency and low-level access. It serves as a bedrock for systems programming, operating systems, and performance-critical applications, providing direct control over hardware through features like manual memory management.

High performance due to direct compilation to machine code.
Compiled Language
Development