<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks for the kind words :)&nbsp;<div class=""><br class=""></div><div class="">This looks good - being able to use other editors for Linux will help move adoption forward.</div><div class=""><br class=""></div><div class="">Couple of minor observations:</div><div class=""><br class=""></div><div class="">1. The 'package describe' command isn't in Swift 3.0 at the moment, so you'll need a recent build to run it. You could infer a source directory by assuming a top level, or the Sources or src folders, and just expand all the files in there if missing.</div><div class=""><a href="https://github.com/jinmingjian/sde/blob/97889f2c322ba5619eca30fcfada36ab885ed74a/src/server/server.ts#L36" class="">https://github.com/jinmingjian/sde/blob/97889f2c322ba5619eca30fcfada36ab885ed74a/src/server/server.ts#L36</a></div><div class=""><br class=""></div><div class="">2. The /usr/bin/sh doesn't exist on macOS and (some) Linux installations. You should use /bin/sh instead.<br class=""><div class=""><a href="https://github.com/jinmingjian/sde/blob/97889f2c322ba5619eca30fcfada36ab885ed74a/src/server/server.ts#L35" class="">https://github.com/jinmingjian/sde/blob/97889f2c322ba5619eca30fcfada36ab885ed74a/src/server/server.ts#L35</a></div><div class=""><br class=""></div><div class="">Otherwise, if you fix/work around those, it works on macOS :)</div><div class=""><br class=""></div><div class="">Alex</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 12 Jan 2017, at 08:09, Jin Mingjian via swift-server-dev &lt;<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello, all in Swift server side group:) Hope not&nbsp;disturbing you.<div class=""><br class=""></div><div class=""><br class=""></div><div class="">FYI: I release a project[1] to enable you develop Swift in Linux more joyful. &nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I know many people use excellent xcode in macOS, but there is no xcode for Linux. So comes this project.&nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I also know some people are continuing to drive the progress of Swift@Linux, like Alex(very old friend from Eclipse) in this group. So you may want to do a quick test. (To use SDE, now you should have a Swift tool called "sourcekitd-repl" to build). This project maybe work in macOS, but I have no machine to test. If you like to give me some feedback, I will fix it for you:)</div><div class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Further, I watch all discusses in the group. As a veteran in backend, I keep my own opinions. Spring like frameworks are the start, but not the destination of Swift. In fact, Spring/Hibernate/Struct is terribly&nbsp;bad, and often bump vulnerabilities&nbsp;to jeopardize the whole server.(After to Tesla, Chris may pay more attentions to the security of codes and coding). Netty is not good enough, although it leave many experiences and lessons for latter comers.</div><div class=""><br class=""></div><div class="">What's the Swift to truely attract me is that it is well and careful designed from the aspect of industry and engineering(thanks to Chris and more). High performance will not be lost with the elegant codes for a scalable team. We have a chance to re-define the development of server/system engineering.<br class=""></div><div class=""><br class=""></div><div class="">I hope all of us can embrace the Swift as a general language more. We are doing it!<br class=""></div><div class=""><br class=""></div><div class="">regards,<br class=""></div><div class="">Jin</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">[1]&nbsp;<a href="https://github.com/jinmingjian/sde" class="">https://github.com/jinmingjian/sde</a></div></div></div>
_______________________________________________<br class="">swift-server-dev mailing list<br class=""><a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-server-dev<br class=""></div></blockquote></div><br class=""></div></div></body></html>