iris icon indicating copy to clipboard operation
iris copied to clipboard

The interpreter of ISLisp

Results 3 iris issues
Sort by recently updated
recently updated
newest added

If I run the REPL and enter `; test`, it hangs and doesn't proceed to the next prompt. I'd expect the input to be ignored (as the tokenizer yields zero...

bug

If I run `iris` and hit `C-d`, it quits the REPL immediately. If I run `iris`, evaluate something, then hit `C-d`, it doesn't quit the REPL. Hitting `C-d` again quits...

bug

```lisp ;; test.lisp (format (standard-output) "~A" (read)) ``` ## Current behavior ```shell $ iris test.lisp # or $iris test.lisp # ``` ## Expectation ```shell $ iris test.lisp # or $iris...