Commit Graph

692 Commits

Author SHA1 Message Date
Nick Gravgaard
fb28058e81
Update email and GitHub username 2023-12-03 19:25:51 +00:00
Anton-4
82632cfae6
Update tutorial executable naming
Fixes issue raised [here](https://github.com/roc-lang/roc/issues/5501#issuecomment-1837186378).
I also simplified the language a bit for non-native English speakers.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-02 17:06:40 +01:00
Luke Boswell
7d2b8a509d
Merge pull request #6126 from roc-lang/github-link
Add github link to website
2023-12-01 13:45:10 +11:00
Luke Boswell
dc0b5eeab2
add github link to website 2023-12-01 13:38:45 +11:00
Richard Feldman
91886ce8a0
Add @asteroidb612 to sponsors - thank you so much! ❤️ 2023-11-30 20:07:45 -05:00
Richard Feldman
4798760229
Merge pull request #6124 from roc-lang/prevent-spellcheck
Add spellcheck attribute for REPL
2023-11-30 19:41:59 -05:00
Luke Boswell
de5847a875
add spellcheck attribute for REPL 2023-12-01 11:25:58 +11:00
Luke Boswell
16834a47ff
fix css error color 2023-12-01 11:06:34 +11:00
ducdetronquito
92952a3b8f
Tutorial - Fix broken examples link
Signed-off-by: ducdetronquito <ducdetronquito@users.noreply.github.com>
2023-11-30 21:03:38 +01:00
Luke Boswell
1382059195
Merge pull request #6111 from lukewilliamboswell/tutorial-updates
Tutorial Updates
2023-11-29 20:33:42 +11:00
Richard Feldman
eeab701df3
Merge pull request #6110 from roc-lang/update-sponsors
Update sponsors
2023-11-28 19:36:32 -05:00
Luke Boswell
e7a9b8aa15
remove Phantom Types section 2023-11-29 09:12:40 +11:00
Luke Boswell
b84e242d0e
add Record Builder section and Example 2023-11-29 08:41:58 +11:00
Luke Boswell
23bf068b2c
add Importing Files Example 2023-11-29 08:30:44 +11:00
Luke Boswell
becdfe7180
add reference to Examples 2023-11-29 08:25:50 +11:00
Luke Boswell
e5326bdd17
add Task and Error Handling example 2023-11-29 08:18:11 +11:00
Luke Boswell
440a7d932d
add pattern matching example fix heading 2023-11-29 08:15:56 +11:00
Richard Feldman
66d41af6a9
Update sponsors 2023-11-28 13:25:00 -05:00
Richard Feldman
2474d9c031
Merge pull request #6092 from roc-lang/smarter-ci-runs
Smarter ci manager
2023-11-28 13:21:41 -05:00
Anton-4
89ac46af9a
test css change 2023-11-28 17:51:34 +01:00
Richard Feldman
69b72866db
Merge pull request #6036 from roc-lang/plan
Add /plans
2023-11-25 19:51:21 -05:00
Richard Feldman
62964f68cf
Add ohne-makler link to #sponsors
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-11-25 13:54:24 -05:00
Richard Feldman
b65aab7519
Link to /plans from /docs 2023-11-25 07:37:54 -05:00
Richard Feldman
62cdfe356e
Merge pull request #6068 from lukewilliamboswell/lang-ref-abilities
Add Abilities language reference
2023-11-24 19:50:44 -05:00
Richard Feldman
6711602cfe
Linkify #sponsors on the homepage 2023-11-24 19:29:25 -05:00
Richard Feldman
24dd66a112
Add ohne-makler to sponsors 2023-11-24 19:28:18 -05:00
Luke Boswell
ee0811d5ed
typos 2023-11-24 09:55:50 +11:00
Luke Boswell
8240d237fa
initial Abilities language reference 2023-11-24 09:52:55 +11:00
Richard Feldman
3d9a08cfdc
Add Chris Packett to sponsors 2023-11-22 21:45:47 -05:00
Richard Feldman
f434c5c872
Fix a typo
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-11-22 08:25:24 -05:00
Richard Feldman
0c9fc22c5b
Merge pull request #6046 from carlbordum/doc/tutorial-calling-functions
remove ref to string interpolation in start of tutorial
2023-11-22 08:07:11 -05:00
Richard Feldman
44ed55c2ea
Merge pull request #6048 from carlbordum/doc/tutorial-def-startswith-lowercase
mention that defs must start with a lowercase letter in tutorial
2023-11-22 08:06:17 -05:00
Richard Feldman
e3a0c0b968
Merge pull request #6051 from jamesbirtles/fix/typo-browser
fix typo browswer -> browser
2023-11-22 08:05:53 -05:00
Richard Feldman
f20f395048
Merge pull request #6052 from ryanolsonx/improve-if-then-else-tutorial-code
Improve if-then-else tutorial code
2023-11-22 08:05:26 -05:00
Alvydas Vitkauskas
746cbe92ed fix one more naming 2023-11-22 00:43:08 +02:00
Alvydas Vitkauskas
5281c42c83 fix naming error in tutorial 2023-11-22 00:24:05 +02:00
Ryan Olson
b40d2e03c3 Improve if-then-else tutorial code
Since we have a variable for `sum`, I feel like the example would be more
clear if we use it in the `else` branch in the if-then-else code.
2023-11-21 13:56:10 -07:00
James Birtles
4cfecb2872
fix typo browswer -> browser
Signed-off-by: James Birtles <james@birtles.dev>
2023-11-21 19:57:18 +00:00
Carl Bordum Hansen
0092dd2628 mention that defs must start with a lowercase letter in tutorial 2023-11-21 18:59:37 +01:00
Carl Bordum Hansen
2fd410d016 remove ref to string interpolation in start of tutorial
This section appears later in the tutorial now.
2023-11-21 18:35:41 +01:00
Ikko Eltociear Ashimine
38ad8f1061
Fix typo in optimize.sh
occurances -> occurrences

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
2023-11-22 01:02:02 +09:00
Brendan Hansknecht
2afd9ca0a9
Merge pull request #6032 from rodrigob/patch-4
Typo fix: primtiives -> primitives
2023-11-20 22:22:53 -08:00
Brendan Hansknecht
afa072ede9
Merge pull request #6033 from rodrigob/patch-5
Typo fix: scehduling -> scheduling
2023-11-20 21:52:45 -08:00
Richard Feldman
7dddc2e6fd
Add /plans 2023-11-20 23:11:33 -05:00
Rodrigo Benenson
d5eab97bb7
Typo fix: scehduling -> scheduling 2023-11-20 22:52:07 +01:00
Rodrigo Benenson
964c83eefd
Typo fix: primtiives -> primitives 2023-11-20 22:44:52 +01:00
Brian Carroll
d97b67aaf3
Fix typo in functional.md
Signed-off-by: Brian Carroll <brian.carroll.ireland@gmail.com>
2023-11-20 20:11:50 +00:00
Brian Carroll
54d64ac3a5
Fix typo in fast.md
Signed-off-by: Brian Carroll <brian.carroll.ireland@gmail.com>
2023-11-20 20:09:48 +00:00
Richard Feldman
a56da32aa1
Add some more links to /platforms 2023-11-20 11:18:56 -05:00
Richard Feldman
f36ae80ce5
Fix z-index on tutorial table of contents 2023-11-20 08:20:15 -05:00