Maya (MEL)

// This is a MEL script to print “Hello World!” string $message = “Hello World!”;…

Miranda

print "Hello World!" This is a simple one-line program in Miranda that prints “Hello World!”…

GDL

In order to write “Hello World!” in the GDL (Gecode Discrete Logic) programming language, you…

OpenQASM

OPENQASM 2.0; include "qelib1.inc"; qreg q[1]; creg c[1]; h q[0]; x q[0]; measure q[0] =>…

GOTRAN

In the GO (not specifically GOTRAN, as GOTRAN is not a standard programming language) programming…

PL/I

Here’s how you can write “Hello World!” in the PL/I programming language: /* This is…

AutoLISP / Visual LISP

Here is a simple “Hello World!” program written in AutoLISP (Visual LISP): (setq message "Hello…

Language H

Β‘Hola Mundo! is the equivalent of “Hello World!” in H programming language. In H, you…