calor 0.6.0

dotnet tool install --global calor --version 0.6.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local calor --version 0.6.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=calor&version=0.6.0
                    
nuke :add-package calor --version 0.6.0
                    

Calor

Coding Agent Language for Optimized Reasoning

A programming language designed specifically for AI coding agents, compiling to .NET via C# emission.

Why Calor?

AI coding agents need to understand code semantically — what it does, what side effects it has, what contracts it upholds. Traditional languages hide this information behind syntax that requires deep analysis to parse.

Calor makes these things explicit:

Feature Calor Syntax Benefit
Side effects §E{cw,fr,net} Know effects without reading implementation
Contracts §Q (requires), §S (ensures) Generate tests, verify correctness
Unique IDs §F{f001:Main} Precise references that survive refactoring
Clear structure §F{...}...§/F{...} Unambiguous scope boundaries

Quick Start

# Install the compiler
dotnet tool install -g calor

# Initialize for Claude Code (in a C# project folder)
calor init --ai claude

# Compile Calor to C#
calor --input program.calr --output program.g.cs

Example

§M{m001:Hello}
§F{f001:Main:pub}
  §O{void}
  §E{cw}
  §P "Hello from Calor!"
§/F{f001}
§/M{m001}

Documentation

Learn More

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.6.0 46 6/5/2026
0.5.1 66 6/3/2026
0.5.0 177 4/22/2026
0.4.9 179 4/21/2026
0.4.8 139 4/20/2026
0.4.7 135 4/20/2026
0.4.6 136 4/18/2026
0.4.5 136 4/15/2026
0.4.4 170 4/10/2026
0.4.2 151 4/2/2026
0.4.1 161 3/15/2026
0.4.0 143 3/9/2026
0.3.9 129 3/9/2026
0.3.8 154 3/6/2026
0.3.7 197 3/2/2026
0.3.6 148 3/1/2026
0.3.5 182 2/27/2026
0.3.4 156 2/26/2026
0.3.3 165 2/25/2026
0.3.2 147 2/24/2026
Loading failed