Haskell AlternativesProgramming Languages and other similar apps like Haskell
Haskell is described as 'Advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software' and is a popular programming language in the development category. There are more than 50 alternatives to Haskell for a variety of platforms, including Linux, Mac, Windows, BSD and Haiku apps. The best Haskell alternative is Python, which is both free and Open Source. Other great apps like Haskell are Java, PHP, C++ and Rust.
filter to find the best alternatives
Haskell alternatives are mainly Programming Languages but may also be Compilers or Software Frameworks. Filter by these or use the filter bar below if you want a narrower list of alternatives or looking for a specific functionality of Haskell.- Programming Language
- Free • Open Source
- 91 Python alternatives
Python is an interpreted, interactive, object-oriented, extensible programming language. It provides an extraordinary combination of clarity and versatility, and is free and comprehensively ported.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Symbian S60
- BSD
- AROS
- Haiku
- AmigaOS
- OpenSolaris
- MorphOS
Top Python Features
- High Level
- Object-oriented Language
- Dynamic typing
- Modular System
- Garbage Collection
- Support for scripting
- Lightweight
- Interpreted language
- Ad-free
- Portable
- Rad
Python VS Haskell
Is Python a good alternative to Haskell? - 73 Java alternatives
Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.
License model
- Free Personal • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Online
- Android
- Java Mobile
- Symbian S60
- HP webOS
- Blackberry
- Android Tablet
- BSD
- Blackberry 10
- Kindle Fire
Java Features
- Garbage Collection
- Statically Typed Language
- Object-oriented Language
- Coding
- X86/x64 Compatibility
- Stringent Programming Language
Java VS Haskell
Is Java a good alternative to Haskell?Comments about Java as an Alternative to Haskell
Java does not support tail call optimization-- an extremely important FP feature. Java didn't even have lambdas until recently. Java does not run natively like Haskell. Java almost requires OOP whereas Haskell is functional. Java's type system is very different (even inferior) from Haskell's.
3 - 43 PHP alternatives
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- BSD
- PHP
PHP Features
- Portable
- Lightweight
- Object-oriented Language
PHP VS Haskell
Is PHP a good alternative to Haskell?Comments about PHP as an Alternative to Haskell
PHP is not at all functional like Haskell.
2 - 68 C++ alternatives
C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose, powerful programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.
C++ Features
- Compiled Language
- Systems programming
- Manual memory management
- Object-oriented Language
- Statically Typed Language
- Portable
C++ VS Haskell
Is C++ a good alternative to Haskell? - 46 Rust alternatives
Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector.
Rust Features
- Typesafe
- Compiler Explanations
- Static typing
- Pattern matching
- Compiled Language
- Package Manager
- Portable
- Test case management
- Abstract Data Types
Rust VS Haskell
Is Rust a good alternative to Haskell?Comments about Rust as an Alternative to Haskell
Data in Rust is immutable by default which matches Haskell's behavior. Rust's type system is similar to Haskell's. Rust support tail call optimization. Rust's option type supports basically the same error handling paradigm as Haskell's Maybe. Rust does not really use classes, but rather supports the definition of a data type and functions/methods that operate on that data type. Rust and Haskell both support pattern matching. Rust and Haskell both compile to native.
1 - 66 C (programming language) alternatives
C is a general-purpose computer programming language. C is one of the most widely used programming languages of all time.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Android
- iPhone
- Android Tablet
- BSD
- iPad
- AROS
- Android Wear
- Haiku
- Playstation
C (programming language) Features
- Systems programming
- Works at kernel level
- Manual memory management
- Compiled Language
- Inline assembly
- Portable
C (programming language) VS Haskell
Is this a good alternative to Haskell?Comments about C (programming language) as an Alternative to Haskell
C does not guarantee type safety, does not guarantee immutability nor thread safety, does not have functional quality of life improvements like list comprehensions etc.
1 - 78 C# alternatives
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- BSD
C# Features
- Compiled Language
- Object-oriented Language
C# VS Haskell
Is C# a good alternative to Haskell?Comments about C# as an Alternative to Haskell
RemovedUserWhile C# does have functional lambda expression support, it is mainly a object orientated language which can differ a lot from functional programming not to mention Haskell being a purely functional language.
0 - 68 Go (Programming Language) alternatives
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding automatic memory management, type safety, some...
Top Go (Programming Language) Features
- Compiled Language
- Object-oriented Language
- Test case management
- Readability
- Performance Monitoring
- Static typing
- Support for scripting
- Lightweight
- Class inheritance
- Typesafe
- Garbage Collection
Go (Programming Language) VS Haskell
Is this a good alternative to Haskell? - 81 Lua alternatives
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Android
- iPhone
- Android Tablet
- BSD
- iPad
- Android Wear
- Haiku
- AmigaOS
- Playstation
- MorphOS
Lua Features
- Lightweight
- Embeddable
- Support for scripting
- Configuration
- Command line interface
Lua VS Haskell
Is Lua a good alternative to Haskell? - 79 Ruby alternatives
Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan during the mid-1990s and was initially developed and designed by Yukihiro "Matz" Matsumoto.
Ruby Features
- Dynamic typing
- Blocks
- Object-oriented Language
- Text processing
- Interpreter
- Native extension libraries
Ruby VS Haskell
Is Ruby a good alternative to Haskell? - 78 Perl alternatives
Perl is a high-level, general-purpose, interpreted, dynamic programming language with over 22 years of development.
Perl Features
- Support for scripting
- Portable
- Lightweight
- Shell integration
- Text processing
Perl VS Haskell
Is Perl a good alternative to Haskell? - 88 Nim (programming language) alternatives
Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate power without compromises on runtime efficiency.
License model
- Free • Open Source
Application types
Platforms
- Mac
- Windows
- Linux
- BSD
Nim (programming language) Features
- Compiled Language
- Imperative Language
- Systems programming
- Static typing
- Portable
- Ad-free
- Support for scripting
- Lightweight
- Object-oriented Language
- Lisp-like
Nim (programming language) VS Haskell
Is this a good alternative to Haskell?
Comments about Python as an Alternative to Haskell
While they can be both used for programming all kind of software and even look a bit similar, they are totally different in core functionality. Speaking of static typing vs dynamic typing, no one would want to switch to a dynamic typed language after experiencing Haskell.