Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brentseidel/ada-lisp-embedded
Extensions to the Tiny Lisp language for embedded applications
https://github.com/brentseidel/ada-lisp-embedded
ada lisp lisp-dialect lisp-interpreter
Last synced: about 2 months ago
JSON representation
Extensions to the Tiny Lisp language for embedded applications
- Host: GitHub
- URL: https://github.com/brentseidel/ada-lisp-embedded
- Owner: BrentSeidel
- License: gpl-3.0
- Created: 2021-04-07T19:17:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T14:58:46.000Z (10 months ago)
- Last Synced: 2024-07-30T16:46:20.717Z (5 months ago)
- Topics: ada, lisp, lisp-dialect, lisp-interpreter
- Language: Ada
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ada-Lisp-Embedded
Extensions to the Tiny Lisp language for embedded applicationsDue to hardware differences, not all operations will be supported on all
platforms. It is expected that the Arduino Due and the Raspberry PI will
be supported. Select the appropriate .gpr file for your platform.
Platform specific code will be in its own subdirectory, while common
code will be in a common subdirectory. Refer to the [documentation](../blob/main/doc/Lisp-Embedded.pdf) for
the operations added for each platform and how to embed each platform.Currently supported targets are:
* Arduino Due