Skip to content
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

updated ABOUT.md to include more "why" #141

Closed
wants to merge 1 commit into from

Conversation

thedevelopnik
Copy link

Added more information about the language, its tooling, and why someone would want to learn it. Happy to hear feedback on it!

@@ -1 +1,5 @@
"Swift is an alternative for the Objective-C language that employs contemporary programming language theory concepts and strives to present a simpler syntax. Swift introduces true named parameters and retains key Objective-C concepts, including protocols, closures and categories, often replacing former syntax with cleaner versions and allowing these concepts to be applied to other language structures, like enums." - https://en.wikipedia.org/wiki/Swift_(programming_language)

Swift is a great first language to learn because it was designed to be easily readable and writable. Swift was created by Apple as an evolution of Objective-C with those goals in mind. Apple also provides lots of high-quality documentation and tools for Swift, which make it a good place to start. However, one thing to know is that the only tool available right now to code in Swift (XCode) is only available for Macs, so if you don't own one, you won't be able to work with Swift.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swift was open sourced last year and is avalible on linux https://swift.org/download/

@masters3d
Copy link
Contributor

masters3d commented Apr 20, 2016

Hi @dsudia! Thanks for the PR.
I'm afraid that your new additions are not neutral and do not add much to the "about" section.
Swift is changing a lot with version 3 https://github.com/apple/swift-evolution
I'd like to make this track independent of Xcode once swift 3 is avalible.
Once that happens I think it will be a good time to update the about section.

I do think that adding these links to the About section would be beneficial:
https://swift.org/about/
https://github.com/apple/swift-evolution

@masters3d
Copy link
Contributor

In addition, Microsoft just released the ubuntu subsystem that should allow Swift to run on windows.
https://insights.ubuntu.com/2016/04/14/howto-ubuntu-on-windows-2/

Im closing this for now, we should revisit by the end of the year.

@thedevelopnik
Copy link
Author

Thanks, that's some news I hadn't heard. I'll check back later to see how it's developed and see if I can contribute anything then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants