this post was submitted on 03 Jan 2024
843 points (93.7% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] EdibleFriend@lemmy.world 81 points 2 years ago (6 children)

What does it say about a person like me who reads all these damn memes even though I don't know jack shit about programming?

[–] insomniac_lemon@kbin.social 21 points 2 years ago* (last edited 2 years ago) (2 children)

I'm like that because:

  • I need a hobby
  • weird history with programming, but never actually liked any programming language enough to have a real project.
  • now I found a niche language* that I like but so far it's just not where I want get started (one example, still no bindings for Godot 4)
  • Ray almost tricked me into making a framework for a framework but I saw right through that
  • personal issues

*=Nim

[–] jeremias@social.jears.at 3 points 2 years ago (1 children)

Never worked with nim or godot, but it is able to call c routines? So I guess you would be able to call to gdnative?

Likely isn't gonna be beatifull, but it should work.

[–] insomniac_lemon@kbin.social 2 points 2 years ago* (last edited 2 years ago)

It's something like that, but way beyond me so I couldn't get something manually let-alone full bindings. I was making a polygon loader+text format for Raylib and didn't even finish that somewhat due to it not being straightforward to properly implement/use (beyond what I had already that is, and that I'd probably need to make an editor too). And a big reason for wanting Godot is to create and animate polygons in-engine eye example with an editor so yeah I'd rather wait.

load more comments (3 replies)