Comment by rizky05
3 days ago
Does not work on mac:
> { printf 0010; printf 0101; } | ./lambda.com; echo
zsh: done { printf 0010; printf 0101; } |
zsh: segmentation fault ./lambda.com
3 days ago
Does not work on mac:
> { printf 0010; printf 0101; } | ./lambda.com; echo
zsh: done { printf 0010; printf 0101; } |
zsh: segmentation fault ./lambda.com
It doesn't work on modern Apple Silicon macs with M1-4 chips (although Rosetta [1] might be able to handle it somehow), but it works fine on my older x86 based iMac.
[1] https://en.wikipedia.org/wiki/Rosetta_(software)
No it does not (I opened the x86 version of the terminal with rosetta and run the commands and get the same error).
If the downvotes are because I am somehow wrong and it can run in rosetta I would be interested to learn how to actually get to run it.
1 reply →