Project: Splice
elpiel opened this issue · 5 comments
elpiel commented
Critical Astronautical
Splice: A Domain-specific Language for Software-Defined Satellite Applications
- Repository - https://github.com/AeroRust/splice
- Whitepaper - https://github.com/AeroRust/splice/blob/master/doc/pdf/whitepaper.pdf
Objectives:
Motivation:
pwnorbitals commented
Could you add more details about this project ? I’d be interested in helping out
jedisct1 commented
Any papers about Splice yet?
DarkStar1982 commented
Here is a brief primer:
https://github.com/AeroRust/splice/blob/master/doc/pdf/whitepaper.pdf
jedisct1 commented
Interesting project, thanks for the primer!
Did you consider WebAssembly (with domain-specific imports) as an alternative to a new machine language?
DarkStar1982 commented
I tried to make virtual assembly domain-specific, i.e. focused on interaction with satellite instruments and subsystems.
Also I was limited in time to develop the first prototype, so I took some shortcuts.