NodeSwift: Bridge Node.js and Swift
github.com
NodeSwift: Bridge Node.js and Swift
1–10 of 26 posts
Re: NodeSwift: Bridge Node.js and Swift
#2I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
Re: NodeSwift: Bridge Node.js and Swift
#3Wait, so you compile a swift executable that’s callable from js? How would one distribute this client side in browser? I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
Re: NodeSwift: Bridge Node.js and Swift
#4Wait, so you compile a swift executable that’s callable from js? How would one distribute this client side in browser? I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
Re: NodeSwift: Bridge Node.js and Swift
#5Wait, so you compile a swift executable that’s callable from js? How would one distribute this client side in browser? I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
Re: NodeSwift: Bridge Node.js and Swift
#6Re: NodeSwift: Bridge Node.js and Swift
#7Wait, so you compile a swift executable that’s callable from js? How would one distribute this client side in browser? I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
Node’s a server-side thing, so I don’t think you’d distribute these in the browser.
Re: NodeSwift: Bridge Node.js and Swift
#8Re: NodeSwift: Bridge Node.js and Swift
#9I get paid to write Swift code at the day job, at night I write a lot of node backend code for a side project. I have to say that it's pretty refreshing to jump in and not have the (increasingly) opinionated Swift compiler barking at me for everything I do. Unfortunately Swift has also made me extremely paranoid in JS, where I find that everything I write is checked for null, but I don't think I'd trade the freedom i…