[swift-users] IDE for Linux

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 3 17:18:28 CST 2015


On Thu, Dec 3, 2015 at 3:14 PM, Cyril Graze wrote:
>
> Hi all,
>
> 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.
>
> Since XCode is not available, what do you recommend for programming Swift in Linux?

Hi Cyril,

I have been using vim.  Other people have used emacs.  You can find
editor support code here:

https://github.com/apple/swift/tree/master/utils/vim
https://github.com/apple/swift/blob/master/utils/swift-mode.el

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-users mailing list