Why should anyone care about this?
Who knows, may be you are right here. I actually thought so at first, but knowing the author personally (he is my former colleague, I had the pleasure of working with him in the same team about 17-18 years ago), his extraordinary abilities and his writing style even before the widespread use of AI, I had my doubts.
Edit: I just noticed in another comment: "Perfect for : Trading systems, industrial control, Medical devices, aerospace applications". I'd go further than embarrassed, and say this person should be ashamed of themself and take this down.
Regulator, here is some code in an unknown and poorly documented language with no operational experience. The compiler was written using AI and no one has audited it.
That seems like an excellent idea to me.
Compilation Performance
Small files (<100 lines): <1 second
Medium projects (1K-10K lines): 5-30 seconds
Large projects (100K+ lines): 30-300 seconds with incremental compilation
Love that there's an upper limit on compilation time. No matter how large your project gets, it will never take more than five minutes to compile (incrementally).Just look at the so-called sort example from the repo:
def sort(list: List(T)): List(T) where Ord(T) =
match list do
[] -> []
[pivot | rest] -> sort(rest)
endA short code snippet (with syntax highlighting thank you) should be the first thing on your page.
I do not have to scroll through a huge wall of text (probably AI generated), 2 images (definitely AI generated), miss it, start clicking links, still not find it, hit the back button, scroll through the slop again, etc.
I want to see the thing, I don’t care about what you have to say about the thing until I can get a sense of the thing.
I do not think that much human time was spent on this actually.