Flaque / boop

A scripting language written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boop

This is a programming language experiment. Take everything with a grain of salt, nothing's working right now and I have no plans at this time to support this language.

Overview

Boop is a sane scripting language for... scripting.

It's main claim to fame is every command in your $PATH is a function in Boop by default.

In other words, all standard unix commands like cd, grep, ls all work by default. All commands you've brew install'd or apt-get'd work too.

See langspec for more info.

About

A scripting language written in golang

License:MIT License


Languages

Language:Go 71.2%Language:Java 27.8%Language:ANTLR 0.9%Language:Shell 0.1%