Implementing using in Swift with SwiftSyntax 22 April 2019
Last year I wrote about Improving struct composition in Swift by levering the using keyword and feature taken from Jai. Recently I've been inspired by pointfree to implement this feature...
A world of coding 💻, by Alejandro Martinez
Last year I wrote about Improving struct composition in Swift by levering the using keyword and feature taken from Jai. Recently I've been inspired by pointfree to implement this feature...
Make is one of those tools that I've always been curious about but never had a good change to try it until a couple of years ago. It is a...
Today I was reading Composing types in Swift which showcases the different ways of composing the different types in Swift: structs, classes and enums. Is a good read, specially if...
This post is just a dump of the things that came to mind while watching Jonathan Blow's libraries discussion. I'm not an expert on any of this but I find...
I've just seen this presentation about a prototype of a programing language for games, made by Jonathan Blow (known for Brad and The Witness). I'm really curious about this kind...