This package browser is in early development. Mind the rough edges.

ada-ed 1.11.2

Ada 83 interpreter

Ada/Ed is a translator-interpreter for Ada 83. It's intended primarily as a teaching tool and lacks the capacity, performance, and robustness of other contemporary or modern-day Ada compilers.

Ada/Ed was the first Ada compiler to pass the ACVC version 1.7 but fails many newer tests and is not a validated Ada system. Being an interpreter, it does not implement most representation clauses, and thus does not support systems programming close to the machine level.

Installation

Install ada-ed 1.11.2 as follows:

guix install ada-ed@1.11.2

Or install the latest version:

guix install ada-ed

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.