-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add exercises about help mode and shell mode #90
Add exercises about help mode and shell mode #90
Conversation
#md # ``` | ||
#md # | ||
#md # ```julia-repl | ||
#md # shell> pwd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it would be worth comparing / contrasting with cd()
and readdir()
in julia - using the shell is great for quick things, but you can't then assign things to variables or run julia functions on the outputs.
Or maybe that's an added complication that's not worth it at this stage of the lesson
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could mention it in an info box or similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but can also be in a different PR
I think this is a nice addition 👍 |
@all-contributors add @kescobo for review and @fmarotta for content |
I've put up a pull request to add @kescobo! 🎉 |
@all-contributors add @kescobo for review |
I've put up a pull request to add @kescobo! 🎉 |
@all-contributors add @fmarotta for content |
Sorry for spamming 😅, figuring out how this works |
@all-contributors add @fmarotta for content |
I've put up a pull request to add @fmarotta! 🎉 |
Add exercises for the REPL lesson:
varinfo()
functionpwd
andcd
, the other aboutls