Skip to content
TANIGUCHI Masaya edited this page Mar 24, 2018 · 2 revisions

Welcome to the iris wiki!

Getting started

$ iris Iris ISLisp Interpreter Commit HEAD on go1.10 Copyright 2017 asciian All Rights Reserved. >>> 
$ echo '(+ 1 1)' | iris $ iris <(echo '(+ 1 1)')
$ iris source.lisp $ iris < source.lisp $ cat source.lisp | iris

Clone this wiki locally