# Haskell Programming Language — Learn to Code with Haskell

> Haskell programming language IDE for iOS with editor, compiler, and online reference. (iPhone/iPad app by Anastasia Kovba.)

- Source: https://appshunter.io/ios/app/haskell-programming-language/id854652326 (this page in markdown: same URL + `.md`)
- Developer: [Anastasia Kovba](https://appshunter.io/developer/1501308821)
- Category: Reference, Utilities
- Price: Free with in-app purchases
- Rating: 2.82/5 from 11 App Store ratings · 19 written reviews indexed
- Age rating: 17+
- Requires: iOS 12.0 · 1 MB
- Languages: English
- Released: 2014-04-16
- Data updated: 2026-06-10
- Monetization: free with in-app purchases
- User reviews in markdown: https://appshunter.io/ios/app/haskell-programming-language/id854652326/reviews.md

## What is Haskell Programming Language?

The classic Haskell programming language for iPad, iPhone and iPod touch. Programming language is a perfect tool for studying, complex mathematical calculation, entertainment and many other useful tasks. The application is especially useful for learning the Haskell programming language. You have to buy compilations inside the application. Internet connection is required. 

- The great programming tool on the AppStore. 
- Your programming language for iOS is amazing! 

* FEATURES * 

- Compile and run your program. 
- Text input before program run and text output. 
- Enhanced source code editor with syntax highlighting, line numbers, color themes and additional keyboard.
- Online language reference and several program samples. 

* LIMITATIONS * 

- Internet connection is required to compile and run a program. 
- Graphics, network, file system and real-time input are not supported.  
- Maximum running time of a program is 15 seconds. 

Thanks for using the application! 

====================================== 

Haskell is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing. It is named after logician Haskell Curry. In Haskell, "a function is a first-class citizen" of the programming language. As a functional programming language, the primary control construct is the function.

Following the release of Miranda by Research Software Ltd, in 1985, interest in lazy functional languages grew: by 1987, more than a dozen non-strict, purely functional programming languages existed. Of these, Miranda was the most widely used, but was proprietary software. At the conference on Functional Programming Languages and Computer Architecture in Portland, Oregon, a meeting was held during which participants formed a strong consensus that a committee should be formed to define an open standard for such languages. The committee's purpose was to consolidate the existing functional languages into a common one that would serve as a basis for future research in functional-language design.

Haskell features lazy evaluation, pattern matching, list comprehension, type classes, and type polymorphism. It is a purely functional language, which means that in general, functions in Haskell do not have side effects. There is a distinct construct for representing side effects, orthogonal to the type of functions. A pure function may return a side effect which is subsequently executed, modeling the impure functions of other languages.

Haskell has a strong, static type system based on Hindley–Milner type inference. Haskell's principal innovation in this area is to add type classes, which were originally conceived as a principled way to add overloading to the language, but have since found many more uses.

The construct which represents side effects is an example of a monad. Monads are a general framework which can model different kinds of computation, including error handling, nondeterminism, parsing, and software transactional memory. Monads are defined as ordinary datatypes, but Haskell provides some syntactic sugar for their use.

The language has an open, published specification, and multiple implementations exist. There is an active community around the language, and more than 5400 third-party open-source libraries and tools are available in the online package repository Hackage.

The main implementation of Haskell, GHC, is both an interpreter and native-code compiler that runs on most platforms. GHC is noted for its high-performance implementation of concurrency and parallelism, and for having a rich type system incorporating recent innovations such as generalized algebraic data types and type families.

## Key features

- Compile and run Haskell programs
- Text input and output
- Source code editor with syntax highlighting
- Online language reference
- Program samples

## Pricing and in-app purchases

Base price: Free.

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| 100 Compilations for Haskell Programming Language | $0.99 | one-time |
| Unlimited Compilations for Haskell Programming Language | $2.99 | one-time |


## Recent user reviews (10 of 19)

All indexed reviews: https://appshunter.io/ios/app/haskell-programming-language/id854652326/reviews.md

### 1/5 — Basically worthless

*2022-09-03, version 13.0*

Will not compile anthing but the Hello World example.

### 3/5 — It works but could have a few updates

*2021-05-07*

Would be nice to have the option for spaces not tabs as an indent. Default is one tab which doesn't play nicely with Haskell.

Also, some auto completion of variable names etc...

### 5/5 — Reviewer “App_Known” is Precisely Correct

*2020-11-22, version 13.0*

It’s become increasingly difficult to believe ANY review, as people have become SO aggressively attacking in their comments. They say things in text that (I hope) they would NEVER say in person! In this app, the price for “unlimited” is basically FREE. What’s wrong with these “people”?!

To the developer: PLEASE IGNORE the idiots who expect EVERYTHING for free! Let them work FOR LESS THAN minimum wage, for FAR LESS THAN an hour!

THANK YOU, DEVELOPER, FOR ALL YOUR EXCELLENT WORK!!!

### 5/5 — Works like a charm!

*2020-04-08, version 13.0*

I had to fix the biased reviews on this app. Haskell is amazing and this app is impressive and ‘functional’ and a wonderful opportunity to practice Haskell from anywhere in the palm of my hand. Such power!!! Some users can be the biggest babies about things that are totally good for them. Thanks Developer!!!

### 5/5 — Great way to learn Haskell

*2019-11-18, version 13.0*

This is an excellent app with a reasonable pricing model. I’m puzzled by the negative reviews that are ostensibly by other engineers who seem to believe they are uniquely entitled to compensation for their work. This app is worth MORE than the small price for unlimited compiles.

### 3/5 — External library support

*2019-10-31*

This for me is a handy App for testing some concepts and experiments. I have not yet discovered whether it can handle external libraries - I get an error when adding a line such as import Lens.Micro . Maybe there is a way to include libraries.

### 5/5 — Haskell Programming On The Go

*2019-10-17, version 12.0*

I am learning Haskell. This little gem let’s me practice on the go for a very reasonable price. Keep up the good work, D!

### 1/5 — Crapware

*2019-08-07*

This app doesn’t do anything and is simply here to have you spend money.

### 1/5 — No point in making it free

*2019-03-20*

If you're going to charge people for compilations, just make the app paid so people don't have to waste time figuring that out. As it currently stands, you NEED to buy an in-app purchase to use this app.

Just use tryhaskell.com (for free) in Safari if you really need to use Haskell on a phone.

### 1/5 — Won't let you compile

*2017-01-31, version 9.4*

I've compiled ZERO times, and it won't let me compile even once. You have to pay for each compilation. Why?

**Developer response:** Unfortunately, we can't offer free compilations with the application. But you can compile and run the sample program for free.

## Frequently asked questions about Haskell Programming Language

### Does Haskell Programming Language have ads?

No, Haskell Programming Language does not contain advertisements.

### What devices support Haskell Programming Language?

Haskell Programming Language is supported on iPhone, iPad, and iPod touch devices.

### What is the age rating for Haskell Programming Language?

Haskell Programming Language has an age rating of 17+.

### How often is Haskell Programming Language updated?

The latest version, 13.0, was released on November 9, 2019. The app was initially released on April 16, 2014.

### What are the limitations of Haskell Programming Language?

Graphics, network, file system, and real-time input are not supported. Programs have a maximum running time of 15 seconds, and an internet connection is required to compile and run.

### What are the in-app purchases for Haskell Programming Language?

Users must buy compilations inside the application to use its features.

### What is the user rating for Haskell Programming Language?

Haskell Programming Language has a rating of 2.8 stars from 11 ratings.

### Can I use Haskell Programming Language offline?

No, an internet connection is required to compile and run programs within Haskell Programming Language.

## Version history (last 5 releases)

### 13.0 — 2019-11-09

Added iOS 13 support.

### 12.0 — 2019-03-06

Fixed "Bad server response" error.

### 11.1 — 2017-12-13

Fixed issue with quotation marks on iOS 11
Added support of iPhone X

### 9.4 — 2016-06-02

Fixed issues with hardware keyboard.

### 7.4 — 2015-03-07

Full support of iOS 8, iPhone 6 and iPhone 6 Plus.
New design of the app icons.
Auto indentation was added to the source code editor.

## Apps similar to Haskell Programming Language

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [NRRS](https://appshunter.io/ios/app/nrrs/id1490934580) | — | Free | Reference |
| [TdSE](https://appshunter.io/ios/app/tdse/id1483912060) | — | Free | Reference |
| [New Jersey Attorney](https://appshunter.io/ios/app/new-jersey-attorney/id853868760) | 4.5 (2) | Free | Reference |
| [Time calculator  ( Converter )](https://appshunter.io/ios/app/time-calculator-converter/id919839640) | — | Free | Reference |
| [BukkeApp](https://appshunter.io/ios/app/bukkeapp/id866950860) | — | Free | Reference |
| [Pollo Live Pro](https://appshunter.io/ios/app/pollo-live-pro/id1484427460) | 4.4 (14) | Free | Reference |

## More apps by Anastasia Kovba

- [Pascal Programming Language](https://appshunter.io/ios/app/pascal-programming-language/id461310295)
- [Visual Basic Language](https://appshunter.io/ios/app/visual-basic-language/id461322183)
- [C++ Programming Language Pro](https://appshunter.io/ios/app/c-plus-plus-programming-language-pro/id461327665)
- [Obj-C Programming Language](https://appshunter.io/ios/app/obj-c-programming-language/id486204866)
- [JVM Programming Language](https://appshunter.io/ios/app/jvm-programming-language/id486207896)
- [C# Programming Language](https://appshunter.io/ios/app/c-programming-language/id486208408)

All apps by Anastasia Kovba: https://appshunter.io/developer/1501308821

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-06-10.*
