Sie sind auf Seite 1von 2

Ruby is an interpreted, high-level, general-purpose programming language.

It was
designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in
Japan. Ruby is dynamically typed and uses garbage collection.

is a general-purpose, procedural computer programming language supporting


structured programming, lexical variable scope, and recursion, while a static type
system prevents unintended operations. C, is the most popular language worldwide.
Everything from microcontrollers to operating systems is written in C since it's very
flexible and versatile, allowing maximum control with minimal commands.

A shell script is a computer program designed to be run by the Unix shell, a


command-line interpreter. The various dialects of shell scripts are considered to
be scripting languages. Typical operations performed by shell scripts include file
manipulation, program execution, and printing text.

To create a shell program you need to complete the following steps:

1. create a text file to hold the shell program.


2. decide which shell you will use.
3. add the required commands to the file.
4. save the file.
5. change the permissions on the file so it is executable.
6. run the shell program.
C# is a general-purpose, multi-paradigm programming language encompassing strong
typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and
component-oriented programming disciplines.

C++ is a general-purpose object-oriented programming (OOP) language, developed


by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to
code C++ in a "C style" or "object-oriented style."

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open


source general-purpose scripting language that is especially suited for web
development and can be embedded into HTML.

Java is a general-purpose computer programming language that is concurrent, class-


based, object-oriented, and specifically designed to have as few implementation
dependencies as possible.

JavaScript is a programming language commonly used in web development.


... JavaScript is a client-side scripting language, which means the source code is
processed by the client's web browser rather than on the web server
Python is an interpreted, object-oriented, high-level programming language with
dynamic semantics. ... Python's simple, easy to learn syntax emphasizes readability
and therefore reduces the cost of program maintenance. Python supports modules and
packages, which encourages program modularity and code reuse.

Das könnte Ihnen auch gefallen