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 history #53

Merged
merged 69 commits into from
Aug 11, 2023
Merged

add history #53

merged 69 commits into from
Aug 11, 2023

Conversation

BeastyBlacksmith
Copy link
Collaborator

No description provided.

tobyhodges and others added 30 commits September 17, 2020 14:42
* trebuchet-intro

* variable assignment

* add Unicode section

* add REPL-modes

* type hierarchy

* add subtypes example

* pkg-activate, add

* Update _episodes/04-pkg.md

Co-authored-by: Mosè Giordano <[email protected]>

* create functions episode

* first shot fired

* defining functions

* keyword question

* change feature to control flow

* add control flow and anonymous functions

* add for and while loops

one thing to keep in mind is that this needs FluxML/Trebuchet.jl#10

Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
* finish section about modules

* add section about Revise

* finish package section

* delete 'd'

* fix types challenge

* fix juliahub link

* fix more challenges

* missing "

* add if/else section

* don't use type parameters

* add meta information

* Update _episodes/07-modules.md

Co-authored-by: Mosè Giordano <[email protected]>

Co-authored-by: Mosè Giordano <[email protected]>
BeastyBlacksmith and others added 27 commits August 12, 2021 19:14
* add better setup and run instructions

* add information on exiting sticky modes

* change type challange to multiple choice

* add Pkg.status

* mention `varinfo`

* add PkgSkeleton

* add example directory structure

* adjust height of trebuchet

* add better setup and run instructions

* add information on exiting sticky modes

* change type challange to multiple choice

* add Pkg.status

* mention `varinfo`

* add PkgSkeleton

* add example directory structure

* adjust timings

* turn keyword argument challange into multiple choice

* improve challenges

* add aspekt of composition

* add analogy from discourse
* declare as alpha

* Update README.md

* fix quote
* add function

* add figure of distances
* julia -> Julia, where appropriate

* Lesson grammar check; remove HTML tags from MD

* wrap markdown at 79 lines; fix VSCode template

Very long lines render poorly on GitHub and in editors,
and (perhaps more significantly) require larger blobs
for git to track changes. This commit wraps lines at
79 chars, for the most part, to improve rendering,
readability, and repository size. `.editorconfig` has
been updated to reflect the change.

In addition, the VSCode template for Challenge-and-Solution
blocks was modified to insert blank lines after each title.

* tidy up the README
* provide installation instructions for git-bash and julia

* better clarity on input, output, and modes

* clarify discussion of types

* restore <kbd> tags where they were appropriate

* minor tidying of pkg explanation

* JH version of Trebuchet lacks shoot, docstrings, use GH instead

* clarify some things about functions; revisit mode prompts

* clarify control flow some

* space things out a little

* capitalization

* 1e-1 is unintuitive, use 0.1 instead

* missing codeblock types

* address reviewer comments

* add myself as an author

* unpack multi-input block, address comments

* `print` is superfluous in a REPL

Co-authored-by: Simon Christ <[email protected]>

Co-authored-by: Simon Christ <[email protected]>
Missing "t" results in an error.
* Update action to use main

* Update lesson.yml

Co-authored-by: Simon Christ <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
* Create install-vscode.html

* typing up instructions for windows

* changing command line editor to visual studio code

* fixing typos, improving command palette step

* adding mac and linux instructions

* updating intro sentence

* typo

* nano OR vscode

* nano OR vscode

* nano OR vscode
* add exercise to check subtyping

* adding trailing bracket

Co-authored-by: Kevin Bonham <[email protected]>

* Update _episodes/06-control-flow.md

---------

Co-authored-by: Kevin Bonham <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
Added a list of three steps required to complete the setup for this lesson
@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2023

⚠️ WARNING ⚠️

This pull request contains a mix of workflow files and regular files. This could be malicious. No preview will be created.

regular files:

  • code/.gitkeep

workflow files:

  • .github/FUNDING.yml
  • .github/ISSUE_TEMPLATE.md
  • .github/PULL_REQUEST_TEMPLATE.md

@BeastyBlacksmith BeastyBlacksmith merged commit c34f95c into main Aug 11, 2023
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.