Category:ERRE: Difference between revisions

From Rosetta Code
Content added Content deleted
(Fix up wording, move website to the template, add procedural paradigm category)
(Restructured Web site references)
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{language
{{language|ERRE
|site=http://claudiolarini.altervista.org/erre.htm}}
|site=http://claudiolarini.altervista.org/erre.htm}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Imperative}}
ERRE was born as a university project (Politecnico di Milano - Italy) in the 80's on a C-64 computer.
ERRE was born as a university project (Politecnico di Milano - Italy) in the 80's on a C-64 computer.
The language was ported to IBM PC and revised various times.
The language was ported to IBM PC and revised various times.
Line 7: Line 7:
The actual versions are:
The actual versions are:


° V 2.6 on PC IBM and compatibles (from MS-DOS 5.0 to Win XP);
* '''V 2.6''' on PC IBM and compatibles (from MS-DOS 5.0 to Win XP)


° V 3.2 on C-64.
* '''V 3.2''' on C-64


There also a reduced version for VIC-20 (V 1.3)
There also a reduced version for VIC-20 ('''V 1.3''') and a more recent version for PC ('''V 3.0''') with limited OOP support.

----

ERRE is a [[imperative programming|imperative]] programming language: it's compiled in R-Code and then executed with an interpreter.

Web site: [http://www.claudiolarini.altervista.org/erre.htm '''ERRE PROJECT''']

Web site: [http://www.claudiolarini.altervista.org/erre_tutor.htm '''ERRE PROJECT''']


----
----
ERRE is a procedural language: it's compiled in R-Code and then executed with an interpreter.

Latest revision as of 19:46, 8 February 2021

Language
ERRE
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using ERRE.

ERRE was born as a university project (Politecnico di Milano - Italy) in the 80's on a C-64 computer. The language was ported to IBM PC and revised various times.

The actual versions are:

  • V 2.6 on PC IBM and compatibles (from MS-DOS 5.0 to Win XP)
  • V 3.2 on C-64

There also a reduced version for VIC-20 (V 1.3) and a more recent version for PC (V 3.0) with limited OOP support.


ERRE is a imperative programming language: it's compiled in R-Code and then executed with an interpreter.

Web site: ERRE PROJECT

Web site: ERRE PROJECT


Pages in category "ERRE"

The following 183 pages are in this category, out of 183 total.