Common Intermediate Language (CIL)

“`cil // Hello World! in CIL // This is a simplified representation, as CIL itself…

BASIC

10 PRINT “Hello World!” 20 END This is a simple program written in BASIC. The…

EXEC 2

It seems like you’re trying to write a simple program that outputs “Hello World!” in…

Strongtalk

A blast from the past! Strongtalk is a now-obsolete, object-oriented programming language developed by Sun…

Dream (Block Language)

In the Dream (Block Language), which is often used as an educational tool to teach…

PureScript

“`purescript module Main where import Prelude import Effect (Effect) import Control.Monad.Eff (liftIO) main :: forall…

LISA

A new challenge! LISA (Learning Intelligent Systems Architecture) is a novel, AI-powered programming language designed…

Opa

Here’s how you would write “Hello World!” in Opa: import "lib.js" as JS; function ()…