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.8.tar.gz
(24.7 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.8.tar.gz.
File metadata
- Download URL: po_lang_engine-2.1.8.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3b0207efbb85473352a6270355bc2b1d99d84e8c0ec3020a5de2c8955b33aa
|
|
| MD5 |
f092a6b2747cb32bc171336a46a2aa59
|
|
| BLAKE2b-256 |
f3c4413a3f171ca67c444e09db8b6cc629a42e1af6f4443eb77ab561718964e8
|
File details
Details for the file po_lang_engine-2.1.8-py3-none-any.whl.
File metadata
- Download URL: po_lang_engine-2.1.8-py3-none-any.whl
- Upload date:
- Size: 29.1 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 |
9c7e641717a6b49168d3ff9a029fa21d9d7b4c24588ba81a9a50a8e24739137d
|
|
| MD5 |
6773619543991cb08f93f9ce1ed8ec47
|
|
| BLAKE2b-256 |
2a88112a133ab4a8b4b50b9168ed5ca36e6f549bcdbe401c79318e20f7f11d44
|