A tiny programming language
Project description
Teeny Programming Language
Teeny is a small, expression-first programming language designed for quick scripting and rapid prototyping. Its syntax stays tiny and predictable, but it still includes useful features like structural binding, pattern matching, modules, pipeline operators, and backtick-style regex. Everything in Teeny is an expression — blocks, functions, conditionals, loops — so code stays compact and consistent.
See https://teeny-lang.surge.sh/.
A tiny example
greet := (name) => "Hello, {name}!"
for [i, who] in [[1, "Alice"], [2, "Bob"], [3, "Cat"]] {
println("{i}: " + greet(who))
}
Project details
Release history Release notifications | RSS feed
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 teeny-0.0.1.tar.gz.
File metadata
- Download URL: teeny-0.0.1.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5bac12ed00078998f85033e8edd1c247bdcde71c8f49d39d0a9d98513e26dbd
|
|
| MD5 |
ea26e46147d79c5cf900a70439a952e1
|
|
| BLAKE2b-256 |
0d46b4cf3b8f71d369424b2f0619f7d1652b9a0b22f66db64e0e01612f719009
|
File details
Details for the file teeny-0.0.1-py3-none-any.whl.
File metadata
- Download URL: teeny-0.0.1-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f205edae945c1e7f72f6ec6692ed213ffd7ac0b7beca0366cef1c9e44adf925
|
|
| MD5 |
0eba80bb92a81270fcfb2a52d720a21a
|
|
| BLAKE2b-256 |
b9f2848eca1ef860fa8b7fa8b95a3a98ff90ba4dcd90d4a67e2bf03a1829bc8f
|