Tag: Apple
Summary and Notes from Lecture 2, Developing iOS 11 Apps with Swift by Stanford (cs193p)
Fun with Apple’s Swift: Using the @prefix operator to mimic Lisp’s + function
Apple’s latest language Swift provides some nifty behaviors and characteristics. Three things we are loving about Swift so far are: Awesome OOP features: Structs, Enums, Classes can all have methods, optional binding, type safety Cool Functional language features: Closures (the shorthand syntax is a delight to use), nested functions and types … Continue Reading Fun with Apple’s Swift: Using the @prefix operator to mimic Lisp’s + function