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…

SQL

In a SQL database, you can create a table to store the string “Hello World!”.…

SISAL

In the SISAL (System for Integrated Structured Adaptive Logic) programming language, you would write “Hello…