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.
Vidar
I tried your new version 0.6.1a. I had to remove -WX in the build.bat from the compiler settings (…
»
LaresYamoir
From your text I'm not sure if you are aware, so I might be stating the obvious: What you describe…
»
LaresYamoir
Looks good! Probably a few weeks late but: I would say either support only one editor at first or…
»
Andrew Reece
Apologies for that Simon, thank you for trying to use it though! And thanks for the catch Mārtiņ…
»
Andrew Reece
Hi all, thanks for checking out my project. The software I'm making, 'Geometer', is a desktop appl…
»
ashelley
Hello All, Disclaimer:I apologize in advance if this post doesn't make sense or has already been c…
»
Vidar
Windows 10 x64 Hello World main :: proc() { fmt.println("Hello Odin World :D"); }[/code] demo.odi…
»
Ginger Bill
Which OS? Could you give the demo code too, please?
»
Vidar
Hi, "Restoring the original declaration syntax." Happy to hear this and I wanted to try the new ve…
»
Matt Mascarenhas
Happy to be on board with this!
»
Mārtiņš Možeiko
I'm pretty sure you don't need to reinstall vcredist for this. This error most likely means that c…
»
Simon Anciaux
I tried to launch the exe but got an assert right away: I probably need to install some vcredist.…
»
Dan Zaidan
Oh yeah! (I can't believe I overlooked that... :( ) Now it's waay faster! 0.478! Thanks so much! :…
»
Dominik Madarász
The GDB frontend is very promising, based on what I could see it already makes me switch to it. Th…
»
»
Ginger Bill
Restoring the original declaration syntax, parametric polymorphics ("Generics"), union, nested st…
»
Taylor Robbins
Yeah I guess white space is an easily solvable example. What I worry about is when you get into w…
»
Taylor Robbins
is also OK. can parse it with non-scrict mode enabled. There's also which is something like ex…
»
Titan867
I was so sure that i had tried that Thank you, it works now W:\handmade\misc>shell ** Visual Studi…
»
Allen Webster
This isn't a problem with anything you did. I try to run the custom code through all of the compil…
»
Rayalan Kenyon
I personally prefer formats like the ones in Jonathan Blow's stream or .INI files. I don't underst…
»
Mārtiņš Možeiko
I like files. Has similar capabilities as JSON, but no need for to type extra symbols like comma/…
»
Mārtiņš Možeiko
nvdrsdb0.bin and nvdrsdb1.bin files are in "C:[b]ProgramData[/b]\NVIDIA Corporation\Drs" folder. N…
»
Taylor Robbins
Hey everyone, So I've been working on my project Const Port for a little while now. I just release…
»
Taylor Robbins
Version 1.3 has been released! See the initial post in this thread for changes
»
Dan Zaidan
Wow, thanks so much for digging into this! I ran your code and it printed 1.081. So I went to the …
»
Mór
Hi, I don't know if you already have this, but I would like to be able to make the background of 4…
»
ratchetfreak
The simplest way is to start with a known accessible point and floodfill the world from there usin…
»
Mārtiņš Možeiko
You are calling shell.bat file from shell.bat file. This is infinite recursion. Instead just call …
»
Titan867
W:\handmade\misc>shell ****** B A T C H R E C U R S I O N exceeds STACK limits ****** Recur…
»