aardappel / lobster

The Lobster Programming Language

Home Page:http://strlen.com/lobster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language tools for M1 Mac and macOS?

ornamentist opened this issue · comments

I've tried running the pre-built macoS-x64 lobster download on an M1 Mac but it crashes when run.

I've also downloaded the source with the included XCode project. I've managed to avoid XCode for the whole time I've been using a Mac so I need to do some reading on how to build with that tool. I'll add comments to this issue as I learn more.

Yes, would be good to know where it crashes.

One thing is that if you try to run some Lobster code directly (not with --cpp), it will JIT the code to x86. I can imagine that somehow not working on the M1. That should be apparent in a stack trace.

I currently don't have an M1 machine to try this on.. ideally it would JIT straight to ARM, which it does have an implementation for.

This is stale, libtcc in Lobster now supports running on M1