zovt / newt

The Newt Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEWT
====

Newt is a lisp/scheme-like language with a focus on being useable
for real-time applications such as games, A/V processing, or OS-dev.

To accomplish this, Newt compiles to machine code, has no runtime,
and is easily interoperable with C.

Along with this, Newt is strongly statically typed, with type
inference.

About

The Newt Programming Language

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scheme 94.4%Language:Makefile 3.2%Language:Shell 2.3%