Another little programming language
Project description
# Fus
It’s a little programming language!
I have embedded it in Python, and uploaded it to PyPi to see how that’s done.
## Getting Started
Try the following:
from fus import run
# NOTE: The fus module maintains fus state (defs+stack+vars)
run(r‘“Hello!n”’ “ =’msg”) run(“‘msg str_p”) # Prints: Hello!
run(‘def add_and_print of(x y ->): + p’) run(‘1 2 +’) run(‘10 @add_and_print’) # Prints: 13
run(‘asd’) # Raises RuntimeError
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
Fus-0.0.11.tar.gz
(72.9 kB
view details)
File details
Details for the file Fus-0.0.11.tar.gz.
File metadata
- Download URL: Fus-0.0.11.tar.gz
- Upload date:
- Size: 72.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e525e364982c8054062c499e47fbd33688bae3e6721295441c88e7a408b9d9f5
|
|
| MD5 |
02bd6a677305994368c53c8a513e2f2e
|
|
| BLAKE2b-256 |
32ad30a18401aca975b679d8bcfb7634015c002fa7ca53c047643d7dd6a1026e
|