https://github.com/lmantw/boxes
A goofy programing language all about 📦.
https://github.com/lmantw/boxes
goofy programming-language
Last synced: 9 months ago
JSON representation
A goofy programing language all about 📦.
- Host: GitHub
- URL: https://github.com/lmantw/boxes
- Owner: LmanTW
- Created: 2023-12-03T09:36:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T02:35:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T15:19:44.265Z (10 months ago)
- Topics: goofy, programming-language
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📦 Boxes
A goofy programing language which is all about 📦.
> [!WARNING]
> Please **don't** use 📦 to make any serious project, this is for the sake of your health (psychologically and physically).
> [!NOTE]
> Currently making a new version of 📦, with new compiler and vm
## Example
Here's an over-engineered example for printing `hello`:
```
+aList <- ['h', 'e', 'l', 'l', 'o'] # Create a box.
+@main <- List.join(aList, '') | print(Result) # Combine all the letters in the list (anArray).
```
# Content
* [Syntax](./Document/en-US/Syntax.md)