Difference between revisions of "Sandbox"

From World Wide Wiegert Wiki - WWWW
Jump to: navigation, search
Line 2: Line 2:
..
..
</syntaxhighlight>
</syntaxhighlight>
=== <translate><!--T:1354--> Programming languages</translate> ===
{{ #tag: syntaxhighlight |
<blockquote>
<<noinclude/>syntaxhighlight lang="python" line='line'>
* ActionScript
def quick_sort(arr):
* Ada
less = []
* <translate><!--T:1300--> Agda (incl. literate)</translate>
pivot_list = []
* Alloy
more = []
* AMPL
if len(arr) <= 1:
* ANTLR
return arr
* APL
else:
* AppleScript
pass
* <translate><!--T:1301--> Assembly (various)</translate>
</syntaxhighlight>
* Asymptote
| lang=python }}
* Augeas
 
* AutoIt
https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages
* Awk
* BBC Basic
* Befunge
* BlitzBasic
* Boa
* Boo
* Boogie
* BrainFuck
* <translate><!--T:1302--> C, C++ (incl. dialects like Arduino)</translate>
* C#
* Chapel
* Charm++ CI
* Cirru
* Clay
* Clean
* Clojure
* CoffeeScript
* ColdFusion
* Common Lisp
* Component Pascal
* Coq
* Croc (MiniD)
* <translate><!--T:1350--> Cryptol (incl. Literate Cryptol)</translate>
* Crystal
* Cypher
* Cython
* D
* Dart
* DCPU-16
* Delphi
* <translate><!--T:1303--> Dylan (incl. console)</translate>
* Eiffel
* Elm
* Emacs Lisp
* Email
* <translate><!--T:1304--> Erlang (incl. shell sessions)</translate>
* Ezhil
* Factor
* Fancy
* Fantom
* Fennel
* FloScript
* Fortran
* FreeFEM++
* F#
* GAP
* Gherkin (Cucumber)
* <translate><!--T:1305--> GLSL shaders</translate>
* Golo
* Gosu
* Groovy
* <translate><!--T:1351--> Haskell (incl. Literate Haskell)</translate>
* HLSL
* HSpec
* Hy
* IDL
* <translate><!--T:1352--> Idris (incl. Literate Idris)</translate>
* Igor Pro
* Io
* Jags
* Java
* JavaScript
* Jasmin
* Jcl
* Julia
* Kotlin
* <translate><!--T:1306--> Lasso (incl. templating)</translate>
* Limbo
* LiveScript
* Logtalk
* Logos
* Lua
* Mathematica
* Matlab
* Modelica
* Modula-2
* Monkey
* Monte
* MoonScript
* Mosel
* MuPad
* NASM
* Nemerle
* NesC
* NewLISP
* Nimrod
* Nit
* Notmuch
* NuSMV
* Objective-C
* Objective-J
* Octave
* OCaml
* Opa
* OpenCOBOL
* ParaSail
* Pawn
* PHP
* Perl 5
* Pike
* Pony
* PovRay
* PostScript
* PowerShell
* Praat
* Prolog
* <translate><!--T:1307--> Python (incl. console sessions and tracebacks)</translate>
* QBasic
* Racket
* Raku a.k.a. Perl 6
* REBOL
* Red
* Redcode
* Rexx
* Ride
* <translate><!--T:1308--> Ruby (incl. irb sessions)</translate>
* Rust
* S, S-Plus, R
* Scala
* Scdoc
* Scheme
* Scilab
* SGF
* <translate><!--T:1309--> Shell scripts (Bash, Tcsh, Fish)</translate>
* Shen
* Silver
* Slash
* Slurm
* Smalltalk
* SNOBOL
* Snowball
* Solidity
* SourcePawn
* Stan
* Standard ML
* Stata
* Swift
* Swig
* SuperCollider
* Tcl
* Tera Term language
* TypeScript
* TypoScript
* USD
* Unicon
* Urbiscript
* Vala
* VBScript
* Verilog, SystemVerilog
* VHDL
* Visual Basic.NET
* Visual FoxPro
* Whiley
* Xtend
* XQuery
* Zeek
* Zephir
* Zig
</blockquote>
m ScriptWDiffWindows batch filesXMLXSLTYAMLWindows Registry files

Revision as of 10:02, 25 September 2020

..
<syntaxhighlight lang="python" line='line'>
def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass
</syntaxhighlight>

https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages