We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the iris wiki!
$ 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