Concurrency and Preemption

Concurrency and Preemption One can create concurrent and preemptable programs in NaaN with only minimal design effort. The following sections describe how NaaN achieves this relative to other familiar languages and techniques.

Hacking NaaN

All interesting programming languages provide a good hacking environment and NaaN endeavors to continue this fine tradition.

Dialects in NaaN

"To have another language is to possess a second soul." -- Charlemagne

NaaN Tutorial: A Bitcoin Ticker

The best way to learn a new software platform is to jump right in and start write code. This tutorial describes how one might develop a Bitcoin ticker.