Skip to content

ibomash/nock.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nock.jl

A Nock interpreter written in Julia.

Nock is a stateless virtual machine defined in 200 words. Nock is a part of Urbit. For more information, see the Urbit documentation and the formal Nock specs.

Usage

using Nock
nock(parse_nockdata("[42 [8 [1 0] 8 [1 6 [5 [0 7] 4 0 6] [0 6] 9 2 [0 2] [4 0 6] 0 7] 9 2 0 1]]"))
# => 41

About

A Nock interpreter written in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages