N#

NEXO

A natively compiled, purely dynamic scripting architecture built on raw .NET MSIL. Designed for uncompromising speed and global cloud ecosystem integration.

Download Nexo 2.1.0 "Titan"Get Started (Docs)
Cozmo Robot

Robotics Frontier.

The Anki Cozmo isn't just a toy anymore. With nexocore.cozmo, you control hardware natively via MSIL. Direct handshakes, zero latency, pure N# logic.

Enter the Cozmo Lab

hello_world.nexo

using nexocore.math

<3 Compute native algorithmic damage
do hit(base, factor) {
return base * factor
}

result = hit(150, 2.5)
write "Target obliterated. Damage: " + result

Functions that Flow.

The Nexo infrastructure strips away restrictive architectural paradigms. Forget specifying 'int', 'string', or 'void'. The JIT Interpreter infers all memory structures instantly, letting you architect code effortlessly.

  • Typed-Free Variable Assignments
  • Universal 'do' Logic Subroutines
  • .NET CLR Hardware Acceleration

Raw MSIL Speeds

Compiling natively invokes the Reflection.Emit .NET engine. Nexo translates your scripts directly into machine `.dll` execution boundaries, outperforming interpreted runtimes.

🌍

Cloud NPM Modules

Nexo has no heavy standard library. Use the `nexo install` command to pull extensions natively from the Global Vercel Network.

🛡️

Isolated Threading

Completely disconnected environment boundaries ensure memory is never cross-contaminated. Subroutines exist securely within their own mapped runtime allocations.

💻

Cross-Platform Native

Whether you operate on an Intel Windows rig, an Apple Silicon Mac, or a Debian server, the pre-compiled native Nexo binaries bridge immediately via .NET 9.

Deploy the Global Network.

The native .NET CLI manages everything. Compile AOT `.dll` files, execute local JIT scripts via Interpreter, or synchronize extensions from the Cloud effortlessly.

$ nexo install custom.network
[SUCCESS] Module mapped natively to C:\Programs\Nexo\libs

$ nexo build server.nexo
[SUCCESS] MSIL Emission completed: server.dll
Explore the NPM Cloud Registry