blazex
ante
Our great sponsors
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
blazex | ante | |
---|---|---|
3 | 21 | |
49 | 1,623 | |
- | - | |
0.0 | 7.4 | |
9 months ago | 28 days ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blazex
-
What was the Rust project in your portfolio that got you hired as a Rust developer?
I didn't get hired but https://github.com/BlazifyOrg/blazex
ante
-
Why is there no simple C-like functional programming language?
Ante is what you are looking for. It's an ML descendant with no RTS nor AGC.
- Rust's Ugly Syntax
- [User study] Interest in a Rust-like garbage-collected programming language?
-
Cell Lang: Why yet another programming language?
In my experience, people believe that programming languages are a solved space, and we should stick with what we have.
It's unfortunate; because languages are very polarized today. I think there's a lot of room for languages that are safe, fast, and most importantly, *easy.* Today's languages are generally two out of three.
Luckily, a lot of languages are exploring that space!
* Vale is blending generational references with regions, to have memory-safe single ownership without garbage collection or a borrow checker. [0]
* Cone is adding a borrow checker on top of GC, RC, single ownership, and even custom user allocators. [1]
* Lobster found a way to add borrow-checker-like static analysis to reference counting. [2]
* HVM is using borrowing and cloning under the hood to make pure functional programming ridiculously fast. [3]
* Ante is using lifetime inference and algebraic effects to make programs faster and more flexible. [4]
* D is adding a borrow checker!
[0] https://verdagon.dev/blog/zero-cost-refs-regions
[1] https://cone.jondgoodwin.com/
[2] https://www.strlen.com/lobster/
-
Not well known programming languages with interesting features?
[Ante](https://antelang.org/): lifetime inference, refinement types, algebraic effects.
-
V Language Review (2022)
There are many more interesting languages in development anyway like Vale, Koka,Ante, Verona, Whiley etc.
- Ante – a low-level functional language
- Ante: A low-level functional language
- How good is LLVM in other languages other than C++? (In my case I'm interested in using Rust)
What are some alternatives?
riju - ⚡ Extremely fast online playground for every programming language.
Vale - Compiler for the Vale programming language - http://vale.dev/
woo - A fast non-blocking HTTP server on top of libev
azula - A fast, statically typed compiled language
ctru-rs - Safe Rust wrapper for the libctru C library
duck-editor - 基于scheme开发的鸭子编辑器
rust - Empowering everyone to build reliable and efficient software.
Ruma - A set of Rust crates for interacting with the Matrix chat network.
verona - Research programming language for concurrent ownership
passerine - A small extensible programming language designed for concise expression with little code.
gecko - Strongly-typed, general purpose programming language based on Rust
futhark - :boom::computer::boom: A data-parallel functional programming language