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: 14 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T15:37:32.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:24:15.332Z (30 days ago)
- Topics: go, golang, gopherjs, implementation, interpreter, islisp, javascript, lisp
- Language: Go
- Homepage: https://islisp.js.org
- Size: 1.34 MB
- Stars: 61
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
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.