-
Notifications
You must be signed in to change notification settings - Fork 0
REPL command line syntax / mode transitions #56
Comments
On Tue, Dec 9, 2014 at 11:25 PM, Ryan Danas notifications@github.com
I say yes, then no. That is, formalize it as it stands now, which will |
Again, I agree. I think it will take a while and a lot of feedback from our users to get the interface right. |
The modes did a good job of breaking up the repl into separate states; I currently like the following idea for transitions...
This would work really nice with changing theory configuration options (like depth), as it would transition to theory mode, change the depth, transition to the model exploration mode, and reload the theory / generate the first model automatically. |
Yes, I like the spirit of this idea. I read it as It's a bit like type inference for REPL commands, isn't it? It's mode Dan On Sat, Jan 24, 2015 at 1:31 PM, Ryan Danas notifications@github.com
|
@m
means nothing; explore does though), or transition implicitly (user asked to load a theory in some other mode, automatically go to theory mode instead of syntax error), or a combination of both. I'm a fan of the implicit transitions. The user should be able to know / call every command at all times; however, the "modes" should still be displayed to the user in the hopes to get them in the right mindset.@salmans @dandougherty now that we've gotten some feedback on the modes, and in general i think its a good idea, would this be the time to really formalize our command syntax? (maybe even a technical report / the start of a bigger paper?)
The text was updated successfully, but these errors were encountered: