Try MTS

Exploring the Michigan Terminal System

  • Start here
  • Get up and running
  • Using MTS
  • MTS system admin
  • Programming languages

  • Tags
  • RSS feed

© 2024 Rupert Lane

    LISP - Introduction

    Sun, Mar 15, 2015 An introduction to the LISP 1.5 implementation on MTS.
    Read More

    Comparing MTS LISP to modern Lisps

    Sun, Mar 22, 2015 LISP is quite different from the languages we’ve looked at so far - but I will not give an introductory description, as there are plenty of resources on the Internet by better writers than me - instead I will look at how MTS LISP differs from more modern Lisps.
    Read More

    LISP - 4 bit adder

    Sun, Mar 29, 2015 For this sample MTS LISP program we will simulate a four bit adder chip by constructing it from a series of AND, OR and NOT gates.
    Read More

    The great FORTRAN-LISP shootout

    Sun, May 10, 2015 One of the reasons LISP did not become more popular for scientific computing was the perception that it was slower than FORTRAN. In this post I will compare the performance of the LISP and FORTRAN implementations on MTS using a simple problem.
    Read More