superisaac / 24points

learn functional programming languages by writing a 24-points game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

24points

24 points game is a good start point to learn functional languages, To implement a 24 points game needs Algebraic Data Type, pattern match and list processing, these features are well provied by modern, static-typed functional languages such as Haskell and OCaml.

About

learn functional programming languages by writing a 24-points game

License:MIT License


Languages

Language:OCaml 34.2%Language:Rust 26.7%Language:Haskell 20.3%Language:Nim 18.8%