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.
Italo
Let me preface this by saying that I understand that OOP practices are not cache-friendly since th…
»
Anders
I'm following along right now! It's great and my own personal development as a programmer has sped…
»
ratchetfreak
The way graphics apis have evolved since the 90's also tells a lot. It used to be a lot of separat…
»
Guntha
Hello, Mike Acton joined Unity at the end of last year, and Unity has recently provided users to c…
»
Asaf Gartner
This is a common line of argument when discussing a popular approach vs. a less-popular approach. …
»
Finalspace
Hi, i recently had a conversion with a group of developers and we got into the topic of data-orien…
»
Jason
I think this really stood out for me. I read an article that said it is often best to only use li…
»
Asaf Gartner
I'd say that libraries are largely for doing things that are outside your domain of expertise. How…
»
Trevor Nagel
Thank you for trying out the demo and taking the time to report these issues, I really appreciate …
»
ratchetfreak
If a library solves your problem, go ahead and use it. Libraries tend to be more robust than your …
»
Mikael Johansson
All large, sane projects uses some kind of abstraction, even if that abstraction is just a C-compi…
»
Jason
I've been working with a library for my recent project and have ran into a few issues. I believe t…
»
kepler425b
Thanks.
»
Simon Anciaux
There aren't default bindings for opening, closing panels and reloading the themes. If you have ac…
»
kepler425b
In the documentation I couldn't find a keybind to open and close a panel. Also is there a shortcut…
»
nakst
And if I want to turn it into this code: Then I have a fairly basic use case for a macro system.…
»
Simon Anciaux
I just tried it but unfortunately it doesn't recognize my keyboard layout and I can't use the usua…
»
Casey Muratori
One feature I've kind of been dreaming about in 4coder was if it was always recording, you could …
»
Casey Muratori
In Emacs, keyboard macros allowed you to switch between views, and this was in fact crucial for im…
»
nj
I've used my own macro system inside of 4coder many times for complex search & replace and/or rest…
»
Allen Webster
Hmm, this is all really interesting and useful so far. Thinking about it, another couple of quest…
»
ratchetfreak
When doing macros it would be nice if 4coder could spit out code that you can use to implement and…
»
Manuel Maier
Hi there, I've filed a new "feature suggestion" with Microsoft to add an option that would allow u…
»
itzjac
Very late to the discussion, I have waited an episode to go through all this. Thank you so much mm…
»
itzjac
Thank you rationalcoder, I think is very close to what I was asking for. I will definitely return …
»
Casey Muratori
Emacs also allowed you to use "registers" for this purpose. I am not sure whether or not I think …
»
Trevor Nagel
Thanks for the interest Lares, the engine runs with a fixed time step that keeps it locked to 60 f…
»
nj
I'd just want to point out that solved copying or pasting during a macro by letting the user copy…
»
joe513
Nice, thanks for adding it! Its getting harder to justify my printf() debugging now :)
»
albatros
Here is the compulsory emacsian equivalent : (defun codeClapRunToMain () (interactive) (compile "…
»