Please revert the "fix" that makes it so your demo is not seen at all.
Please revert the "fix" that makes it so your demo is not seen at all.
Deleted Comment
$ cd ghostty
$ zig build -Doptimize=ReleaseFast
$ ./zig-out/bin/ghostty
The problem is that the announcement page goes to [1] where it should go to [2] (a simple issue using os=macosx instead of os=macos)
brew install --cask factor also works
[1] https://builds.factorcode.org/release?os=macosx&cpu=x86.64
[2] https://builds.factorcode.org/release?os=macos&cpu=x86.64
It was correct on the main Factor website, but my blog was using the old links before we fixed the macos rename.
I find Factor to have a compelling sweet spot of concise syntax, dynamic features, and (relatively) high performance. But in particular, I think we've done a good job with a few things:
1) Making the language very "clickable", so you can introspect and dig down into all function and type definitions.
2) Provide a lot of batteries-included in the standard library.
3) Make it super easy to accept contributions, there's a part of the distribution that is "extra" and has low barrier to entry and then we commit to keeping code working and promoting things to the main standard library when they are useful/documented/tested enough.
Years ago I made a high res greyscale version of the drunken bishop:
https://raw.githubusercontent.com/justintrupiano/RSA-Randoma...