Lisaac

object-oriented programming language

Created Year: 2003

Wikidata: Q3242457

Influenced by: Self

Programming paradigms: object-oriented programming

Lisaac Influence Network

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

Hello World in Lisaac

// Hello World in Lisaac

Section Header
	+ name		:= HELLO_WORLD;

Section Inherit

	- parent_object:OBJECT := OBJECT;

Section Public

	- main <-
	(
		"Hello World !\n".print;
	);

Search on GitHub


Latest data update: 2022-09-16