Baby Modula-3

{{Multiple issues|

{{notability|date=October 2011}}

{{primary sources|date=October 2011}}

}}

Baby Modula-3 is a functional programming sublanguage of Modula-3 (safe subset) programming language based on ideals invented by Martín Abadi. It is an object-oriented programming language for studying programming language design; one part of it is implicitly prototype-oriented, and the other is explicitly statically typed designed for studying computer science type theory. It has been checked as a formal language of metaprogramming systems. It comes from the Scandinavian School of object-oriented languages.

Abadi tried to give an example of pure object-oriented language which would allow studying the formal semantics of objects. "Baby Modula-3 is defined with a structured operational semantics and with a set of static type rules. A denotational semantics guarantees the soundness of this definition."[http://www.hpl.hp.com/techreports/Compaq-DEC/SRC-RR-95.html Baby Modula-3 and a theory of objects] Martin Abadi. Digital Equipment Corporation (DEC) Systems Research Center (SRC) Research Report 95 (February 1993)

This object model has been shown to have well definiteness decidability{{Cite book

| last = Schwinghammer

| first = J.

| date = 2008-01-01

|editor1-last=Miculan |editor1-first=Marino |editor2-last=Scagnetto |editor2-first=Ivan |editor3-last=Honsell |editor3-first=Furio

| publisher = Springer Berlin Heidelberg

| isbn = 978-3-540-68084-0

| pages = 173–187

| title = Types for Proofs and Programs

| volume = 4941

| chapter = On Normalization by Evaluation for Object Calculi

| series = Lecture Notes in Computer Science

| doi = 10.1007/978-3-540-68103-8_12

| citeseerx = 10.1.1.140.5764

}} (a mechanical proof of it isn't known).

Abadi worked at Digital Equipment Corporation (DEC) Systems Research Center (SRC) in Palo Alto, California. As DEC was bought by Compaq and then Compaq was bought by Hewlett-Packard (HP), the SRC-report 95 was made available to the public by HP.

Influences

Luca Cardelli and Martín Abadi wrote the book A Theory of Objects in 1996,{{Cite book

|last1=Abadi |first1=Martin |author1-link=Martin Abadi

|last2=Cardelli |first2=Luca |author2-link=Luca Cardelli

| date = 1996-08-09

| title = A Theory of Objects

| edition = Corrected

| publisher = Springer

| isbn = 978-0387947754

}} laying out formal calculi for the semantics of object-oriented programming languages. Baby Modula-3 influenced this work according to Cardelli,{{Citation

|title=A Theory of Primitive Objects (untyped, first and second-order systems)

|access-date=2012-03-29

|url=http://reference.kfupm.edu.sa/content/t/h/a_theory_of_primitive_objects__661478.pdf

}}{{dead link|date=October 2016 |bot=InternetArchiveBot |fix-attempted=yes}} and guided a calculus of the type of self in Types for object and the type of 'self'.{{Cite book

| last =

| first =

| year = 1995

| publisher = American Mathematical Society

| title = Abstracts of papers presented to the American Mathematical Society

}}

It has opened the way for work on Modula-3 formal semantic checking systems, for object-oriented type system programming languages that have been used to model the formal semantics of languages such as Ada and C.{{Citation

| title = Research

| access-date = 2012-03-22

| url = http://people.cis.ksu.edu/~bhoward/res.ps

}}

References