Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Julia コマンドをキーボードで中断するにはどうすればよいですか? ターミナルインターフェイスで実行しています。たとえば、Python では、IDLE を使用すると、while Trueを押すことでループ内でエラーをスローできますctrl-C。ジュリアでも同じことができるようになりたいです。ありがとう!
while True
ctrl-C
Julia REPl では Ctrl+c が機能します。Juno では、Ctrl+j Ctrl+k を使用します。