Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.7
-
Component/s: Command line tools
-
Labels:None
-
Number of attachments :
Description
At the moment on startup the interactive interpreter is not very informative; for instance, nobody knows about the "globals" function unless they've used Python extensively.
On startup, an InteractiveInterpreter should display a welcome message along with a list of functions that can be invoked and their meaning. Also included should be, if possible, the Boo version currently running.
Hows this? It's just a small patch that shows the boo version it's running with, and some of the global commands. Hope I did that patching stuff correctly as well - I've never created a patch before :/