←back to thread

358 points ofalkaed | 6 comments | | HN request time: 0.198s | source | bottom

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
1. 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 #
2. khaledh ◴[] No.45553653[source]
Same with Vale: https://vale.dev
replies(1): >>45554104 #
3. ofalkaed ◴[] No.45553772[source]
I played with Austral about a year ago and really wanted to use it for my projects, but as a hobbyist and mostly inept programmer it lacked the community and ecosystem I require. I found it almost intuitive and the spec does an amazing job of explaining the language. Would love to see it get a foothold.
4. alexeldeib ◴[] No.45554104[source]
ouch, last “recent update” in 2023. Any idea what happened?
replies(1): >>45554965 #
5. valorzard ◴[] No.45554965{3}[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 #
6. alexeldeib ◴[] No.45555296{4}[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!