3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Windows】AtomでLispを動かす環境を構築する

Last updated at Posted at 2016-07-27

目標

Atomエディタ上でLispを動かせるようにする

Atomパッケージのインストール

script
image

language-Lisp
image


パッケージをインストールしただけでは警告が出て実行できません。 ![image](https://qiita-image-store.s3.amazonaws.com/0/44288/0138ca06-8eed-cdb3-d88e-ee4a253345a1.png) sbclのインストールが必要みたいです。

SBCLのインストール

下記URLからインストーラをダウンロードしてきてSBCLをインストールします.
http://www.sbcl.org/platform-table.html

Lispを動かす

Windowsを再起動するとLispが動くようになります (Shift + Ctrl + B で実行)

hello.lisp
 (print "Hello World")

image

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?