- Joined
- Oct 19, 2023
maybe just get things working without fancy oop shit and then introduce exactly enough oop shit to not want to kill yourself when you end up needing oop shitI started to do that again, but I think I kinda want to try to pick an implementation that has as much of this stuff already handled for me. Not that I'm shy about hacking stuff together myself, and I'm sure I'll need to do some of that, but I want to pick something that has as much of these features as off-the-shelf components as possible before diving in.
then you basically just build an object system that works perfectly for what you specifically need out of an object system
maybe take a look at gambit too, although chicken is probably better for your use case (as long as you figure out how to make it generate c that works in your windows cross compiler)I might actually try this with Chicken. Chicken is a great implementation, but I just wonder if cross-compiling with it will be a pain in the ass or not.