I've been trying it out for a big project I work on(500k LOC) to help manage some of the complexit…
graeme —
My problem with all that |>-ing is naively we'd define map as which, again naively, appears to b…
CC: ChronalDragon & J_vanRijn. This is a good idea
I just copy my 4 or 5 config files over. I don't reinstall stuff very often, so it's not a big dea…
+1 (we really need to get upvote/like buttons on here ASAP)
Laurie —
Thanks for your response! That definitely helps to clarify things. So would you say that handmade …
I tried msys2 a while ago, but I use symlinks to keep my dotfiles (.vimrc, .gitconfig, etc..) up …
I have used all kinds of mingw ports - msys, mingw-w64, tdm, nuwen, msys2. And I highly recommend …
At it's core, it means something along the lines of "conscientious, curious, with craftsmanship". …
Mór —
Yeah, I asked them when I was demoing it and they responded with these links. I don't think you h…
Laurie —
Hi all, I'm new to these forums and this community, but I have been following for a while. I've wa…
Here's hoping. I think the idea is pretty solid, but who knows how it will turn out. I'm sure ther…
changing to Zi did not help and clicking on "Browse and find hitbox_render_group.cpp" just print t…
Doeke —
I kinda like CLion, but for debugging it's really bad. There is also no memory view and you can't …
That kind of syntax drives me crazy too, which is what I love about the |> operator which you can …
I realized that people have a different definition of what "Function Programming" means, and that …
What happens if you change -Z7 to -Zi ? What happens if you browse to file (click the blue link) a…
I guess a worse case is when you want to do something like: int x = bar(i) if(x==SPECIAL_CASE) re…
Jesse —
I think this is a bug introduced by Visual Studio 2015 Update 3. Assuming you've upgraded.
This one has got me stumped. I am trying to step through my render_group code in visual studio, bu…
Yeah return values from the middle of functions is not possible in the way you are used to because…
I think it has huge potential, but from what I've seen, it needs more direction. It seems like the…
Well, if you're looking for something really easy to get started, the Stanford PLY format is dead-…
Re: languages which prioritize functional but allow other stuff, many many years ago I tried Ocaml…
graeme —
Here's a quote from the start of Michael Abrash's graphics programming black book. The first chapt…
There's glTF format from Khronos: It's not intended as runtime format, but more as transmission…
Pete —
Why is it that COLLADA is such a bad format? From what I can see it is XML-based which is enough …
I am really starting to like the Handmade Network and the people it attracts. This is the first u…
Doeke —
Thanks! Installing the font did the trick!
I find internet arguments about it tend to get tautological. That is, any early optimization that …