> Is it possible to compile the Nim compiler to Javascript?

Given enough foolishness, [all things are possible](https://www.xkcd.com/505/). 
But it would probably be _unbearably slow_. And definitely very inefficient. 
Heck, one can even run [Qemu in the 
browser](https://github.com/atrosinenko/qemujs) , so all you need is a 
sufficiently fast computer and a lean OS image with Nim installed... _What a 
bizarre and bloated future we live in!_

The Nim developer experience is best when the compiler is running on a good 
CPU, which one can rent for just a couple dollars a month per core (ex. 
[ramnode](http://ramnode.com/vps.php)). **So why not use a server?**

Reply via email to