Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islisp-dev/iris
The interpreter of ISLisp
https://github.com/islisp-dev/iris
go golang gopherjs implementation interpreter islisp javascript lisp
Last synced: 7 days ago
JSON representation
The interpreter of ISLisp
- Host: GitHub
- URL: https://github.com/islisp-dev/iris
- Owner: islisp-dev
- License: mpl-2.0
- Created: 2017-07-02T12:27:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T15:37:32.000Z (over 3 years ago)
- Last Synced: 2024-10-30T14:42:45.545Z (14 days ago)
- Topics: go, golang, gopherjs, implementation, interpreter, islisp, javascript, lisp
- Language: Go
- Homepage: https://islisp.js.org
- Size: 1.34 MB
- Stars: 60
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![IRIS](https://typography.deno.dev/render?text=IRIS&family=Zilla+Slab+Highlight&weight=700&size=30&color=%23000000)
IRIS is a interpreter of ISLisp implemented with golang.
ISLisp is a member of LISP family and standardized by ISO in 2007.
As you know, Common Lisp is standardized by ANSI in 1994.
The webpage and the online REPL are at [islisp.js.org](https://islisp.js.org).## Academic work
We submitted a paper about this work to KSE2021 conference.
In the paper, we referenced the code in `kse2021` branch of this repository.## License
This software is licensed under the Mozilla Public License v2.0
## Copyright
Copyright (c) 2017-2021 islisp-dev All Rights Reserved.