Last night, I did a talk and demo of the programming language that I've been developing. Here is t…
This is answered in comments:
Laurie —
Thanks for the link! As you say, very interesting article. I didn't quite understand the bit about…
Or is even this wrong?[/quote] Again, compiler fences don't offer any guarantees on when the upda…
I think this means "Xlib vs XCB" ? or are you meaning implementing X11 Directly (handmade style/ …
Can you file a GitHub request for it? That seems to be the best way of keeping track of things pe…
Yes, important point. But I mean the first read, after the write. There are ways to know if this …
I was going to fix that bug, but I completely forgot about it. Thanks for reminding me, I'll fix i…
Mikkel —
New version! Awesome! Now, whenever my program hits an exception (or rather my assert have been tr…
Connor —
Time to try MotionBox, I guess! :D. So many nice comments about it.Connor
Hello everyone! Today I upload a new version of CDbg with some improvements and bug fixes. Changes…
Thanks for that feedback. I should really use that kind of story on the project page. I'm sure a …
Thank you Allen, Honestly I already thought that the HMN was very welcoming and then came your mes…
I've thought about this feature as well. However, even more useful (if it's not already in Motion…
I was honestly shocked when I booted it up for the first time yesterday. I had been dealing with c…
Fences don't necessarily impact performance. They prevent the compiler to reorder some code, yes,…
Please forgive me if I am rambling. I find this topic to be very interesting, and important. Readi…
They have good information on this topic and will give you relevant keywords/topics to look up in…
When Casey began addressing the issues in GitHub, I saw the one about "wrong pitch" and just assum…
It doesn't really matter. Both are API are more or less ok. And both of them talks with same X Win…
I've used it in the past. I can't stand the performance hit, and the last 2 years most of the fea…
Adrian —
My bad. Seems there was a problem with the place where the printf() function was invoked. Im an id…
Clang has pretty good manual on its command-line usage: And there are a lot of common things wit…
Adrian —
Jeah it creates an perfectly running Unix executable. It seems programming is the easy part. Creat…
If your dead set on using Visual Studio then I highly recommend you get either ReSharper or Visual…
I thought that might be the problem, changed that but got same error a couple of lines further dow…
I'm especially intrigued by Idris!