LoginSignup
2
1

More than 3 years have passed since last update.

roswellを使って環境構築

Posted at

自分のための忘備録です。

こちらの記事が詳しいです。
https://qiita.com/t-sin/items/054c2ff315ec3b9d3bdc

環境

Windows10

手順

ダウンロード

からRoswell-x86_64.zipをダウンロードし解凍する。

path追加

パスを追加し、再起動。

セットアップ

Quicklispなどのセットアップを
するために

ros setup

確認

ros run

これでREPLが起動します。

slimeのインストール

slimeを使うとコンパイルが一瞬でおこなうことができます。

ros install slime

slimeを使ってみる

roswellがdefaultでemacsをインストールしてるので、それを使います。

ros emacs

そして、emacs上で

M-x slim

これでslimeが無事起動すれば
OKです。

僕の場合は、

ros install slime

が正常に動作されていないようで、
正しい場所にslimeが配置されていなかったので下記の変更が必要でした。

任意のpath\.roswell\lisp\slime\tmp\
以下に配置されていたので、
.roswell\lisp\slime\2019.05.21\
に移す。
2
1
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
2
1