Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing comma | Matias Kinnunen | 2024-06-10 |
| | |||
* | fix potential typo | Oli Clive-Griffin | 2024-05-31 |
| | |||
* | Fix typo | Brad Bollenbach | 2024-05-31 |
| | |||
* | Upgrade version | Louis Pilfold | 2024-05-29 |
| | |||
* | Tweak | Louis Pilfold | 2024-05-29 |
| | |||
* | Add simple BitArray concatenation example | Day Fisher | 2024-05-29 |
| | |||
* | Fix coma to dot | Marcel | 2024-05-09 |
| | |||
* | Format | Louis Pilfold | 2024-05-04 |
| | |||
* | Added example to anonymous functions | ellipticview | 2024-05-04 |
| | |||
* | Revert "it is" | Lars Kappert | 2024-05-03 |
| | |||
* | it's → it is | Lars Kappert | 2024-05-03 |
| | |||
* | Increase consistency and readability a tiny bit | Lars Kappert | 2024-05-03 |
| | |||
* | fix awkward phrasing in Nil explanation | TheHiddenLayer | 2024-04-25 |
| | |||
* | Fix typo | Louis Pilfold | 2024-04-20 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/85 | ||
* | Format | Louis Pilfold | 2024-04-19 |
| | |||
* | 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 |
| | |||
* | Typos | Louis Pilfold | 2024-03-29 |
| | |||
* | fix "funtions" typo in `lesson14_type_imports` | Ricardo Fernández Serrata | 2024-03-27 |
| | |||
* | 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! | ||
* | 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" | ||
* | Correct typo | Louis Pilfold | 2024-03-11 |
| | |||
* | Document snake_case | Louis Pilfold | 2024-03-07 |
| | |||
* | Improve clarity | Louis Pilfold | 2024-03-07 |
| | |||
* | Apply @t3dotgg's suggestion | Louis Pilfold | 2024-03-07 |
| | |||
* | Generic custom types | Louis Pilfold | 2024-03-06 |
| | |||
* | Document case for custom types | Louis Pilfold | 2024-03-06 |
| | |||
* | Document case | Louis Pilfold | 2024-03-06 |
| | |||
* | changed description of underscore in function capture | human154 | 2024-03-06 |
| | | | It didn't make sense to me to call it the "final argument". | ||
* | display the word value as code again | human154 | 2024-03-05 |
| | |||
* | Simplify my awkwrd comment about type variables | human154 | 2024-03-05 |
| | |||
* | Change used to referenced | human154 | 2024-03-05 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | a couple light grammar fixes to explanation of deprecations | human154 | 2024-03-05 |
| | |||
* | Added comment to drive home explanation of generic arguments | human154 | 2024-03-05 |
| | |||
* | Fix 'in future' -> 'in the future' on bit array page | Shane Handley | 2024-03-05 |
| |