possibly the world's most simplest and restricted language.
Project description
NumberScript
possibly the world's most simplest and restricted language.
Installation
pip
pip install NumberScript
Features
- No spaces (Yup, you read that right)
- Comments
- Only 7 commands
- A shell and a runner
Docs
commands
commands: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
comments: %
arithmetic: ^
Compare: = | ! | < | >
operations: + | - | * | / |
If-Else: ? :
NOTE: You can't have different arithmetic signs in a single ^ : so you can do this 1+1+2 but not 1+1*2 : Also NO SPACES.
syntax
A basic program
%Test.ns
0 %Starts %The %Program
3a:Hello %Sets %The %Variable %a %to %Hello
2a %Displays %a
?a=Hello:2a:2Bye %Check-A-If-Its-Hello-Then-Display-It-Else-Display-Bye
1 %Ends %The %program
You can also have that program like this
0 3a:Hello 2a 4a=Hello:2a:2Bye 1
Here is another program where it loops over digits to check if it's lucky
%Is-This-lucky:Checks-If-The-Number-Is-Lucky
0
3lucky_num:9
6n\10\?n=lucky_num:2n|2Is-The-Lucky-Number:2n|2Is-Not-The-Number
1
So, since there aren't any spaces what can we use instead of them? You can use _ or -.
To-Do
- User Input
- Functions
- Possibly OOP
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
NumberScript-1.8.0.tar.gz
(4.3 kB
view details)
File details
Details for the file NumberScript-1.8.0.tar.gz
.
File metadata
- Download URL: NumberScript-1.8.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0a485f6c2c658bc5c6e0dba90afaaf5efe4d3b0c6cf67b4d15ac211ef2812c8 |
|
MD5 | 9b0bc1e6c6d5cddfc27d631de7390638 |
|
BLAKE2b-256 | 01aa072c9635b772f0db438b0c49f123d2cd6e7e68ccc8675b64071faaeb39e9 |