Richard Zulch

Richard Zulch

Richard C. Zulch is a technologist and inventor, and been a founder, developer, and CTO. He has deeply analyzed the software of over 100 startups for M&A investors, strongly informing NaaN's design.

Architecture of NaaN

This article describes how NaaN is structured. The overall goals are to provide code portability across a variety of environments, extensibility to simplify adding new features, uniform debugging and logging access for reliability, and above all simplicity wherever possible.

NaaN for Experts

This article provides a high density overview of NaaN concepts for expert software developers familiar with JavaScript.

Remote Evaluation

Modern software involves an intricate dance among connected systems. Often the communication mechanism is an RPC or API, but NaaN provides the more versatile and dynamic approach of Remote Evaluation.

The Underworld

A computer language may have all of the purity and elegance in the world, but it can never be better than the platform underneath, or the ecosystem it inhabits.

NaaN Tutorial: Library Integration

Libraries have always been important to the viability of a computer language and its ecosystem, but now they are essential. A key strength of NaaN is that it can readily integrate libraries from the NPM registry of over two million packages.