Hi all! So, I have been messing around with the command line options for 4Coder, trying to figure …
So I am attempting to write some super simple collision code. The boxes will never be rotated and …
I finally got a new devlog out. In this one, I discuss some new design ideas and the game's brand…
So many people do a .tmLanguage but i did already make one it works for sublime/vscode/textmate/v…
Hmm, okay. Thanks so much for your responsiveness and help!
OliverMarsh, You've made an interesting distinction between, say, music just being a part of a wor…
I did already make one it's up on github. Works with sublime/textmate/vscode (vs apparently throug…
I've been playing around with sublime-syntax files in attempt to get Ion syntax highlighting worki…
I think I hit the same bug this morning with Windows 10, Visual Studio 2017. I also run a Windows…
Great! No worries, I hadn't mentioned those. :) I'm currently at my work computer which also had t…
Update! I think I have a new idea, can you answer these questions for me? (Sorry if you already me…
The way you designed your Nodes/Terms seems perfectly natural to me and is basically how you would…
I think this is a very reasonable project and not really as insurmountable as some people might th…
What helped me the most in switching far away from Java/OOP was to go to the "polar opposite": Has…
Cool, that's good to know. Heads up: There's been a major overhaul to the compiler to deal with pa…
Another resource is game programming patterns . You can view the whole book on the site. I found t…
Generics are not close to "meta-programming". But C# has very powerful "meta-programming" capabil…
I use the term loosely, for sure. I'm certainly not wedded to the idea that whatever structure I …
In the current project, I think it would be necessary to error check at every layer: the only kind…
Thanks so much for the help! I'm starting to figure stuff out and I managed to get my keybindings …
Hmm well this is a real puzzler. Thanks for helping me eliminate possible causes. Unfortunately I…
I'm sorry to admit, it has indeed become quite complicated in the custom layer. Shipping simpler …
I should clarify that I don't really consider 'object-oriented programming' to be a set of languag…
I set up a project file, and everything is working nicely, though the problem still seems to persi…
The answer to number one is meta programming or copy and paste. The answer to the second is prope…
Fair enough. I do have a couple questions that are applicable much more generally than my current …
Good points from everyone. I would also suggest that if you want to learn to program in a differen…
Hi! I just bought 4coder this morning and I am trying to get started with some customization. I ha…
I don't think you need to "switch from OOP to procedural". It isn't anything religious or polarize…
There is definitely at least one case where, if I were doing repeated traversal rather than combin…