I would not recommend phrasing these proposals as "Why doesn't Swift
already support X?" when you are proposing a new feature.

Instead, I'd like to see much more fleshed out examples of what you'd
propose to change, and how it would help Swift developers. From the small
amount of information you've given here, I can't understand what you're
trying to do.

Jacob

On Tue, Dec 29, 2015 at 10:07 AM, Amir Michail via swift-evolution <
swift-evolution@swift.org> wrote:

> Source to source transformations are part of a developer’s job, don’t need
> a GUI, and can be done more easily and accurately by the Swift compiler.
> Moreover, the compiler could be made interactive taking in extra
> information from the developer as required during the "compile" (again
> without requiring a GUI).
>
> You could have special directives for source to source transformations
> such as:
>
> @extractMethodBegin
> … swift code ...
> @extractMethodEnd
>
> @indentBegin
> … swift code ...
> @indentEnd
>
> @commitCommentFragmentBegin
> … swift code ...
> @commitCommentFragmentEnd
>
> etc…
>
> Why encourage reinventing the wheel by pushing source to source
> transformations to tools of varying quality and completeness?
> _______________________________________________
> swift-evolution mailing list
> swift-evolution@swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
>
_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to