Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good programming environments/IDEs for Windows Mobile devices?

By this, I don't mean PC-based development environments (like Visual Studio) for developing and deploying Windows Mobile applications. Rather, I mean an IDE that runs on Windows Mobile devices and lets you write and test code there.

like image 693
MusiGenesis Avatar asked Dec 31 '22 08:12

MusiGenesis


1 Answers

Over the past year or so I have been searching regularly for new developer tools for use on Windows Mobile based devices and have come across many. I currently have installed on my device PythonCE, eTcl, dsForth, PocketLogo (The documents which comes with it is in German though), Rebol, and Pocket Scheme.

Development tools which I have heard about but not tried are Pocket GCC, PocketC, Lua, J, Pocket Programming Language and Pocket C#

A good website to find other interpreters is www.rainer-keuchel.de, unfortunately though it seems the author has been inactive for quite sometime.

Here is a link to a thread on on mobilitysite.com with some useful findings.

If I find anything new I'll come back and update.

like image 57
Maccy Avatar answered Mar 22 '23 23:03

Maccy