Po-Lang — A high-performance, Python-inspired programming language engine
Project description
Po-Lang Engine
A high-performance, Python-inspired programming language with a bytecode VM.
Install
pip install po-lang
Usage
po run script.po
Features
- Lexer, Parser, Compiler, Bytecode VM
- Standard library:
io,math,json,net,sys - HTTP server with routing (
net.listen) - Foreign Function Interface (FFI)
HTTP Server Example
use net
keep server = net.listen(8080)
server["route"]("GET", "/", fn(req) { return "<h1>Hello from Po-Lang!</h1>" })
server["start"]()
Version
2.1.3 — Fixes: HTTP routing resolution, SO_REUSEADDR port reuse, proper HTTP header parsing.
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
po_lang_engine-2.1.9.tar.gz
(24.9 kB
view details)
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 po_lang_engine-2.1.9.tar.gz.
File metadata
- Download URL: po_lang_engine-2.1.9.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b3ab5dab4602f6041b87b65c51f7090dbce0ab4b608b8b5b8701247ffb8d7cb
|
|
| MD5 |
016e159a99f629e8aecaeab89dc57f42
|
|
| BLAKE2b-256 |
3611b421e8df9722f66ecea54ba437904eadd7004e7334b8201b53b23b948205
|
File details
Details for the file po_lang_engine-2.1.9-py3-none-any.whl.
File metadata
- Download URL: po_lang_engine-2.1.9-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aeb5fa94d04379ed152db89c5378ecc9e501b4b937cfac82d976578c48e0695
|
|
| MD5 |
27e09a30fa013b9732aa1ec507e723dd
|
|
| BLAKE2b-256 |
492aad97982f4f12aee08c3a3aa8d643594a2c85892c408482cc970aff3004b6
|