| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Common Lisp インストール」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
 
1行目: 1行目:
==Common Lisp インストール==
+
==[[Common Lisp インストール]]==
 
[[Lisp]] | [[Common Lisp]] |  
 
[[Lisp]] | [[Common Lisp]] |  
 
====yumで検索====
 
====yumで検索====
  # yum search "GNU Common Lisp"
+
  # yum search "GNU Common [[Lisp]]"
 
  Loading "installonlyn" plugin
 
  Loading "installonlyn" plugin
 
  Setting up repositories
 
  Setting up repositories
  Reading repository metadata in from local files
+
  [[R]]eading repository metadata in from local files
 
   
 
   
 
   
 
   
11行目: 11行目:
 
  gcl.i386                                2.6.7-15.fc6          extras           
 
  gcl.i386                                2.6.7-15.fc6          extras           
 
  Matched from:
 
  Matched from:
  GNU Common Lisp
+
  GNU Common [[Lisp]]
 
   
 
   
 
   
 
   
17行目: 17行目:
 
  maxima-runtime-gcl.i386                  5.13.0-4.fc6          extras           
 
  maxima-runtime-gcl.i386                  5.13.0-4.fc6          extras           
 
  Matched from:
 
  Matched from:
  Maxima compiled with Gnu Common Lisp (gcl)
+
  Maxima compiled with Gnu Common [[Lisp]] (gcl)
 
====yumでインストール====
 
====yumでインストール====
 
  # yum install gcl.i386
 
  # yum install gcl.i386
23行目: 23行目:
 
  Setting up Install Process
 
  Setting up Install Process
 
  Setting up repositories
 
  Setting up repositories
  Reading repository metadata in from local files
+
  [[R]]eading repository metadata in from local files
 
             :
 
             :
 
  Installed: gcl.i386 0:2.6.7-15.fc6
 
  Installed: gcl.i386 0:2.6.7-15.fc6
31行目: 31行目:
 
====実行してみる====
 
====実行してみる====
 
  # gcl
 
  # gcl
  GCL (GNU Common Lisp)  2.6.7 ANSI    Aug 14 2007 17:34:18
+
  GCL (GNU Common [[Lisp]])  2.6.7 ANSI    Aug 14 2007 17:34:18
 
  Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
 
  Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
  Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
+
  Binary License:  GPL due to GPL'ed components: ([[R]]EADLINE BFD UNEXEC)
 
  Modifications of this banner must retain notice of a compatible license
 
  Modifications of this banner must retain notice of a compatible license
 
  Dedicated to the memory of W. Schelter
 
  Dedicated to the memory of W. Schelter

2020年2月16日 (日) 04:23時点における最新版

Common Lisp インストール

Lisp | Common Lisp |

yumで検索

# yum search "GNU Common Lisp"
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files



gcl.i386                                 2.6.7-15.fc6           extras          
Matched from:
GNU Common Lisp



maxima-runtime-gcl.i386                  5.13.0-4.fc6           extras          
Matched from:
Maxima compiled with Gnu Common Lisp (gcl)

yumでインストール

# yum install gcl.i386
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
           :
Installed: gcl.i386 0:2.6.7-15.fc6
Dependency Installed: gmp.i386 0:4.1.4-10.fc6 tcl.i386 0:8.4.13-3.fc6 tk.i386 0:8.4.13-4.fc6
Complete!

実行してみる

# gcl
GCL (GNU Common Lisp)  2.6.7 ANSI    Aug 14 2007 17:34:18
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>(+ 1 2 6)

9