I don't think I'll miss compile-time checking for little prototypes. The JS tooling will all be auto-reload-y anyway.
Conversation
Surely a Swift LLVM JS code emitter exists somewhere inside Cupertino.
1
1
Replying to
Replying to
Right, oh. can Swift’s compiler generate LLVM IR or just object code?
1
It can generate IR:
swiftc -emit-ir
