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…
Fair points. Rust actually gets most of what I want. The only major concern I have is build times(…
If this has already been answered, I apologize, since the forums aren't easily searchable at the m…
I've gotten pokes from viewers asking about the . It's awesome to have awesome viewers, thank you …
I am having some problems with my first pass. Here is what I am trying to do: I am just focusing …
I like quite a lot of the ideas from Jai however there are two main problems with Jai: Jai is sta…
Interesting, I'd also be interested in your thoughts on Jai. The general notion of an 'improved C'…
Is this your game built from source, or just binary you got from somewhere? If it is your game, th…
Intel and AMD chips present x86 and x86-64 as a front end to the world, but the actual chip turns …
I have been working on a game in C++ for over a year now. Recently I had to change the development…
Interesting. How does your language differ from Jai?
Is there a video on how to set up VS with emacs or 4coder? If so can someone let me know which one…
CREATESTRUCT is here: It is mentioned in description of last parameter for CreateWindow[Ex] funct…