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
157 stars 11 forks source link

[Suggestion] `obi` should be able to be used like an interpreter #266

Closed ghost closed 1 year ago

ghost commented 1 year ago

Feed whole source file to obi to run like script, e.g: obi test.obs and cat test.obs | obi.

objeck commented 1 year ago

I added an -open command line switch in commit 69fd01f2b

ghost commented 1 year ago

I added an -open command line switch in commit 69fd01f

What about -lib? Or all libraries will be implicitly linked?

objeck commented 1 year ago

Done in commit b52fe28