I Know this is stupid but can you make JS games on the pi or does it have to be in python. I find HTML/JS/JQ easier and better to work with so I just wondered. Thanks Josh
|
Yes. As @ppumkin points out though, javascript is a scripting laguage for the browser, and as such, garbage collection and memory usage will not be as efficient as programming in a language such as python. c++, et al. It can be more difficult to trace memory leaks in javascript. |
|||
|