Skip to content

Instantly share code, notes, and snippets.

@sakamotodesu
Last active August 20, 2021 00:29
Show Gist options
  • Save sakamotodesu/ebab9ac53aa99f2e2aba839cc29d5b6a to your computer and use it in GitHub Desktop.
Save sakamotodesu/ebab9ac53aa99f2e2aba839cc29d5b6a to your computer and use it in GitHub Desktop.
Practical Common Lisp for Mac

List in a boxが動かなかったのでroswellで格闘中。

roswellセットアップ

  • macos 10.15.7

やったこと

結局何が必要だったわからんな。brewでインストールされたemacsだと動いた。

  1. brew install emacs
  2. https://github.com/roswell/roswell/wiki
  3. https://github.com/roswell/roswell/wiki/Initial-Recommended-Setup
  4. emacsで M-x slime

必要だったかわからないけどやったこと

$ ros setup

知っておいた方が良さそうな操作

  • typoしてデバッグ始まったらabortで復帰
  • REPLでコンマ -> quitで終了
  • デバッガはqでも終了する

参考にしたやつ

emacs復習

  • C-x 0 ウインドウを閉じる
  • C-x 2 ウインドウを上下に分割
  • C-x o ウインドウを移動
  • C-c C-c コンパイル
  • C-x b バッファ移動
  • C-x C-f ファイルを開く
  • C-x C-b バッファリスト一覧
  • C-x C-c emacs終了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment