chrisdone-archive / z

A strict, impure, curried, partially applied programming language with rather peculiar syntax.

Home Page:http://chrisdone.com/z/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tiny language called Z

A strict, impure, curried, partially applied language with rather peculiar syntax. See documentation.

Setup

Z is currently implemented in Haskell.

You can download Haskell here.

After installing Haskell, you should be able to do

$ cd <path/to/z/dir>
$ ghc Setup.hs
$ ./Setup configure
$ ./Setup build

which will yield a binary in dist/build/z/z.

When run, it provides an interactive prompt that evaluates Z.

If you want to run the contents of a file, you can use shell redirection:

$ ./dist/build/z/z < examples.zz

About

A strict, impure, curried, partially applied programming language with rather peculiar syntax.

http://chrisdone.com/z/

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


Languages

Language:Haskell 87.8%Language:Emacs Lisp 12.2%