We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
ratchetfreak
Thimothy I'm pretty sure it's just a flat array of Door*. There is no reason to copy a door stru…
»
Timothy Wright
Jonathan Blow and a bunch of subclasses like Door that go like this: 1 2 3 4 5 6 7struct Door :…
»
ratchetfreak
If a function is not declared before use then the compiler assumes it is declared with an int ret…
»
rizoma
So I got this code, and I forgot to forward declare a function but I got it compiled anyway, I ca…
»
ratchetfreak
The belt stuff is nice and all but their most interesting part (on the topic of machine language)…
»
Ginger Bill
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: https://oden-la…
»
Ginger Bill
jon: Thank you for your reply. I think what you have done with your language, Jai, is absolutely …
»
Jonathan Blow
Let me explain this more ... by analogy with CPUs. Clearly you want CPUs to be simple because th…
»
Jonathan Blow
Ginger Bill Jai's type system is still not very good. I would love it if it had tagged unions/var…
»
Michael
Great news! I will make a note of that for any bugs I may find in the future. Thanks, Michael
»
Allen Webster
Hey thanks for letting me know. The issue is fixed now and a new build with the fix should be av…
»
Simon Anciaux
I didn't run your code (I'm using vs2012 so some features you are using are not supported, it's m…
»
Jack Mott
I put together a list of options you can set to remove all the Visual clutter from Visual Studio …
»
Mox
Hi, I found a bug in the last minute code for the cycle tag. Don't know if Casey wants to know i…
»
Ginger Bill
Valmar: First I need get a base language with which I am happy with before I can then expand upon…
»
Michael
Hello Allen, I've been playing around with "4Coder Super!", and I just started playing around wi…
»
NotAClue
Thanks for responding, Casey. I understand that it can't be easy doing as many things at once as …
»
Stefan Reinalter
As the developer of the Molecule Engine, I wanted to chime in to clarify things and make my inten…
»
Timothy Wright
It looks like you are taking some of the better stuff from the Go language and ditching the rest.…
»
Jack Mott
Assuming you are using visual studio, uou may want to use the static linking option, if you can: …
»
Oliver Marsh
i found processing to be a pretty good way. https://processing.org/ You write the program with ja…
»
Kyle Devir
What features are you currently working on, and will be working on in future, in what order?
»
Mustafa Al-Attar
Dear Mārtiņš Možeiko... Thanks for your help... After running dependency walker, I found that t…
»
Casey Muratori
The algorithm used in The Witness hasn't been documented yet, and it is the only one of its kind …
»
Josh Filstrup
Fair points. Rust actually gets most of what I want. The only major concern I have is build times…
»
NotAClue
If this has already been answered, I apologize, since the forums aren't easily searchable at the …
»
Abner Coimbre
I've gotten pokes from viewers asking about the Handmade Dev Show. It's awesome to have awesome v…
»
Barret Gaylor
I am having some problems with my first pass. Here is what I am trying to do: 1 2 3 4 5 6…
»
Ginger Bill
I like quite a lot of the ideas from Jai however there are two main problems with Jai: It's not …
»