home.social

#odinlang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #odinlang, aggregated by home.social.

fetched live
  1. 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.

    youtube.com/watch?v=dLPAqXi9In0

    #odin #odinlang

  2. One curious outcome of the #AI / #LLM craze is that in the eternal "tabs vs spaces" holy war, tabs will eventually win. Because token efficiency, simple as that. And this is good. #golang #Rebol #odinlang

  3. 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

    docs.fireflyzero.com/dev/getti

    In reference to @0xabad1dea, --lang=abadidea also works 🙃

  4. 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).

    #gamedev #ecs #odinlang

  5. @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.

  6. I started rewriting the PoC plaintext.casa parser from #typescript to #odinlang. Such a nice language to work with!

  7. I added the language server 'ols' to wip.

  8. I just updated in wip. Im looking for people that would like to test on

  9. 😱 why didn't anyone tell me about #odinlang ? It looks like #ziglang and #golang had a beautiful baby!

  10. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  11. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  12. I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2

    I'm doing it in #OdinLang this year. Find my code here:
    github.com/jdarnold/advent2024

    Join my leaderboard with the code 335841-f28d1b57

  13. I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1

    I'm doing it in #OdinLang this year. Find my code here:
    github.com/jdarnold/advent2024

    Join my leaderboard with the code 335841-f28d1b57