T
T
tim892014-05-05 09:17:40
Programming languages
tim89, 2014-05-05 09:17:40

Cross-platform PL for simple programs?

Good afternoon!
Purpose: to write simple applications for Windows and Linux at the level of bash scripts, well, or a little more difficult.
Example: check for the presence of a folder with the name of the current date + time, write a file to it, if there is no folder, write something to the log.
There are many such small tasks.
In my school years, I used C ++ Builder for home, but firstly, it’s like hammering nails with a microscope, and secondly, Builder costs money (piracy can only be used at home, not at work) and does not work in Linux.
Which language to choose?
Or is it still, taking into account the level of tasks, to delve into the study of PowerShell for win and bash / perl / python for linux?
And, if it's not difficult, point to good literature on PL, it is possible in English.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
V
v_prom, 2014-05-05
@tim89

perl or python - they are cross-platform. and python is very simple, I highly recommend it.

G
Groosha, 2014-05-05
@Groosha

I'm afraid to make a mistake, but what about QT?

V
Vit, 2014-05-05
@fornit1917

Would recommend python.
Although I successfully use php for this, because I know it well, unlike python.

@
@dleshko, 2014-05-05
_

for QT, python has bindings

V
Vlad Zhivotnev, 2014-05-05
@inkvizitor68sl

I would also recommend Python, but programming in it for different axes is still different. It is convenient and fun to write under POSIX, all interfaces are standard, but under Windows it is sad.

R
RokkerRuslan, 2014-05-05
@RokkerRuslan

Python is unequivocal, Ruby is clearly not worth it.

T
tim89, 2014-05-09
@tim89

Thanks for the advice. I'm going to start learning python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question