I was wondering if it is possible to write inline in swift in any other language?
From the Objective-C times, there was a possibility to write assembly using macros __asm__(/*Assembly*/);
I know that it's possible to use Objective-C from swift, and in Objective-C you still could wrap anything that was possible before.
I just curious, is there any 'native' support for any other language in the swift compiler?