Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

our-member.lが認識されない #411

Open
PozihameBaystar opened this issue Nov 17, 2021 · 2 comments
Open

our-member.lが認識されない #411

PozihameBaystar opened this issue Nov 17, 2021 · 2 comments

Comments

@PozihameBaystar
Copy link

第3回の資料通りにour-member.lを作成し、
~/enshu_ws/src/beginner_tutorials/Lisp
というフォルダを作成し、そこに保存したのですが、

(load "our-member.l")

と実行すると、

Call Stack (max depth: 20):
0: at (load "our-member.l")
1: at #<compiled-code #X559fd33693e8>
irteusgl 0 error: file #P"our-member.l" not found in (load "our-member.l")

とエラーを吐いてしまいます。解決策はありますでしょうか。

@k-okada
Copy link
Member

k-okada commented Nov 17, 2021

Bashから(eusインタプリタを立ち上げる前に)

ls ~/enshu_ws/src/beginner_tutorials/Lisp

とするにとeusインタプリタ上で(load "our-member.l")する前に ls`としてみて下さい

(load "our-member.l") はインタプリタ立ち上げたのと同じディレクトリにファイルを必要とします。

そうでなければ、ファイルのある場所でインタプリタをたちょ上げるか、ファイルのパスも含めてloadしてください

@PozihameBaystar
Copy link
Author

上手く行きました。有難うございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants