aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gleam tourHEADmasterkaiwu2024-07-09
|
* Interactive coding editor formatting issuesSimon Curtis2024-06-12
|
* refactor: Apply suggestions from code reviewDaniel John Keefer2024-06-12
| | | Co-authored-by: Louis Pilfold <louis@lpil.uk>
* refactor: address feedback from code reviewxxKeefer2024-06-12
| | | | | | use correct terms, clean up code example, explain everything that need to be #56
* feat: :sparkles: add examples and code for record destructuringxxKeefer2024-06-12
| | | | #56
* refactor: :truck: make space for new record destructuring chapterxxKeefer2024-06-12
|
* Hyphenate compound wordsMatias Kinnunen2024-06-10
|
* Fix typoMatias Kinnunen2024-06-10
|
* Add missing commaMatias Kinnunen2024-06-10
|
* fix nav icon rotationIsaac2024-06-05
| | | sorry lucy!
* handle js interpolationPeter Saxton2024-06-05
|
* fix potential typoOli Clive-Griffin2024-05-31
|
* Fix typoBrad Bollenbach2024-05-31
|
* Upgrade versionLouis Pilfold2024-05-29
|
* TweakLouis Pilfold2024-05-29
|
* Add simple BitArray concatenation exampleDay Fisher2024-05-29
|
* updated htmb and filepath dependencies to latestPeter Saxton2024-05-29
|
* fix hidden code editorthorhj2024-05-22
|
* Fix coma to dotMarcel2024-05-09
|
* Add overflow auto to error classsilver-shadow2024-05-06
|
* FormatLouis Pilfold2024-05-04
|
* Added example to anonymous functionsellipticview2024-05-04
|
* Revert "it is"Lars Kappert2024-05-03
|
* it's → it isLars Kappert2024-05-03
|
* Increase consistency and readability a tiny bitLars Kappert2024-05-03
|
* Hide button for printLouis Pilfold2024-05-01
|
* fix: :bug: fix styles to work on firefox and chromiumxxKeefer2024-05-01
| | | | #71
* fix: :bug: update page break css rulesxxKeefer2024-05-01
| | | | turns out break-inisde and break-before have supercede the older page-* rules, also improved support for firefox
* feat: :lipstick: adds css print media rulesxxKeefer2024-05-01
| | | | | | for /everything page of the tour to be printed as a multi page pdf doc #71
* Fixes to margins around editor and left panelSimon Curtis2024-05-01
|
* Rewrite of layout and added code block styling in large viewSimon Curtis2024-05-01
|
* add whatJonas Hartmann2024-04-30
|
* fix awkward phrasing in Nil explanationTheHiddenLayer2024-04-25
|
* Fix typoLouis Pilfold2024-04-20
| | | | Closes https://github.com/gleam-lang/language-tour/issues/85
* FormatLouis Pilfold2024-04-19
|
* Use same version on CI, oopsLouis Pilfold2024-04-19
|
* Debug printing on CILouis Pilfold2024-04-19
|
* Why is prod using a cached copy of the prelude?Louis Pilfold2024-04-19
|
* Update to Gleam v1.1.0Louis Pilfold2024-04-18
|
* separate case0riginaln02024-04-15
|
* separate case0riginaln02024-04-15
|
* factorial(0) = 1 case added for tail_calls0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* factorial(0) = 1 case added for recursion0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* Add hrefs to code keywordsDimitrii Dulgher2024-04-15
|
* Put closing brackets in the correct place.Jacob Fenton2024-04-03
|
* Format.Jacob Fenton2024-04-03
|
* Put nav at the bottom of the page, so it doesn't move around from lesson to ↵Jacob Fenton2024-04-03
| | | | lesson.
* Setup Codespaces devcontainerSimon Curtis2024-04-03
|
* Add left/right arrow key handlers for easier navigation.Jacob Fenton2024-04-01
|
* Revert "Put nav at the bottom of the page, so it doesn't move around from ↵Louis Pilfold2024-04-01
| | | | | | lesson to lesson." This reverts commit 4d346ace41edd8a11fd90aa2928f801eea9b93a2.