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

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.
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.
[SUCCESS] Module mapped natively to C:\Programs\Nexo\libs
$ nexo build server.nexo
[SUCCESS] MSIL Emission completed: server.dll