The Wayback Machine - https://web.archive.org/web/20201219200826/https://github.com/islisp-dev/iris
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.