[swift-dev] Integrating SourceKit into ubuntu

2017-02-20 Thread Félix Fischer via swift-dev
How much of it is possible? I want to make a plugin for autocompletion and syntax highlighting that is cross-platform too. Another proyect I'd like to take on is to make an error-checker for text editors. Is there a way of collecting compiling errors in some structure that is easy to handle with a

[swift-dev] [Performance Question]

2017-08-19 Thread Félix Fischer via swift-dev
Hi all. I’m a CS student, and as such I’ve heard that the compiling process is very hard, O(2^n) in the worst case (because of the type checker). I’m curious as to how true this is. Is it truly EXP? Is there a shortcut (from the dev perspective) to avoid this cost (maybe by defining all of the typ