joergen7 / trif

dynamically typed functional programming language with a Lisp syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trif

Trif is a dynamically typed functional programming language with a Lisp syntax.

Dynamic Typing

Trif is dynamically typed. Typed variants of Trif might compile to Trif as a kernel language. Providing no static type system allows several such variants to exist.

Functional Programming

Functions are values. Lists, logic, general recursion, quote, eval. No references (mutable variables) nor mutable data type.

Syntax

Looks like a Lisp.

About

dynamically typed functional programming language with a Lisp syntax

License:Apache License 2.0


Languages

Language:Assembly 82.7%Language:Racket 10.8%Language:Erlang 4.3%Language:TeX 1.1%Language:C 0.7%Language:Makefile 0.2%Language:C++ 0.1%