v0.2.4 Released

The Language Without Limits

A powerful, expressive programming language built for AI, Web, Apps, Scripting, and Security. One clean syntax. Infinite possibilities. The .ut extension changes everything.

Get Started Playground

Built for Modern Developers

Everything you need to build amazing applications

AI Native

Built-in sentiment analysis, NLP, keywords extraction, and LLM API calls. Everything for AI development is built right in.

Web Built-in

HTTP requests, web servers, JSON handling - all native. No external dependencies needed for web development.

Security Tools

Hashing, encoding, cryptography - all included. Build secure applications with confidence.

File System

Complete file operations, directory management, and JSON processing. Everything is in the stdlib.

Shell Access

Run commands, access environment variables, OS info. Full shell integration for scripting.

Network

Sockets, TCP, port scanning. All the tools you need for network programming.

Clean. Simple. Powerful.

Write expressive code with readable syntax

main.ut
// Hello World start main() { say("Hello, Untold World!") } // Variables let name = "Untold" let version : num = 1.0 lock PI : num = 3.14159 // Functions fn add(a: num, b: num) -> num { return a + b } // Control flow if version > 1.0 { say("Release ready!") } // Loop loop i in 0..5 { say(i) }

Get Started

Install Untold Lang in seconds

pip install untold-lang
Read Docs Try Playground