https://github.com/jeremi360/sharpy
My own programing langue
https://github.com/jeremi360/sharpy
Last synced: 4 months ago
JSON representation
My own programing langue
- Host: GitHub
- URL: https://github.com/jeremi360/sharpy
- Owner: Jeremi360
- License: mpl-2.0
- Created: 2021-03-20T10:07:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T14:47:29.000Z (over 1 year ago)
- Last Synced: 2024-12-30T02:33:30.774Z (5 months ago)
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sharpy
My own programing langue.
Inspired by Python, CSharp and GDScript
plus my own ideas that I didn't saw in any langue.## Sharpy Concepts
- divide your code to rule it
- every thing is public
- every thing is overrideable
- expandable enums at runtime
- `static` like in **C#**
- `if` is also a `switch` from other c-like langues
- getset like in **C#**
- only easy to understand sugar code, **non** lambdas
- `skip` instead of confusing `continue` in `for` loop
- `wait` instead of confusing `yield`
- commas (`,`) are optional
- blocks of code starts with `:` and contunie by indent
- keywords `use`, `as` and `hide` can be used
to differentiate between values and functions with
that same name, but form different scripts