←back to thread

358 points ofalkaed | 1 comments | | HN request time: 0.2s | source

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
Show context
exp1orer ◴[] No.45553614[source]
It might be too soon to call it abandoned, but I was very intrigued by the Austral [1] language. The spec [2] is worth reading, it has an unusual clarity of thought and originality, and I was hoping that it would find some traction. Unfortunately it seems that the author is no longer actively working on it.

[1] https://austral-lang.org/ [2] https://austral-lang.org/spec/spec.html

replies(2): >>45553653 #>>45553772 #
khaledh ◴[] No.45553653[source]
Same with Vale: https://vale.dev
replies(1): >>45554104 #
alexeldeib ◴[] No.45554104[source]
ouch, last “recent update” in 2023. Any idea what happened?
replies(1): >>45554965 #
valorzard ◴[] No.45554965[source]
The author got hired by Modular, the AI startup founded by the creators of LLVM and Swift, and is now working on the new language Mojo. He’s been bringing a bunch of ideas from Vale to Mojo
replies(1): >>45555296 #
1. alexeldeib ◴[] No.45555296[source]
Oh nice! I just had an excuse to try mojo via max inference, it was pretty impressive. Basically on par with vllm for some small benchmarks, bit of variance in ttft and tpot. Very cool!