• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ale is a Lisp Environment for Go applications

Ale is a Lisp Environment

Build Status Test Coverage Maintainability GitHub

Ale is a Lisp Environment for Go applications

How To Install

Make sure your GOPATH is set, then run go get to retrieve the package.

go get github.com/kode4food/ale/cmd/ale

How To Run A Source File

Once you've installed the package, you can run it from GOPATH/bin like so:

ale somefile.ale

# or

cat somefile.ale | ale

How To Start The REPL

Ale has a very crude Read-Eval-Print Loop that will be more than happy to start if you invoke ale with no arguments from your shell.

Current Status

Still a work in progress. Use at your own risk.