Would REPL get native support? #1892
Replies: 3 comments 1 reply
-
I don't know what their goals would be, but I guess you could write your own REPL with the reference interpreter? Or are you thinking of something like cling ? |
Beta Was this translation helpful? Give feedback.
-
Realistically maintaining compatibility with REPL without the support of official goal is difficult, especially given fast iteration in the first few years. |
Beta Was this translation helpful? Give feedback.
-
Native REPL support is not currently a goal. I suspect it won't be possible to provide a really seamless REPL experience without compromising our goal of C++ interoperability, but something like cling might be feasible. I'm converting this to a discussion, because it seems like more of a question than an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Python-style REPL is helpful for iterative programming. Understand it is definitely feasible to support using higher level framework, wondering if supporting it natively will be a goal (or non-goal)?
Beta Was this translation helpful? Give feedback.
All reactions