intoverflow / Potential

x86-64 assembly as a Haskell EDSL

Home Page:http://potential-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential is a systems programming language designed for high reliability.
It is currently in active development and should be considered HIGHLY
EXPERIMENTAL.

Key features:
* Automatically manages pointer aliases, invalidating aliases when changes are
  made to data that have an effect on the underlying type
* Automatically tracks the evolution of machine state as instructions sequence
  together
* Haskell's type inference eliminates the need for type annotations, while ghci
  provides the ability to inspect the types of functions to ensure that the code
  you write has the effect you want
* Easy to extend and modify the language to suit your application's needs

For more information, visit us:
http://potential-lang.org
http://github.com/intoverflow/Potential

About

x86-64 assembly as a Haskell EDSL

http://potential-lang.org


Languages

Language:Haskell 97.6%Language:C 2.0%Language:Shell 0.4%