Commit graph

55 commits

Author SHA1 Message Date
Anton-4
06cf030527
update to basic-cli 3.1 2023-03-29 10:46:47 +02:00
Anton-4
9620f9e0e8
Merge pull request #5164 from yukiomoto/fix-tutorial-sample-code
Fix a field name in tutorial to match its context
2023-03-21 16:37:11 +01:00
Richard Feldman
2276c78d9f
Merge pull request #5093 from roc-lang/glue-getters-rtfeldman
Glue for functions and closures
2023-03-21 08:12:19 -04:00
Anton-4
8da9af94f2
use latest basic-cli, better error messages 2023-03-20 20:06:36 +01:00
itmuckel
d6a4564cd2
Fix typo in walk tutorial 2023-03-19 17:47:44 +01:00
Yuki Omoto
3c95849914
Fix a sample code in tutorial to match its context 2023-03-19 21:21:34 +09:00
Folkert de Vries
bd3982241e
Merge pull request #5036 from roc-lang/tutorial_updates
tutorial: update to basic-cli 0.2.1, fix typos
2023-03-17 11:46:36 +01:00
Anton-4
44778c72fe
Merge pull request #5117 from human154/patch-3
Tutorial: add spaces before colons
2023-03-14 11:58:38 +01:00
Anton-4
fe066e5567
Merge branch 'main' of github.com:roc-lang/roc into tutorial_updates 2023-03-13 19:46:05 +01:00
Richard Feldman
cf67591d10
Merge pull request #5121 from itmuckel/tutorial-fix-unused-function
Fix unused function in tutorial
2023-03-13 06:42:48 -04:00
Richard Feldman
24110c824b
Merge pull request #5125 from roc-lang/tutorial-name-tweak
Tweak tutorial intro wording
2023-03-12 09:09:36 -04:00
Richard Feldman
e28b88119f
Tweak tutorial intro wording 2023-03-12 08:59:18 -04:00
Luke Boswell
373da8d5e1
update colors for tutorial 2023-03-12 15:42:43 +11:00
Luke Boswell
0e65f10744
remove inline styles from markdown tables 2023-03-12 13:23:07 +11:00
itmuckel
be6bd9a1ec Fix unused function in tutorial 2023-03-12 00:28:12 +01:00
Luke Boswell
a0b806b2ea
fix another colon space issue 2023-03-11 12:25:58 +11:00
human154
b077e76235
Update Tutorial: add spaces before colons
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-03-10 15:13:19 -05:00
Luke Boswell
b1e73dc8ef
add highlighting to tutorial inline snippets 2023-03-10 13:07:50 +11:00
Anton-4
37acc3a847
small edits
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-08 13:50:29 +01:00
Luke Boswell
8b96f6aa5c
add package modules to tutorial 2023-03-08 19:38:50 +11:00
Luke Boswell
4e63ac597a
add tutorial.roc back 2023-03-01 20:14:01 +11:00
Luke Boswell
31e78062d6
convert tutorial html to markdown part 5 2023-03-01 20:10:20 +11:00
Luke Boswell
a50b9f3ef0
convert tutorial html to markdown part 4 2023-03-01 19:11:24 +11:00
Luke Boswell
fb241fdaf7
convert tutorial html to markdown part 3 2023-03-01 19:01:00 +11:00
Luke Boswell
ea8b39995d
convert tutorial html to markdown part 2 2023-03-01 17:43:29 +11:00
Luke Boswell
7dd5ae3830
Merge remote-tracking branch 'origin/main' into tutorial-syntax 2023-03-01 17:20:17 +11:00
Luke Boswell
21b725de30
convert tutorial html to markdown part 1 2023-02-21 19:05:51 +11:00
Luke Boswell
bfaf96b058
change operator sugaring table to markdown 2023-02-21 18:29:19 +11:00
Luke Boswell
fe4d81a245
correct all uses of Bool.true 2023-02-20 15:19:27 +11:00
human154
190d0a0ac5
Tutorial: add 3 more spaces before colons
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-02-18 09:13:47 -05:00
Anton-4
431b4c2811
Merge branch 'main' of github.com:roc-lang/roc into tutorial_updates 2023-02-18 09:38:41 +01:00
human154
5bf4053a34
Add and remove incorrect spaces before colons and &
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-02-17 01:31:05 -05:00
Anton-4
cb599551de
update to basic-cli 0.2.1, fix typos 2023-02-15 19:55:30 +01:00
Anton-4
25716eb7d1
Comma in record should be colon
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-15 15:49:08 +01:00
Anton-4
d8d2dca120
minor language changes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-11 15:10:40 +01:00
Luke Boswell
e3d9bb098c
refer to Result for data modelling 2023-02-10 10:41:52 +11:00
Luke Boswell
e02b61c330
add description in strings for optional records 2023-02-10 10:40:28 +11:00
Luke Boswell
f35f5b3b4a
Apply suggestions from code review
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
Signed-off-by: Luke Boswell <lukewilliamboswell@gmail.com>
2023-02-10 10:24:42 +11:00
Luke Boswell
b46b76080b
make colon spacing consistent 2023-02-08 19:23:20 +11:00
Luke Boswell
f884b1ea76
adding optional records 2023-02-08 18:49:08 +11:00
Luke Boswell
21bd676681
adding module desciption and placeholders 2023-02-08 18:02:31 +11:00
Luke Boswell
7211cc1885
fix order of sub heading links 2023-02-08 17:24:11 +11:00
Anton-4
6bcca92578
improve opaque types intro
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-07 13:39:05 +01:00
Luke Boswell
24591b9ea0
grammar and spelling corrections 2023-02-07 18:59:30 +11:00
Luke Boswell
44faf64eb9
fix code sample 2023-02-07 18:52:31 +11:00
Luke Boswell
690d95dfee
added opaque types to tutorial 2023-02-07 18:44:18 +11:00
Richard Feldman
c60dcd763d
Merge pull request #4947 from roc-lang/tutorial
Tutorial Edits
2023-01-25 20:05:27 -05:00
Christopher Bertels
bd3e32ec16
Remove redundant indefinite article in tutorial
"represents an the set of all" ->
"represents the set of all"
2023-01-25 21:13:53 +01:00
Richard Feldman
31bb65c20a
Tutorial edits 2023-01-25 14:55:18 -05:00
Richard Feldman
c8b06c57b5
Revise the List.walk section 2023-01-25 14:55:17 -05:00