問題タブ [practical-common-lisp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
lisp - ラケットで (y-or-np) を書く
Racket を使用して Practical Common Lisp を使用しています。ユーザーに入力を求め、「はい/y」「いいえ/n」を入力しない場合は再プロンプトする関数を作成しようとしています。
1つのバグを除いて、私が望むものとほぼ同じです。通話中
回答を受け入れるには、Enterキーを2回押す必要があり、バインドされていない識別子エラーが発生します。誰が何が悪いのか知っていますか?
PS ラケット V 7.0 を使用しています。Emacs でラケット モードを使用して実行します。
common-lisp - Mac に aserve をインストールして、それを lispbox-0.7 内にロードするにはどうすればよいですか?
私は「Practical Common Lisp」(優れた本) の第 26 章を読んでいます。https://github.com/Apress/practical-common-lispからダウンロードして、これに到達しようとしています:
このエラーが発生します:
https://github.com/franzinc/aserve.git のクローンを作成した後、次のコマンド を実行しました。
しかし、エラーが発生しました:
パッケージ EXCL が見つからなかったので、portableaserve をインストールして実行しました。
しかし、再び得ました:
上記の defpackage コマンドを実行するために、excl を含む allegroserve を Mac の lispbox-0.7 内にインストールする方法を誰かが知っていますか?