Untold Lang v2.0.0 — The Language Without Limits
Project description
What is Untold Lang?
Untold Lang is a powerful, expressive programming language built for AI, Web, Apps, Scripting, Security and more — all with one clean syntax and file extension .ut.
Visit
https://thedrjude.github.io/untold-lang/
Quick Start
pip install untold-lang
untold new my-app
cd my-app
untold run main.ut
Features
- Clean, readable syntax with unique keywords
- List and map literals:
[1, 2, 3],{"key": "value"} - 11 built-in standard library modules
- Built-in AI, Web, Security, Shell, Network, Regex, Time, Crypto tools
- Package manager (
untold install) - Project scaffolder (
untold new) - Compile to standalone binary (
untold build --target binary) - Interactive REPL:
untold reploruntold shell - Debugger:
untold debug <file.ut> - VS Code extension with syntax highlighting
- Runs on Linux, Windows, macOS
Standard Library
| Module | Description |
|---|---|
untold.ai |
Sentiment, NLP, keywords, LLM API calls |
untold.web |
HTTP GET/POST, web servers, JSON |
untold.fs |
File read/write, dirs, JSON |
untold.shell |
Run commands, env vars, OS info |
untold.net |
Sockets, TCP, port scanning |
untold.hack |
Hashing, encoding, security tools |
untold.db |
Database access |
untold.app |
Mobile & desktop UI |
CLI Commands
untold run main.ut # Run a .ut file
untold new my-app web # Create project from template
untold build --target binary # Compile to standalone binary
untold install colors uuid # Install packages
untold check main.ut # Check syntax
untold help # All commands
License
MIT — Built with passion by the thedrjude.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file untold_lang-2.0.0.tar.gz.
File metadata
- Download URL: untold_lang-2.0.0.tar.gz
- Upload date:
- Size: 37.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48d8fe2c2122c491205c91c8b1a7c494dd89f25bae41c584b128b0a79913c943
|
|
| MD5 |
da2e9fff2df7e2f617e6e082329d5e95
|
|
| BLAKE2b-256 |
18d6f9d90c0d032b0163caba984343ab973ab507c9c31de28cff661d778634bc
|
File details
Details for the file untold_lang-2.0.0-py3-none-any.whl.
File metadata
- Download URL: untold_lang-2.0.0-py3-none-any.whl
- Upload date:
- Size: 45.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8023da595a974d21fb4c619cc515d78e1deef89f16cb3702cff1b435e8c7d9c
|
|
| MD5 |
31fc846843ea75b36f5f6c28990cedd9
|
|
| BLAKE2b-256 |
9e8ee9b98b3789af4e925584455a86522cbda40a7ae241d181fcf3834b797cda
|