Now this is a curious packaging bug! https://mathstodon.xyz/@bremner/114722528619653537
I blogged a little big about my playing around in Racket on my MNT Pocket Reform, which is aarch64 based. I mentioned that Racket was way too slow, so I had switched to Guile.
It turns out the Debian packaging for Racket was compiling x86_64 for all platforms, and so Racket on Debian on ARM was being effectively *emulated* due to a packaging bug!
I guess I'm glad my little blogpost uncovered that!
BTW, today I implemented `syntax->list` using a `syntax-case`. I needed it to get a list of values from args pattern variable of (arg1 args ...) pattern.
And only now I realized that I don't actually need it, because #'(args ...) is already a list in Guile.
It solves my previous question about syntax->list I had last week:
https://fosstodon.org/@abcdw/114018596208278873
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.