Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page