Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: showing the welcome message in the interpreter #12

Open
Cycatz opened this issue May 23, 2022 · 3 comments
Open

feat: showing the welcome message in the interpreter #12

Cycatz opened this issue May 23, 2022 · 3 comments

Comments

@Cycatz
Copy link

Cycatz commented May 23, 2022

It would be nice if information is shown before the prompt in interpreter.
For example, the python command:

Python 3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>>

Here are some info which can be shown by default:

  • language version
  • compiler version
  • reple version

We can also add some hints for the special commands like clear or quit:

@BenBrock
Copy link
Owner

Nice idea! I don't currently have the bandwidth to work on this, but that would be very cool.

@Cycatz
Copy link
Author

Cycatz commented Jun 1, 2022

@BenBrock Can I try to implement this feature?

@BenBrock
Copy link
Owner

BenBrock commented Jun 5, 2022

Sure, I would accept it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants