Open prehonor opened 1 year ago
x86-64 only right now. We would need LLVM support, including advanced aspects like JITted code with exception tables. Though maybe the bytecode could make it easier.
Also images are pretty big.
@Bike @prehonor i can recommend to give https://github.com/cesquivias/mumbler a try in case of mobile and IOT maybe even on larger projects. Its a GraalVM based lisp so supports all programming languages that are supported by GraalVM Already can be seen as LLVM => GraalVM replacement
It makes common lisp run on mobile!