Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddydd/gdscheme
Implemenation of simple Scheme interpeter in GDScript based on Peter Norvig's article
https://github.com/teddydd/gdscheme
Last synced: 3 days ago
JSON representation
Implemenation of simple Scheme interpeter in GDScript based on Peter Norvig's article
- Host: GitHub
- URL: https://github.com/teddydd/gdscheme
- Owner: TeddyDD
- Created: 2016-06-20T12:35:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T17:21:51.000Z (9 days ago)
- Last Synced: 2024-11-03T18:23:04.224Z (9 days ago)
- Language: GDScript
- Size: 887 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDScheme (Norvig's Lispy) for Godot 4.3
I decided to fix my code from 2016 and finally port [Lispy](https://norvig.com/lispy.html)
to GDScript.## License
BSD Zero Clause License
Copyright (c) 2024 Daniel Lewan
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.