| CODE | https://opticalaberration.com |
| PHOTOS | https://adamfowlerphotography.co.uk |
| GITHUB | https://github.com/adam-fowler |
| CODE | https://opticalaberration.com |
| PHOTOS | https://adamfowlerphotography.co.uk |
| GITHUB | https://github.com/adam-fowler |
There are lots of great reasons to use Swift on server. I prefer Server on swift for its fast, deterministic performance, type safety, and amazing community.
Take three minutes and learn about Swift on server here:
I've been exclusively using VS Code for Swift development this weekend and I am thoroughly impressed. Huge props to @opticalaberration @0xTim and others for all the hard work.
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
The Swift code to do the formatting is really clean, see https://github.com/apple/swift-syntax/blob/main/Sources/SwiftDiagnostics/DiagnosticsFormatter.swift . I’d love for an option to colorize the output, if anyone’s looking for a quick little Swift task that’ll make its way into the compiler.
Edit: no C++ required for this task! Everything in swift-syntax, where this code lives, is Swift in an easy-to-build-and-test package. The swift-parser-cli executable uses it to show parser diagnostics. The compiler is downstream of it, and will pick up changes automatically.