Package minijlisp.util

Class Summary
Comparables Utility functions for dealing with Comparable objects.
Env Scoped Map of bindings from Symbols to Objects.
Maps Utility functions for dealing with Maps.
Numbers Utility functions for dealing with Numbers.
Pair Fundamental building block of MiniJLisp data structures.
Symbol Only one instance of a specific symbol can be live at any moment.
Throwables Utility functions for dealing with Throwables (or Exceptions).