-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Asp is a Python-like scripting platform specifically designed for embedded systems.
https://www.asplang.org/
https://bitbucket.org/asplang
Implementation language: C
GC: None (static memory; ref counting within that)
License: Public domain
Notes:
- Python-like.
- Static allocation for script code and data memory spaces.
- Implementation does not use recursion.
- Leaves application in control of processor at high frequency.
- Allows blocking calls in scripts without blocking the application.
- Bare-metal or OS-based applications.
- Scripts must be compiled, binary version is run on the target.