Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 373 Bytes

pynock

An implementation of Nock in Python

Based on Crash course in Nock which declares "The best way to learn Nock is to read the spec and write your own naive interpreter." So I did :-)

See nock.py for the first attempt.

nock.md contains some hopefully helpful explanations about the details of Nock.