#odinlang — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #odinlang, aggregated by home.social.
-
I'm pretty sure Niklaus Wirth and Dennis Ritchie never did anything like this, but it seems the times are indeed changing.
This is to announce the announcement that Odin will turn 1.0, sometime soon.
-
My actual ranking for your criteria:
1. #Nim - https://nim-lang.org
2. #Odin - https://odin-lang.org
3. #Gleam - https://gleam.run
4. #Zig - https://ziglang.org
5. #Go - https://go.devI just started learning #OdinLang this weekend myself.
-
New language! You can now write Firefly Zero games in Odin, a Go-like language with manual memory management. Give it a try with the latest firefly-cli:
ff new --lang=odin hello
https://docs.fireflyzero.com/dev/getting-started/
In reference to @0xabad1dea, --lang=abadidea also works 🙃
-
I am building this ECS in my spare time. Complete description with examples you can find in readme on github.
https://github.com/helioscout/moecs
If you want the highest performance, it’s best not to use any ECS. I love ECS because it allows you to systematize and separate/parallelize logic/data, move each part of the game into its own system, customize its operation, and generalize logic for entities with different components. As for speed, it will vary on different computers. You can play around with main.odin, and see the benchmarks (I use this code for testing). I’d be interested in seeing your results.
My tests show this:
With 7 components, 3 systems, 1 million entities, 6 archetypes, world progress 100 times takes 56 milliseconds (at each iteration: 1 system adding component to 100 entities and despawning one entity and 2 others getting 6 components for each entity).
-
@grainsnatcher I'm currently using #odinlang for a project. Maybe that's interesting for you as well. It feels like a super "friendly" version of C.
-
I started rewriting the PoC plaintext.casa parser from #typescript to #odinlang. Such a nice language to work with!
-
My game "Way Out Of Here" is now published!
https://danredtmf.itch.io/way-out-of-here -
-
#programming #ziglang #odinlang #redlang
Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.
-
-
I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/2
I'm doing it in #OdinLang this year. Find my code here:
https://github.com/jdarnold/advent2024Join my leaderboard with the code 335841-f28d1b57
-
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/1
I'm doing it in #OdinLang this year. Find my code here:
https://github.com/jdarnold/advent2024Join my leaderboard with the code 335841-f28d1b57