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

Add exercises about help mode and shell mode #90

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

fmarotta
Copy link
Contributor

Add exercises for the REPL lesson:

  • One exercise for help mode about reading the documentation of the varinfo() function
  • Two new exercises for shell mode, one about pwd and cd, the other about ls

#md # ```
#md #
#md # ```julia-repl
#md # shell> pwd
Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

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

@kescobo
Copy link
Collaborator

kescobo commented Nov 14, 2024

I think this is a nice addition 👍

@BeastyBlacksmith
Copy link
Collaborator

@all-contributors add @kescobo for review and @fmarotta for content

Copy link
Contributor

@BeastyBlacksmith

I've put up a pull request to add @kescobo! 🎉

@BeastyBlacksmith
Copy link
Collaborator

@all-contributors add @kescobo for review
@all-contributors add @fmarotta for content

Copy link
Contributor

@BeastyBlacksmith

I've put up a pull request to add @kescobo! 🎉

@BeastyBlacksmith
Copy link
Collaborator

BeastyBlacksmith commented Nov 15, 2024

@all-contributors add @fmarotta for content

@BeastyBlacksmith
Copy link
Collaborator

Sorry for spamming 😅, figuring out how this works

@BeastyBlacksmith
Copy link
Collaborator

@all-contributors add @fmarotta for content

Copy link
Contributor

@BeastyBlacksmith

I've put up a pull request to add @fmarotta! 🎉

@BeastyBlacksmith BeastyBlacksmith merged commit c8de253 into carpentries-incubator:literate Nov 15, 2024
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

Successfully merging this pull request may close these issues.

3 participants