<div dir="ltr">On 2 September 2013 18:25, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com" target="_blank">doob@me.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2013-09-02 05:51, Manu wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I dunno. People just don't do that.<br>
It's perceived that typing commands in the command line is a completely<br>
unrealistic workflow for most people that doesn't love linux.<br>
He would have also had to have written himself a makefile, and none of<br>
us know how to write a makefile. I generate makefiles with other tools,<br>
but there are no good makegen tools that support D and C projects<br>
together, and even if there were, you'd just be writing a makegen script<br>
instead, which we still didn't know how to write...<br>
We also really didn't have time to stuff around with it. He just went<br>
and recorded audio instead.<br>
</blockquote>
<br></div>
I would have used a shell script but I get your point.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Fair enough. Well I don't have a Mac, and I don't know Cocoa, or ObjC... :/<br>
</blockquote>
<br></div>
Hehe. You do already support iOS, how was that added?</blockquote><div><br></div><div>Some time back when I did have a Mac, and I lifted the boot code from a sample app, and then the rest of the code just fell into place because it's super system-agnostic.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good IDE's have awesome refactor tools, where you change a signature,<br>
and it will change it at all places that it is referenced.<br>
</blockquote>
<br></div>
Then your back to need of an IDE to use the language.</blockquote><div><br></div><div>Yeah, except this seems like a more sensible application of an IDE helper to me, and it's not required by any means for the language to be useful.</div>
<div>Since the code can be read in any number of locations, and expecting the IDE to assist you with making the code readable makes no sense.</div><div>Rather, move the 'burden' to the authoring stage, and the IDE can equally help there, but the advantage is readability anywhere without IDE support.</div>
</div></div></div>