Giter VIP home page Giter VIP logo

iris's People

Contributors

asciian avatar tani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lisprez tani

iris's Issues

Comments aren't handled at all

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 tokens in this case and there's nothing useful you can do) and the next prompt to be displayed. Worse, if I run iris test.lsp containing comments, nothing is evaluated at all and the interpreter exits with 0, as if everything is fine.

Installed via go get github.com/asciian/iris on Arch Linux.

Can't read input from stdin on scripting.

;; test.lisp
(format (standard-output) "~A" (read))

Current behavior

$ iris test.lisp # or $iris test.lisp
#<END-OF-STREAM >

Expectation

$ iris test.lisp # or $iris < test.lisp
10
10

Special forms like with-open-input-file and block eval their arguments

Not sure whether it's a systematic issue, but I found that neither of these simple examples work correctly:

>>> (with-open-input-file (in "/etc/hostname") (read-line in))
#<DOMAIN-ERROR {IRIS.OBJECT: IN, EXPECTED-CLASS: <STRING>, IRIS.CONTINUABLE: NIL}>
>>> (block foo (return-from foo 42))
#<UNDEFINED-VARIABLE {NAME: FOO, NAMESPACE: VARIABLE, IRIS.CONTINUABLE: NIL}>

Both examples work fine with OpenLisp and return the hostname and 42 respectively. I'm using the latest Iris installed with go get github.com/asciian/iris on Arch Linux.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.