Heyo, I've been using WriteFile to write to a file. And previously it worked fine, although I'm no…
In the C++ variant of this, those entities all had vtables, yeah. Future variant is not worked out…
Thanks for the report! We did indeed find it on 308 :)Casey
I agree that their encoding system is interesting, but their using that particular strategy may lo…
I remember Jon complaining about all the extra copy ctor() stuff in a Jai rant, so I thought it mi…
Thimothy I'm pretty sure it's just a flat array of Door*. There is no reason to copy a door struct…
I'm curious if these structs are passed around as data or do you have methods attached to them, …
If a function is not declared before use then the compiler assumes it is declared with an int retu…
rizoma —
So I got this code, and I forgot to forward declare a function but I got it compiled anyway, I can…
The belt stuff is nice and all but their most interesting part (on the topic of machine language) …
The name was never final and just a placeholder. Also, Odin is a different spelling than Oden :P
._. —
Not to be a party pooper, but there is already a programming language named Oden:
Thank you for your reply. I think what you have done with your language, Jai, is absolutely brill…
Let me explain this more ... by analogy with CPUs. Clearly you want CPUs to be simple because they…
So you're saying the language is too complicated, but that the problem is it's not more complicat…
Great news! I will make a note of that for any bugs I may find in the future. Thanks, Michael
Hey thanks for letting me know. The issue is fixed now and a new build with the fix should be ava…
I didn't run your code (I'm using vs2012 so some features you are using are not supported, it's mi…
I put together a list of options you can set to remove all the Visual clutter from Visual Studio 2…
Mox —
Hi, I found a bug in the last minute code for the cycle tag. Don't know if Casey wants to know it …
First I need get a base language with which I am happy with before I can then expand upon. I thi…
Hello Allen, I've been playing around with "4Coder Super!", and I just started playing around with…
Thanks for responding, Casey. I understand that it can't be easy doing as many things at once as y…
As the developer of the Molecule Engine, I wanted to chime in to clarify things and make my intent…
It looks like you are taking some of the better stuff from the Go language and ditching the rest. …
Assuming you are using visual studio, uou may want to use the static linking option, if you can: …
i found processing to be a pretty good way. You write the program with java and it compiles it in…
What features are you currently working on, and will be working on in future, in what order?
Dear Mārtiņš Možeiko... Thanks for your help... After running dependency walker, I found that …
The algorithm used in The Witness hasn't been documented yet, and it is the only one of its kind t…