Apps Related to Compiled Language

Discover apps and services related to Compiled Language.

Java code is compiled into bytecode, which is then executed by the Java Virtual Machine (JVM). This intermediate step makes the language platform-independent.

Filter by Platform

Platforms:

Compiled Language Applications

Sort:
Squirrel (programming language)

Squirrel is a high-level, imperative and object-oriented programming language designed for embedding in applications.

Excellent for embedding in C++ applications with a clean API.
Scripting
Development
Nim (programming language)

Nim is a modern, statically typed, compiled programming language emphasizing efficiency, expressiveness, and flexibility. It draws inspiration from languages like Python, Pascal, and C++, making it approachable for developers while offering low-level control for systems programming.

Excellent performance due to compilation to native code.
Imperative Language
Development
F# (programming language)

F# is an open-source, cross-platform, functional-first programming language designed for conciseness and correctness. It integrates seamlessly with the .NET ecosystem, making it ideal for data science, web development, and more.

Concise and expressive syntax.
Scripting language
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
FreeBASIC

FreeBASIC

Open Source

FreeBASIC is a free and open-source multiplatform BASIC compiler. It supports a wide range of operating systems including Windows, Linux, and macOS (via third-party ports), facilitating cross-platform development. It's designed to be highly compatible with QuickBASIC while offering numerous modern features like object-oriented programming, manual memory management, and support for graphics and sound libraries, making it suitable for various programming tasks from system utilities to game development.

High compatibility with QuickBASIC.
Compiler
Development
Free Pascal

Free Pascal

Open Source

Free Pascal Compiler (FPC) is a robust and versatile compiler for Pascal and Object Pascal, distributed under the GNU GPL. It supports numerous platforms and architectures, enabling developers to create a wide range of applications from console tools to cross-platform GUI applications.

Excellent cross-platform compatibility.
Compiler
Development
Apple Swift

Apple Swift

Open Source

Swift is a powerful and intuitive compiled programming language from Apple, building on the best of C and Objective-C without the constraints of C compatibility. It's designed for safety, performance, and modern software design patterns, enabling developers to create apps for iOS, macOS, watchOS, tvOS, and beyond.

Enhanced safety features reduce runtime errors.
Scripting
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
Scala

Scala

Open Source

Scala is a powerful, general-purpose programming language designed to combine the best features of object-oriented and functional programming paradigms.

Excellent blend of object-oriented and functional programming.
Compiled Language
Development
Dart

Dart

Open Source

Dart is an open-source, client-optimized programming language for building fast apps on any platform. It offers a productive development experience and high performance.

Excellent for building cross-platform applications with Flutter.
High Level
Development Network & Admin
Go (Programming Language)

Go (Golang) is an open-source, statically typed, compiled programming language designed at Google. Known for its concurrency primitives, garbage collection, and focus on simplicity, Go is well-suited for building scalable, high-performance applications, particularly in networking, cloud services, and microservices.

Excellent concurrency support with goroutines and channels.
Class inheritance
Development
Objective-C

Objective-C

Open Source

Objective-C was a robust, general-purpose, object-oriented programming language primarily used for Apple's macOS and iOS operating systems. It combined C's power with Smalltalk's dynamic messaging capabilities.

Excellent integration with macOS and iOS frameworks.
Object-oriented Language
Development
C#

C#

Open Source

C# is a versatile, modern, object-oriented programming language from Microsoft. It's widely used for developing Windows applications, web services, mobile apps, and games, offering a balance of power and ease of use.

Strong object-oriented features.
Compiled Language
Development
MATLAB

MATLAB

Commercial

MATLAB is a comprehensive platform for numerical computing, visualization, and programming. It provides a powerful environment for algorithm development, data analysis, simulation, and model development across various disciplines.

Comprehensive numerical computing environment.
Batch plotting
Development Education & Reference
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
Java

Java

Free

Java is a widely-used, object-oriented, general-purpose programming language designed to have as few implementation dependencies as possible. Its core principle, "write once, run anywhere" (WORA), allows compiled Java code to run on any platform that supports Java without the need for recompilation.

Platform Independent (Write Once, Run Anywhere)
Coding
Development Network & Admin
D (Programming Language)

D is a general-purpose systems and application programming language that aims to combine the power and high performance of C++ with the productivity and safety of modern languages like Python or Ruby.

Excellent performance comparable to C/C++.
Contract programming
Development