001 (ns beowulf.host)
002
003 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
004 ;;;
005 ;;; This file provides Lisp 1.5 functions which can't be (or can't efficiently
006 ;;; be) implemented in Lisp 1.5, which therefore need to be implemented in the
007 ;;; host language, in this case Clojure.
008 ;;;
009 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;