+ 3

Does anyone know how to program on command prompt??

23rd Jan 2017, 2:55 AM
Divyansh Upadhyay
3 Antworten
+ 3
If you're inside a UNIX terminal, a great text editor with colored formatting is vim. "vim --help |more" for details on how to use it.
23rd Jan 2017, 4:40 AM
James McCoy
James McCoy - avatar
+ 1
have you tried googling for tutorials? of the languages you've listed only python and maybe php, c++ and c would be advisable to code in a command prompt - the others just don't seem to lend themselves to a command prompt, so you probably won't find much in the way of tutorials for most of these (although you could try googling language name + command prompt) but for Python I got: https://www.google.co.uk/search?q=command+prompt+python&oq=command+prompt+p&aqs=chrome.3.69i57j0l3.11753j0j4&client=tablet-android-google&sourceid=chrome-mobile&ie=UTF-8 The reasons I think python lends itself to command prompt coding better than the others (I'm not sure about c or c++ because I've not used them and don't know what they are like, it's been a while since I've used php) are: - JavaScript is mostly for making websites interactive and you need the visual aspect for it (php kinda fits with this but since it is for server side there are maybe some uses for doing stuff on servers via command prompt so I'm not sure) - android - again the visual aspect is very useful, plus I don't know why you wouldn't just use the official Dev environment or a popular Java IDE with extensions for android - those extra tools are so useful for android dev - C# and Java - these languages require quite a bit of code to do stuff and the tools in their standard IDEs help get round that drawback - python feels pretty much made for running in command prompt - it doesn't have to have a visual element at all, simple programmes can be written in very short code - since you don't have to write out classes if you don't want to use them, and you can run code without compiling
25th Jan 2017, 10:59 PM
Phil
Phil - avatar
0
yes i know
24th Jan 2017, 8:37 AM
Sidd
Sidd - avatar