Skip to content

OneWingedShark/Ada_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ada 2012 Introduction

 ┌──────────────────┐  
 │ LISP Interpreter │  
 └──────────────────┘

The purpose of this project is not to provide a full tutorial of the Ada language, but illustrate the features of the 2012 revision; that said, the astute reader can likely learn the basics of the Ada language from this tutorial, precisely because Ada was designed with the goal of maintainability in mind; this view of programming as a human activity is radically different than many popular programing languages and lends itself to the casual reader being able to pick things up.

So, without further ado: dive in!


Revisions:

  1. Initial posting.
  2. Added the Strings private package; this rearranged structure.
  3. Added the Stream reader for general access.
  4. Added this readme.

About

Program texts for a LISP interpreter writen as a Tutorial for Ada 2012.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors