yoanncouillec / fun

Funny functional programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fun

Fun programming language is a scheme-like language.

The aim of Fun is not to build a revolutionary language. It's to show the simplicity in designing a minimal functional programming language but still very usable. Fun has those characteristics:

  • Functional: Like OCaml, Haskell, Scala or Lisp, Fun is a functional programming language with all advantage of it, a very clear and clean expressivity focused on correctness.
  • Dynamic typing: Like Lisp or JavaScript (or even Python) typing is dynamic, meaning types are determined at runtime.

License

Fun is made under the terms of the LGPLv3 license.

About

Funny functional programming language

License:GNU Lesser General Public License v3.0


Languages

Language:C 68.0%Language:Yacc 24.9%Language:Makefile 2.8%Language:Standard ML 2.4%Language:Lex 1.9%