Skip to main content

possibly the world's most simplest and restricted language.

Project description

Logo of NumberScript

NumberScript

PyPI - Downloads PyPI - Downloads Discord

NumberScript Discord-Invite

Possibly the world's most simplest and restricted language.

Installation (pip)

pip install NumberScript

Features

  • No spaces (Yup, you read that right)
  • Comments
  • Only 8 commands
  • A shell and a runner

Docs

Documentation: https://github.com/Sas2k/NumberScript

CLI and repl

To use the repl just run python -m NumberScript

To run a file use python -m NumberScript -f Path/To/File

Commands

commands:  0  |  1  |  2 (@string.index)  |  3  |  4  |  5  |  6 |  7
input: ~
random: *
comments: %
arithmetic: ^
Compare: = | ! | < | >
operations: + | - | * | / |
If-Else: ? :

NOTE: You can't have different arithmetic signs in a single ^ : meaning you can do 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 this program like. (Without any new-lines) 0 3a:Hello 2a 4a=Hello:2a:2Bye 1

Here is another program that loops over digits to check if they are 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

You can find more examples in the examples folder.

So, since there aren't any spaces what can we use instead of them? You can use _ or -.

To-Do

  • Import and library system
  • Possibly OOP

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

NumberScript-1.11.5.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file NumberScript-1.11.5.tar.gz.

File metadata

  • Download URL: NumberScript-1.11.5.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for NumberScript-1.11.5.tar.gz
Algorithm Hash digest
SHA256 900ff5b0296d85b83bee1e6fe64f032325b64b8fa0bf0b0e687ad21c4ccab0e7
MD5 34f39fcb487549a5a681d9b23093c2c1
BLAKE2b-256 d58f52a37addb3840311a36c6f1d7ad079a3857206603fa9df3e38d6e1421078

See more details on using hashes here.

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