Lyric is an experimental interpreted programming language developed by MiraNova Studios.
Project description
Lyric
Lyric is an experimental interpreted programming language built in Python, featuring strict type declarations, classes with inheritance, Python interoperability, and exception handling.
Version: 1.0.1 (Alpha)
Docs: lyric-lang.org
Source: GitHub
Install
pip install lyric-lang
Requires Python 3.10+.
Usage
lyric program.ly # run a file
lyric -i # interactive REPL
lyric -i "print 2 + 2" # evaluate an expression
Example
Hello world program.
def main() {
print "Hello World"
}
Bugs
Bug reports and feedback are welcome at GitHub Issues.
Copyright (c) 2026 MiraNova Studios. Licensed under the GNU General Public License v3.0.
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 lyric_lang-1.0.1.tar.gz.
File metadata
- Download URL: lyric_lang-1.0.1.tar.gz
- Upload date:
- Size: 64.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b977ec467278fe76c48a0f2ea5a7746f0006a883edbe042608d7741653eaf4f5
|
|
| MD5 |
4961e9ade86dffa74f8d6646c89d4f53
|
|
| BLAKE2b-256 |
cb7640dc4ba9d774bea663ba826cb781cd3965281fbcd8815b7dbffd228ecdd7
|
File details
Details for the file lyric_lang-1.0.1-py3-none-any.whl.
File metadata
- Download URL: lyric_lang-1.0.1-py3-none-any.whl
- Upload date:
- Size: 66.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
309cce30776adba5d4c095f6ece8fb5e82fa1982ed10567e7b02f8333065f4c8
|
|
| MD5 |
53373a799b3b3f3b1e9e6c1ab3b27ea1
|
|
| BLAKE2b-256 |
f5eb25bf03cafff349003f68296fc2c54ce6ecbd40d54a28d6e674182f4541be
|