Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | separate case | 0riginaln0 | 2024-04-15 |
| | |||
* | separate case | 0riginaln0 | 2024-04-15 |
| | |||
* | factorial(0) = 1 case added for tail_calls | 0riginaln0 | 2024-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 recursion | 0riginaln0 | 2024-04-15 |
| | | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded" | ||
* | Add hrefs to code keywords | Dimitrii Dulgher | 2024-04-15 |
| | |||
* | Put closing brackets in the correct place. | Jacob Fenton | 2024-04-03 |
| | |||
* | Format. | Jacob Fenton | 2024-04-03 |
| | |||
* | Put nav at the bottom of the page, so it doesn't move around from lesson to ↵ | Jacob Fenton | 2024-04-03 |
| | | | | lesson. | ||
* | Add left/right arrow key handlers for easier navigation. | Jacob Fenton | 2024-04-01 |
| | |||
* | Revert "Put nav at the bottom of the page, so it doesn't move around from ↵ | Louis Pilfold | 2024-04-01 |
| | | | | | | lesson to lesson." This reverts commit 4d346ace41edd8a11fd90aa2928f801eea9b93a2. | ||
* | Revert "Format." | Louis Pilfold | 2024-04-01 |
| | | | | This reverts commit 5383e5b1eb7c713ed65b4ded250e91cef9d8c398. | ||
* | Format. | Jacob Fenton | 2024-04-01 |
| | |||
* | Put nav at the bottom of the page, so it doesn't move around from lesson to ↵ | Jacob Fenton | 2024-04-01 |
| | | | | lesson. | ||
* | Typos | Louis Pilfold | 2024-03-29 |
| | |||
* | fix "funtions" typo in `lesson14_type_imports` | Ricardo Fernández Serrata | 2024-03-27 |
| | |||
* | Remove off brand transitions | Louis Pilfold | 2024-03-26 |
| | |||
* | Remove off-brand transitions and mobile UI breaking link | Louis Pilfold | 2024-03-26 |
| | |||
* | Document opaque types | Louis Pilfold | 2024-03-26 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/63 | ||
* | Document import type | Louis Pilfold | 2024-03-26 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/61 | ||
* | Remove link | Louis Pilfold | 2024-03-26 |
| | |||
* | Improve introduction of modules and imports | Louis Pilfold | 2024-03-26 |
| | | | | Thanks @RyanBrewer317! | ||
* | Link to everything page | Louis Pilfold | 2024-03-26 |
| | |||
* | chore: use split css stylesheets | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: delete render module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: FOUC on /everyting when on dark theme | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: deplicate function calls | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: group functions into 3 modules | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: move everything page generation template to own module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: format css | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: add link to /everyting in nav | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move global components to their own module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(wip): modular page rendering | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak colors, hovers & snipets | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: code snipped dimming | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(style): preserve style with original common colors | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: remove starting hyphen in lesson ids | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: add sugar, links, css & content to /everything page | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | Make content on single page (needs CSS and new name) | Louis Pilfold | 2024-03-26 |
| | |||
* | More info on bit arrays | Louis Pilfold | 2024-03-17 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/58 | ||
* | Clarify what makes up the callback function of a `use` expression | Brett Cannon | 2024-03-16 |
| | |||
* | Remove functions | Louis Pilfold | 2024-03-14 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/52 | ||
* | Try to clarify what "any number of arguments" means in the "function ↵ | Brett Cannon | 2024-03-14 |
| | | | | | capture" page Closes #53 | ||
* | Update src/content/chapter1_functions/lesson06_generic_functions/en.html | Louis Pilfold | 2024-03-13 |
| | |||
* | Rephrase paragraphs in chapter1_functions/lesson06_generic_functions | Sergei Suvorov | 2024-03-13 |
| | | | | | Rephrased a paragraph in `chapter1_functions/lesson06_generic_functions/en.html` to make the idea clearer. The second paragraph also contains some typos, but they are being fixed in [this PR](https://github.com/gleam-lang/language-tour/pull/41), so I'm leaving them as-is here | ||
* | Fix typo in `lesson00_standard_library_package` | Nikita Sobolev | 2024-03-12 |
| | |||
* | Update pattern aliases en.html to match the code example | Vladimir Kidyaev | 2024-03-12 |
| | |||
* | Update discard pattern | eli | 2024-03-12 |
| | | | fix awkward wording | ||
* | Fix language in lesson09_bools | Scott Patten | 2024-03-12 |
| | | | "is a either" => "is either" | ||
* | Change text | Louis Pilfold | 2024-03-11 |
| | |||
* | Add homepage link | domnantas | 2024-03-11 |
| |