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

Powershellなどで-eオプションで文字列リテラルをprintlnできない #24

Open
515hikaru opened this issue Jan 21, 2019 · 0 comments

Comments

@515hikaru
Copy link

始めたての初心者です。バグと思しき挙動を見つけたのですが、Juliaの文法をまともに知らない状態で発見したので、known Issue だったり自分の勘違いかもしれないと思って起票します。

遭遇した挙動

Windows の Powershell やコマンドプロンプトで、

julia -e 'println("foo")'

などと実行するとエラーが出ることを発見しました。(試した限り空文字列 "" 以外はダメ)

エラー内容

  • Powershell
> julia -e 'println("foo")'
ERROR: UndefVarError: foo not defined
Stacktrace:
 [1] top-level scope at none:0
  • コマンドプロンプト
>julia -e 'println("foo")'
ERROR: syntax: invalid character literal

WSLのUbuntuで実行したら普通に動いたので Windows のみの問題なのかと思っています。

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

1 participant