clasp-developers / clasp

clasp Common Lisp environment
https://clasp-developers.github.io/
2.58k stars 145 forks source link

Does Clasp support mobile platforms ? #1475

Open prehonor opened 1 year ago

prehonor commented 1 year ago

It makes common lisp run on mobile!

Bike commented 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.

lemanschik commented 1 year ago

@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