The other images which are commonly found in an Allegro CL installation are:
mlisp Modern base Lisp image, international (16-bit characters)  
alisp ANSI base Lisp image, international (16-bit characters)  
allegro Modern IDE image, international (16-bit characters)  
alisp8 ANSI base Lisp image, 8-bit characters (not available with express)  
mlisp8 Modern base Lisp image, 8-bit characters (not available with express)
;; mlisp:
;; may be you'll have to redo this.
  (progn
    (build-lisp-image "mlisp.dxl" :case-mode :case-sensitive-lower
                      :include-ide nil :restart-app-function nil
                      :restart-init-function nil)
    (sys:copy-file "sys:allegro-ansi.exe" "sys:mlisp.exe"))
                    
                
                
                
            
        
浙公网安备 33010602011771号