Development
애플 Swift 메뉴얼 번역본 – A Swift Tour # 1
Swift 매뉴얼의 기본 섹션만 번역하고자 한다. 원문은 iBooks에서 무료로 볼 수 있다. https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11 필자는 영어 전공자가 아니므로 다소 번역이 서툴더라도 양해바랍니다. A Swift Tour Tradition suggests that the first program in a new language should print the words “Hello, world” on the screen. In Swift, this can be done in a single line: 새로운 언어의 첫번째 프로그램은 화면에 “Hello, world”를 출력하는 것이 전통이다. Swift에서는 이것을 한 라인으로 수행할 수 있다. println(“Hello, Read more…