T
T
Taras Serevann2014-12-07 18:16:10
Programming
Taras Serevann, 2014-12-07 18:16:10

What programming language to choose for a simple task?

What programming language to choose for a simple application that must keep a connection to the server and execute certain commands that the server will also distribute?
While I look towards Python, Delphi or even Visual Basic. So what to choose? Of the requirements: support for windows, high entry speed, the ability to simulate keystrokes on the keyboard.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kstyle, 2014-12-07
@kstyle

c++ with assembler inserts

M
maaGames, 2014-12-07
@maaGames

Almost any full-fledged programming language will do. Imitation of keystrokes you will make through WinAPI function of sending of messages. EVEN VisualBasic will do. The only question is the required performance of the program and the frequency of sending requests.
A simple client/server application... Customers love that kind of language, but programmers don't.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question