Powered by
SmartDoc
<<
Lispはじめました
/
まずは Lisp 実行環境の準備
/小出本では ACL か SBCL
>>
3.1 小出本では ACL か SBCL
初心者には
ACL
らしい
ACL="Allegro Common Lisp"
プロプライエタリである
WindowsとUbuntuのバイナリのみ
OSSユーザーには
SBCL
らしい
SBCL="Steel Bank Common Lisp"
FreeBSDのportsにある(lang/sbcl)
ライセンスはBSDとパブリックドメインの混交としている
"SBCL is derived from CMU CL, and carries the same licensing terms, a mixture of BSD-style (for a few subsystems) and public domain (for the rest of the system)."
FreeBSDでは"PD BSD2CLAUSE"となっている
PD="Public Domain"
BSD2CLAUSE='BSD 2-clause "Simplified" License'
<<
Lispはじめました
/
まずは Lisp 実行環境の準備
/小出本では ACL か SBCL
>>