-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Support DefaultInterpolatedStringHandler
the suggestion was originally posted in https://github.com/dotnet/fsharp (dotnet/fsharp#12069) by @xperiandri
I propose we support DefaultInterpolatedStringHandler
in F#.
The existing way of approaching this problem in F# is using default interpolated strings.
Pros and Cons
The advantages of making this adjustment to F# are
- Unification with what Roslyn has.
- Faster interpolated strings.
The disadvantages of making this adjustment to F# are ...
Extra information
Estimated cost (XS, S, M, L, XL, XXL): L
Affidavit
Please tick this by placing a cross in the box:
- This is not a question (e.g. like one you might ask on stackoverflow) and I have searched stackoverflow for discussions of this issue
- I have searched both open and closed suggestions on this site and believe this is not a duplicate
- This is not something which has obviously "already been decided" in previous versions of F#. If you're questioning a fundamental design decision that has obviously already been taken (e.g. "Make F# untyped") then please don't submit it.
Please tick all that apply:
- This is not a breaking change to the F# language design
For Readers
If you would like to see this issue implemented, please click the 👍 emoji on this issue. These counts are used to generally order the suggestions by engagement.
Tarmil, Lanayx, gsomix, BoundedChenn31, prekel and 22 more