Swift Is Not Functional, It’s Generic

Ever since Swift came out, I keep seeing weird comments that Swift is a
functional programming language. I’ve puzzled a bit over why anyone would say … Read more

Similar

Creative Coding with Swift

An open-source creative coding course that uses SwiftProcessing. - GitHub - masoodkamandy/Creative-Coding-Course-with-SwiftProcessing: An open-source creative coding course that uses SwiftProcessing. (more…)

Read more »

Method Dispatches in Swift

Ever wondered how a method call in Swift works? Seems pretty simple that you define methods and somehow magically during runtime, the method calls work even though there are so many things to take… (more…)

Read more »