-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
goでは評価される
PC106:src kunohi$ go run lisp_main.go
scheme.go> "山田太郎"
"山田太郎"
scheme.go> (quit)
がrustではシステムエラーとなる
NPC106:elisp kunohi$ cargo run --bin lisp
Compiling elisp v0.1.0 (/Users/kunohi/git/rust-elisp/elisp)
Finished dev [unoptimized + debuginfo] target(s) in 5.56s
Running `target/debug/lisp`
<rust.elisp> "山田太郎"
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:345:21
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working