Emerald

programming language

Created Year: 1980

Wikidata: Q5370400

Influenced by: PascalSimulaSmalltalk

Programming paradigms: object-oriented programming

Language types: object-based language

Emerald Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Emerald

const main <- object mainProgram
    initially
		stdout.putString["Hello World\n"]
	end initially
end mainProgram

Search on GitHub


Latest data update: 2022-09-16