objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

`obi -file` and `obi -inline` no longer quit after done running #319

Closed ghost closed 1 year ago

ghost commented 1 year ago

Now it automatically switched back to the REPL prompt and need you to type /q to exit manually.

objeck commented 1 year ago

Did you add -exit?

ghost commented 1 year ago

Did you add -exit?

Sorry, I forgot about it 😄