-
Notifications
You must be signed in to change notification settings - Fork 253
improve description of use cases and getting started guides #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,18 +72,32 @@ Swift is a general-purpose programming language built using a modern approach to | |
| <li> | ||
| <h3>Apple platforms</h3> | ||
| <p> | ||
| Swift is a powerful and intuitive programming language on macOS, iOS, watchOS, tvOS and beyond. Swift code is safe by design, yet also produces software that is optimized to run lightning-fast. | ||
| Swift is a powerful and intuitive programming language optimized when running on iOS, macOS, and other Apple platforms. | ||
| <br><br> | ||
| Apple offers a wide variety of frameworks and APIs that make applications developed for these platforms unique and fun. | ||
| </p> | ||
| <a href="/getting-started/swiftui" class="cta-secondary">Learn more</a> | ||
| </li> | ||
| <li> | ||
| <h3>Command-line</h3> | ||
| <p> | ||
| Writing Swift code is interactive and fun, the syntax is concise yet expressive. | ||
| <br><br> | ||
| SwiftArgumentParser and Swift's growing package ecosystem make developing cross-platform command-line tools a breeze. | ||
| </p> | ||
|
|
||
| <a href="https://developer.apple.com/swift/resources/" class="cta-secondary">Learn more</a> | ||
| <a href="/getting-started/cli-swiftpm" class="cta-secondary">Learn more</a> | ||
| </li> | ||
| <li> | ||
| <h3>Server</h3> | ||
| <h3>Server and Networking</h3> | ||
| <p> | ||
| Ever dreamed of using the same programming language on both your mobile applications and their server back-ends? Swift's small footprint, quick startup time, and deterministic performance make it specifically suitable for Server applications. | ||
| Swift code is safe by design and produces software that runs lightning-fast. | ||
| Swift's small memory footprint, quick startup time, and deterministic performance make it a great choice for server and other networked applications. | ||
| <br><br> | ||
| SwiftNIO and Swift's dynamic server ecosystem bring joy to developing networked applications. | ||
| </p> | ||
|
|
||
| <a href="/server" class="cta-secondary">Learn more</a> | ||
| <a href="/getting-started/vapor-web-server" class="cta-secondary">Learn more</a> | ||
|
||
| </li> | ||
| </ul> | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.