-
Fedil started the topic Vapor vs server side frameworks of other languages in the forum Server Side Swift 2 years, 10 months ago
Here is an article comparing benchmarks between vapor and server-side frameworks of other languages. The article is a little dated, but I’m still impressed how well Vapor did. Considering other benchmarks show that perfect is even faster than vapor, I wonder how perfect would do against these other languages. Here is the…[Read more]
-
Fedil started the topic Perfect vs Vapor for Server Side Swift in the forum Server Side Swift 2 years, 10 months ago
I’m fixing to really dive in and start working on a project in which I want to use server side swift. Most of the articles that I’ve been finding say really good things about Perfect and Vapor. I have read up on all the strengths and weaknesses, but I was wondering if anyone had first-hand experience with both and if so, which they prefer to use and why?
-
Fedil started the topic Some swift Examples in the forum General Swift Programming Discussion 2 years, 10 months ago
I’ve started a repository on GitHub to keep some very basic programming examples in swift. This might help those learning or help spur ideas for others. So far I only have examples of the following:
- Hello World Program
- How to do basic output
- Generating fibonacci series
I hope to continue to add to this repository so that it can be useful for…[Read more]
-
Fedil replied to the topic Swift Source first tutorial in the forum iOS Swift Tutorials 2 years, 10 months ago
You’re welcome! I hope to get more content going soon. 🙂
-
Fedil started the topic Swift Source first tutorial in the forum iOS Swift Tutorials 2 years, 12 months ago
Swift Source has published it’s first swift tutorial. It isn’t specific to iOS but it should be useful for anyone wanting to get into swift programming.
-
Fedil wrote a new post, Swift Tutorial: Getting Started with the Basics 3 years ago
Swift is a new and modern programming language designed to be easy to learn and fun to develop in. In this tutorial, we will go over the basics to get you started on your way to development with the Swift […]
-
Fedil replied to the topic Understanding Optionals – Need Clarity in the forum Compiler and Standard Library 3 years, 1 month ago
Optionals are a new feature of Swift that definitely takes some getting use to. If you haven’t checked out the Swift data type primer it might help. But basically you use an Optional when you do not know if the variable you are referencing will contain a value.Two common use cases are when things can fail (when you expect something, but got…[Read more]
-
Fedil wrote a new post, Learn Swift: Swift Data Types Primer 3 years, 1 month ago
With Swift, you’ll need to use different types of variables to store values and refer to them by an identifying name. This is not unlike most other programming languages. There are a set of basic Swift data types […]
-
Fedil wrote a new post, Swift Overview 3 years, 1 month ago
Swift is a new programming language built using a modern approach to safety, performance, and software design patterns. Apple developed Swift based on the structure of C and Objective-C, without the constraints of […]
-
Fedil changed their profile picture 3 years, 1 month ago
-
Fedil started the topic What IDE is everyone using for Swift development on Linux? in the forum General Linux Swift Development 3 years, 1 month ago
I’m thinking of setting up a Linux development server and was wondering what IDE everyone is using on Linux. I usually develop on a Mac and there are quite a few options for it, but it has been hard to find one for Linux. Thanks in advance.
-
Fedil replied to the topic Cross compile for Linux from Mac OS X in the forum Compiler and Standard Library 3 years, 1 month ago
I was able to find the solution at the following URL:
https://github.com/apple/swift-package-manager/pull/1098Looks like it is only experimental right now. Hopefully, it will be in the main stable functionality before too long.
-
Fedil started the topic Server Side Swift Benchmarks in the forum Server Side Swift 3 years, 1 month ago
I’ve been looking at server side Swift because I want to use Swift as my primary development technology stack. I found the following article about the different options’ benchmarks interesting. It looks like I’ll problem focus my development on Perfect. Anyone have any experiences to share with their server-side Swift…[Read more]
-
Fedil started the topic Cross compile for Linux from Mac OS X in the forum Compiler and Standard Library 3 years, 1 month ago
I was wanting to know if there was a way to develop a swift application using Xcode on my Mac, but have it build an executable that can run on Linux? I know I can move all the source files to a Linux computer and compile from there, but I was wanting to know if I could skip that and just do it all from my mac. Then I would only have to transfer the binary.
-
Fedil became a registered member 3 years, 1 month ago
[…] Swift, you’ll need to use different types of variables to store values and refer to them by an […]
[…] Swift Overview […]