Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Cross-platform software
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Scripts and interpreted languages==== A script can be considered to be cross-platform if its [[Interpreter (computing)|interpreter]] is available on multiple platforms and the script only uses the facilities built into the language. For example, a script written in [[Python (programming language)|Python]] for a [[Unix-like]] system will likely run with little or no modification on Windows, because Python also runs on Windows; indeed there are many implementations (e.g. [[IronPython]] for [[.NET Framework]]). The same goes for many of the [[open-source software|open-source]] [[scripting languages]]. Unlike binary executable files, the same script can be used on all computers that have software to interpret the script. This is because the script is generally stored in [[plain text]] in a [[text file]]. There may be some trivial issues, such as the representation of a [[newline|new line character]]. Some popular cross-platform scripting languages are: * [[Bash (Unix shell)|bash]] β A [[Unix shell]] commonly run on Linux and other modern Unix-like systems, as well as on Windows via the [[Cygwin]] [[POSIX]] compatibility layer, [[Git]] for Windows, or the [[Windows Subsystem for Linux]]. * [[Perl]] β First released in 1987. Used for [[Common Gateway Interface|CGI]] programming, small [[system administration]] tasks, and more. * [[PHP]] β Mostly used for web applications. * [[Python (programming language)|Python]] β A language which focuses on [[rapid application development]] and ease of writing, instead of run-time efficiency. * [[Ruby (programming language)|Ruby]] β An object-oriented language which aims to be easy to read. Can also be used on the web through [[Ruby on Rails]]. * [[Tcl]] β A dynamic programming language, suitable for a wide range of uses, including web and desktop applications, networking, administration, testing and many more.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)