QBall
QBall is a high-level interpreted language written in Python. It is object oriented and has an easy to learn and use syntax. The following is an example of outputting "Hello, world!" into the console
out "Hello, world!";
It also has any easy function decleration system
$ This is a single line comment
((This is a
multiline comment))
$ This declares a function outarg that takes an argument a
_outarg a;
out a;
end
outarg "Hello, world!";
Docs
Everything you need to know is in documentation.txt
Contribute
Go here to contribute: https://repl.it/@qballlang/QBall Changes are commited 8:00 PM EST every day I can
Trello board
The official Trello board: https://trello.com/b/cJM6HsR3/qball
Release files for qball-lang 0.5.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qball-lang-0.5.5.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qball_lang-0.5.5-py3.8.egg | Legacy Egg format | - | - | Details |
Total release size: 23.7 kB
Release files / qball-lang-0.5.5.tar.gz
| Download URL | qball-lang-0.5.5.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d57002b3bcb9516bd0b1ce86237b7a1bbb562bcb93bfa379cda9f2fa2043499e
|
|
BLAKE2b-256 checksum How to use checksums |
3d52044850aa2a182dce23b6dee8f92e8b6a0de69f6b99184be99d8ae34a97b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
|
Release files / qball_lang-0.5.5-py3.8.egg
| Download URL | qball_lang-0.5.5-py3.8.egg |
|---|---|
| Size | 16.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
7dfe16d1a9246022a4f69ebb765023df89216cfd171b8b104ee2527aaa6effd9
|
|
BLAKE2b-256 checksum How to use checksums |
f1935b487c1d2d33cc94155f6ff80af8f5377736f9259bfe4a10bfe6e8ce8795
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
|