feat: add a stdlib ASCII art in REPL's default welcome message #2178
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #2175
Description
This pull request adds a stdlib ASCII art in the default welcome message of the REPL.
Some design combinations I tried are attached below:
Julia type partitioning
Current implementation:

We can add/remove more spaces to make it more spread-out/compact:


A Tall typeface:

Simple design
A dramatic design I made myself (personally, not a fan)
@kgryte all yours to choose... I prefer the current implementation or a more compact version of it
There are various other fonts available here too, although most are a bit too dramatic for a REPL application IMO...
If we are looking for even smaller arts, rectangles, small etc are some of the good fonts
We can also explore incorporating some colors into our welcome message, now or in the future...
Related Issues
This pull request:
Questions
Can we shorten the text
'For more info about stdlib, see the source repository:'
to just'For more info, see the source repository:'
or'see the source repository:'
? It better aligns with the rest of the block giving us a fixed width as attached below:Other
No.
Checklist
@stdlib-js/reviewers