Skip to content

Language: Start here

This section is about writing .incn programs: syntax, semantics, patterns, and mental models.

If you’re not sure where you fit, start at Start here.

Deciding if Incan fits

Tutorials (learn)

  • The Incan Book (Basics): Book index
  • Web framework tutorial: Web Framework (advanced; reads like tutorial + how-to)

How-to guides (do)

Reference (look up)

Guide Derives
String Representation Debug, Display
Comparison Eq, Ord, Hash
Copying & Default Clone, Copy, Default
Serialization Serialize, Deserialize
Custom Behavior Overriding derived behavior

Explanation (understand)

See also