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

https://github.com/grandmoff100/blueberrylang

A static language written with RPython
https://github.com/grandmoff100/blueberrylang

Last synced: 8 months ago
JSON representation

A static language written with RPython

Awesome Lists containing this project

README

          

# Blueberry

Welcome to a berry cool language!
Blueberry is a static typed language written in RPython and compiled with PyPy.

# Running a script
Right now as this project is in extreme pre-alpha
you can use the command
```bash
$ pypy3 -m blueberry
```

Where you replace `` with the path to the .berry file you want to run.