An open API service indexing awesome lists of open source software.

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 📦.

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)