Lisp

Programmer

博客园 首页 新随笔 联系 订阅 管理

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"))
posted on 2006-07-03 17:11  fei  阅读(592)  评论(0编辑  收藏  举报