<div dir="ltr">Hi Dmitri,<div><br></div><div>Thanks for the response. Is there any IDE that will allow me to design the visual layout of the user interface as is possible in Xcode?</div><div><br></div><div>I'd like to code an iPhone app, and not sure if this is something I can do on vim?</div><div><br></div><div><br></div><div>thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 3, 2015 at 5:18 PM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Dec 3, 2015 at 3:14 PM, Cyril Graze <<a href="mailto:cgraze@gmail.com">cgraze@gmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I'm excited that Swift is now available in Linux. I've installed it following the guides available and am ready to go. However, I've been using the Atom IDE, which is fine, but not exactly geared towards to Swift development.<br>
><br>
> Since XCode is not available, what do you recommend for programming Swift in Linux?<br>
<br>
</span>Hi Cyril,<br>
<br>
I have been using vim. Other people have used emacs. You can find<br>
editor support code here:<br>
<br>
<a href="https://github.com/apple/swift/tree/master/utils/vim" rel="noreferrer" target="_blank">https://github.com/apple/swift/tree/master/utils/vim</a><br>
<a href="https://github.com/apple/swift/blob/master/utils/swift-mode.el" rel="noreferrer" target="_blank">https://github.com/apple/swift/blob/master/utils/swift-mode.el</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</font></span></blockquote></div><br></div>