Skip to content

Add Asp #85

@allenbtaylor

Description

@allenbtaylor

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions