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

https://github.com/jwerle/barry

Light weight scripting language
https://github.com/jwerle/barry

Last synced: about 1 year ago
JSON representation

Light weight scripting language

Awesome Lists containing this project

README

          

barry
=====

Light weight scripting language experiment

## why ?

for funs to see what I can do

## status

WIP - and probably forever

## build

```sh
$ make
```

## install

clibs:

```sh
$ clib install jwerle/barry
```

source:

```sh
$ make install
```

## usage

**program.br:**

```ruby
name = "Joseph Werle"

def greet
print("Hello", name, "!")
end

greet()
```

## license

MIT