Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Cross-platform software
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Cross-platform software
(section)
Add topic