Skip to content
Hugo edited this page Jan 8, 2026 · 1 revision

Welcome to the Nocta Wiki

Nocta is a lightweight deep learning library written in pure C, featuring a custom domain-specific language (Nocta Language) for rapid development.

Documentation Sections

  • Language-Guide: Learn the syntax and features of the Nocta Language (.noc).
  • Standard-Library: Reference for built-in functions, tensor operations, and neural network modules.
  • Building: Instructions on how to compile Nocta from source.

Quick Start

The Nocta CLI (nocta_cli) allows you to run scripts directly:

./nocta_cli examples/mnist.noc

See the examples/ directory for more real-world usage.

Clone this wiki locally