
Squirrel (programming language)
Open SourceSquirrel is a high-level, imperative and object-oriented programming language designed for embedding in applications.
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.
Squirrel is a high-level, imperative and object-oriented programming language designed for embedding in applications.
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.
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.
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.
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.
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.
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.
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.
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.
Scala is a powerful, general-purpose programming language designed to combine the best features of object-oriented and functional programming paradigms.
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.
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.
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.
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.
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.
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.
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.
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.