Using general-purpose scripting languages

There are many communities of scripting languages โ€‹โ€‹that claim that a language can be used for everything, but in fact almost everyone uses it for one specific thing, for example: web development. For example, if I take a look at Ruby, they will tell you about their purpose, but in fact everyone uses it with rails only for web development.

  • Can you list some uses of popular general-purpose scripting languages โ€‹โ€‹for a local PC? (except attachment) Is there?
  • Rapid development, as a rule, is it worth bringing the whole translator with your program? Then in most cases there will be problems with performance and stability, depending on the language.

Regards, Llamas

+3
source share
5 answers

I use Python for most things that are not related to computing, i.e. they are not limited by how many calculations you do per second. Some of the things I used Python for:

  • Common scenarios for image management, etc. using the Python Imaging Library .
  • GUIs for command line applications using the pexpect module .
  • Mathematical modeling of microbial systems.
  • Bioinformatics.
  • Some web programming.

etc...

/ , C Python Ctypes. ? , , , , .

: Python 2.5/2.6 - . , .

: . , , , . , , , .

+3

, ,

. , , , ... "" .

:

  • .
  • , Perl
  • CPU , . .

. , , , .

  • ?
  • ?
  • ? .

, Python, Erlang, C Lisp, , . , / , .

+2

PHP , bat. . , - subversion PHP.

Python . EVE Online python.

+2

ruby โ€‹โ€‹ , bash/sh. Ruby , ( goto)

Perl unixes, - , perl.

Python -, .

VBA , , Access, - ASP (?)

+1

AppleScript!

-, , Perl , Unix ( Windows), . CPAN, , . " " , . , . " ".

, , .

0

Source: https://habr.com/ru/post/1729465/


All Articles