gingerBill

@gingerbill.org

I'm a Ginger thus I have no soul. Creator of the Odin Programming Language https://odin-lang.org Working with JangaFX on EmberGen/GeoGen/LiquiGen

Its been a month since i started using @gingerbill.org 's Odin language, so I feel compelled to finally write something about that For context: I'm working on a little steamvr overlay tool in my free time. The goal is to learn more about steamvr and to write something lower level than i usually do

There is an annoyance some people using Odin have where they don't want to use the MSVC toolchain on Windows but rather use MinGW. These being the two main toolchains for C/C++ development on Windows. There is a reason Odin uses MSVC and NOT the MinGW toolchain...

This is clearly just AI generated garbage. Please don't read any of it. The code examples are borderline-Go and it's all bad.

Post nicht verfügbar.

So today has been an amazing day for Odin. First the Odin Book, new Odin release, and now Odin is on Compiler Explorer (Godbolt)! SUCH A GOOD DAY!!!

A lot of people ask me how Implement, linked lists/vectors/strings/hash tables, and other common data structures, and I think most people assume i have really good reusable implementations of these after 20+ years. I don't. I always reimplement it every time.

But honestly, mostly because I find @gingerbill.org (Odin creator) and Jonathan Blow's views on software and programming refreshing and thought-provoking, and Odin is clearly an expression of those views 😁 In the "modern replacements for C" space, Rust, Zig, and Odin map out 3 contrasting positions