/iris

The interpreter of ISLisp

Primary LanguageGoMozilla Public License 2.0MPL-2.0

iris

Iris is a interpreter of ISLisp implemented with golang

logo

Introduction

ISLisp is a member of LISP family and standardized by ISO in 2007. As you know, Common Lisp is standardized by ANSI in 1994. Iris is a interpreter of ISLisp implemented with golang.

Iris has the webpage and the online REPL. islisp.js.org

Usage

Install

You can install iris with go get

$ go get github.com/islisp-dev/iris

Update

You can update iris with go get

$ go get -u github.com/islisp-dev/iris

Development

Test

Iris is tested on TravisCI with this command.

$ go test ./...

License

This software is licensed under the Mozilla Public License v2.0

Copyright

Copyright (c) 2017 islisp-dev All Rights Reserved.