Comment on Ask HN: What is your prefered language for OS independant developement?parentComments−philipbjorge13yA slightly hackish proof of concept IDE I built called Turbo Impress is built off the same technologies that Light Table is using.https://github.com/philipbjorge/Turbo-ImpressSpecifically, I use the Node Webkit project which is an app runtime built on top of Chromium and Node.js. A pretty neat way to get effectively free cross-platform support on Windows, OSX, and Linux.https://github.com/rogerwang/node-webkitI'm not sure how Sublime is getting their cross platform support. I've been interested in it for a while though, so I hope someone chimes in.
Comments
A slightly hackish proof of concept IDE I built called Turbo Impress is built off the same technologies that Light Table is using.
https://github.com/philipbjorge/Turbo-Impress
Specifically, I use the Node Webkit project which is an app runtime built on top of Chromium and Node.js. A pretty neat way to get effectively free cross-platform support on Windows, OSX, and Linux.
https://github.com/rogerwang/node-webkit
I'm not sure how Sublime is getting their cross platform support. I've been interested in it for a while though, so I hope someone chimes in.