Skip to main content

No project description provided

Project description

MíngShé

A better Python superset language.

Install

pip install mingshe

Usage

mingshe --help

Pipe

Example:

range(10) |> sum |> print

Compile to:

print(sum(range(10)))

Conditional

Example:

a ? b : c

Compile to:

b if a else c

Partial

Example:

square = pow(?, 2)

Compile to:

(lambda pow: lambda _0, /: pow(_0, 2))(pow)

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

mingshe-0.3.0.tar.gz (55.7 kB view hashes)

Uploaded Source

Built Distribution

mingshe-0.3.0-py3-none-any.whl (63.8 kB view hashes)

Uploaded Python 3

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