Profile avatar
ilazaric.bsky.social
20 posts 9 followers 68 following
Getting Started
Active Commenter
comment in response to post
Kleenopodes
comment in response to post
Goto is fine actually
comment in response to post
That would be great You might be able to work magic with brevzins trivial unions paper Personally wish goto was usable in constexpr, starting to get addicted to it
comment in response to post
You might be able to transpile into C++ via reflection and token sequences injection
comment in response to post
Bruh that looks incredible
comment in response to post
Hmm, sounds like a deal breaker coming from implementation dev, have clang/gcc/msvc devs expressed opinions on implementability of this?
comment in response to post
Which one?
comment in response to post
Recursion is expensive, and rewriting the algo iteratively is often not that bad, even if you need to simulate the stack it's much better
comment in response to post
We're all bots here except for you Beep boop
comment in response to post
Going to gym at 6AM, total darkness End of workout, still pitch black Quite the vibe
comment in response to post
Another version of you youtu.be/EoVQ_TQFJy0?...
comment in response to post
Hana Dusikova might be working on constexpr coroutines, unsure
comment in response to post
What are you finding most useful in 30?
comment in response to post
Both but not for long, the hexadot is getting deprecated
comment in response to post
I'm just gonna hole up with reflection and ignore the mess that is C++ safety :)
comment in response to post
Tbh my love for templates makes me super excited for reflection
comment in response to post
Makes perfect sense, parenthood changes you :) Other good ones to me are Saint Maud, Midsommar, and on a bit more trashy level the Conjuring movies :P
comment in response to post
Mother! was pretty fun for me, a lot of symbolism as well
comment in response to post
How do you like: godbolt.org/z/fbKnjnW7r
comment in response to post
fuck you
comment in response to post
substitute(^^std::tuple, {^^int, ^^float, ^^std::string}) vs substitute(reflexpr(std::tuple), {reflexpr(int), reflexpr(float), reflexpr(std::string)}) The 2nd one is worse bc it brings more attention to the fact we are reflecting, when 1st one brings more attention to WHAT we are reflecting