Just now completed operations ,
Stringinterpolation💯.
primitives(string,number,Boolean,symbol) and non Primitives(objects and arrays) in javascript. Onto the next💪
#letsconnect#WebDevelopment
I just published Introducing Utf8StringInterpolation: Optimizing UTF8 String Generation in C#. It also provide explanations on the custom implementation of StringInterpolation and the differences between .NET 8's IUtf8SpanFormattable and StandardFormat.
link.medium.com/3gjIiCCNWDb
Hey everyone! 🤩 Just learned about the latest changes in PHP8.2! 😍 You won't believe the deprecate warning for `${}` string interpolation 😱 Check out my latest video to learn all about it and how to fix your code! 🤓
#PHP82#StringInterpolationyoutu.be/_ADzO7sHsBw
SwiftLog OSLog style StringInterpolation?
I’m releasing this as a package in case it helps others improve their logging in iOS, watchOS, tvOS and macOS apps.
#swiftlang#iosdevgithub.com/shaps80/Logging
Example: #fsharp is about to get string interpolation. What if instead of being always available starting from F# 5.0 you’d have to add a pragma to a module say // ENABLE StringInterpolation ? This is basically how GHC extensions work, hardly a different language :)
We can localize SwiftUI views using LocalizedStringKey struct. LocalizedStringKey powered by StringInterpolation feature of Swift that allows us to embed string formatting capabilities directly in place. To learn more about localization in SwiftUI: swiftwithmajid.com/2019/10/1…
Blog post alert! 🚨
I just published „Different approach to Attributed Strings in Swift”, which describes my thinking and implementation details for the AttributedString type using StringInterpolation.
Let me know what you think!
#SwiftLangsunshinejr.com/2020/04/30/di…