Hey r/ProgrammingLanguages! I've been working on a language called Vix. The main goal is memory safety without the complexity that usually comes with no manual memory management and no garbage collector pauses.
Still early stage but the core ideas are solid. Would love feedback from this community since you actually know what you're talking about.
Happy to answer any questions about the design decisions!
Hey r/ProgrammingLanguages! I've been working on a language called Vix. The main goal is memory safety without the complexity that usually comes with no manual memory management and no garbage collector pauses.
Here's what basic code looks like:
```go func main() print("Hello, world!") end ```
GitHub: https://github.com/Vix-Programing-language/Vix-programing-la... Discord: https://discord.gg/CAemjRc4ya
Still early stage but the core ideas are solid. Would love feedback from this community since you actually know what you're talking about. Happy to answer any questions about the design decisions!