Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed "under active development" warning
  • Loading branch information
iatorm authored Oct 1, 2020
1 parent 0806b9d commit 6f0474a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Husk is a functional [golfing language](https://en.wikipedia.org/wiki/Code_golf), inspired by (and implemented in) [Haskell](https://haskell.org).
Documentation can be found on the [Wiki](https://github.com/barbuz/Husk/wiki).

This language is still in an early development phase, so anything may be subject to modification without prior notice.

## Language concepts

Many of the fundaments of this language are derived from Haskell, so if you are familiar with Haskell it will be easier for you to learn Husk. The main difference is given by a type inferencing step done at compilation time which can guess the desired function among different functions with the same name, basing on how their types unify with the types of other functions and the input. In practice, this means that most functions in Husk are overloaded to do different things based on the type of their arguments.
Expand Down

0 comments on commit 6f0474a

Please sign in to comment.