ZamScript is a language that interprets into Python and then runs Cython on it so it runs faster.
Project description
Basic ZamScript syntax
write is a function for displaying text in the console.
{ and } are default brackets for functions and stuff like that.
getall [module] is for importing all functions in a module.
get [module] is for importing the module.
define [function_name]{inputs} are for defining functions.
Since this languages syntax format and modules are all Python based, !pip install [package] installs the package with pip.
if [statement] then is for making an if-then statement.
is = to and is not = to are for making statements about if two things are equal or not.
otherwise if and otherwise then are for else and else if (elif) statements.
// are for comments.
forever is a infinitly repeating loop.
type is for making classes.
sh [command] is for running shell commands.
mod is for taking mods between numbers.
<<< and >>> are brackets for making dictionaries.
repeat [number_of_times_to_repeat] is for repeating that code that many times (without the square brackets).
var variable_name: type is used for predefining variables to make it run faster (not required).
That rest is like Python except for the fact that it supports Cython syntax.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ZamScript-0.0.1.tar.gz.
File metadata
- Download URL: ZamScript-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8cf07bf168f32a3656bc49d0d461cb4e7b8825ad1381630be1d308fa51dec62
|
|
| MD5 |
e2a22df05d28c3dfb4b9a37579e29d10
|
|
| BLAKE2b-256 |
fb67c8cd4a9d47c47a69c20e914d69b672d65684a966d8d900175929da067e20
|
File details
Details for the file ZamScript-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ZamScript-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e27d72b9183014cd18831f98ea286075988e68bb9db19459f66dacf407440cce
|
|
| MD5 |
689b0ff4f7d690f678017d74a5ba8d9d
|
|
| BLAKE2b-256 |
c7ccb1556a873e32737136f535985be1067967aa8f6e882b2ed7d9aa51c93334
|