You are here |
blog.jcoglan.com | ||
| | | |
theburningmonk.com
|
|
| | | | Learn to build production-ready serverless applications on AWS | |
| | | |
www.uraimo.com
|
|
| | | | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries. | |
| | | |
www.greyblake.com
|
|
| | | | A blog about software development. | |
| | | |
bloeys.com
|
|
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library. |