An operating function (Prototype)
Go to file
2013-09-28 13:52:13 -07:00
doc Cleaning up old code 2013-09-28 13:21:18 -07:00
f Cleaning up old code 2013-09-28 13:21:18 -07:00
gen191 Cleaning up old code 2013-09-28 13:21:18 -07:00
include Cleaning up old code 2013-09-28 13:21:18 -07:00
outside Cleaning up old code 2013-09-28 13:21:18 -07:00
Spec removing old Nock specs 2013-09-28 13:52:13 -07:00
v Cleaning up old code 2013-09-28 13:21:18 -07:00
.gitignore Cleaning up old code 2013-09-28 13:21:18 -07:00
Makefile Cleaning up old code 2013-09-28 13:21:18 -07:00
README.markdown Cleaning up old code 2013-09-28 13:21:18 -07:00

Urbit

This is an implementation of C. Guy Yarvin's Nock axioms, a compiler from the "Hoon" language to Nock, and other foundations of the Urbit static functional namespace.

The interpreter depends on the following packages:

  • GNU Multiprecision library
  • libsigsegv
  • openssl
  • libssl-dev
  • ncurses

You may be able to install these by running

sudo apt-get install libgmp3-dev libev-dev libsigsegv-dev openssl libssl-dev libncurses5-dev

To build the system, run make OS=osx or make OS=linux.