Commit Graph

45 Commits

Author SHA1 Message Date
Ayaz
9e6933a16f
Merge branch 'main' into jaredly-patch-1
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
2023-12-02 20:16:49 -06:00
Richard Feldman
66e47c3293
Fix an unused argument in an FAQ entry 2023-10-20 22:58:09 -04:00
Richard Feldman
1731bbbb9f
Improve some FAQ wording 2023-08-15 02:42:30 -04:00
Richard Feldman
31da0520c4
Revise the FAQ to no longer use first person 2023-08-13 15:12:37 -04:00
Richard Feldman
c3802d228b
Remove FAQ entry on differences from Elm
This info is covered better by roc-for-elm-programmers.md
2023-08-13 15:08:50 -04:00
Richard Feldman
0a9e664022
Revise some FAQ entries 2023-08-13 15:08:50 -04:00
Richard Feldman
7781080289
Reorganize FAQ a bit
Also drop some more obsolete notes about how there's no syntax highlighting for any third-party editors etc.

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-08-13 12:53:13 -04:00
Richard Feldman
4b1a156290
Update FAQ.md
The editor entry doesn't make sense in light of now wanting to have both `roc edit` as well as extensions for other editors.

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-08-13 12:51:51 -04:00
Richard Feldman
28146c939f
Update FAQ entry for Rank-N types
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-04-21 23:54:56 -04:00
David Dunn
fec46a9566
Clarify case convention for acronyms 2023-02-02 23:02:06 +04:00
Richard Feldman
747fbaab71
Revise roc-for-elm-programmers re: dbg and crash 2022-12-08 06:09:01 -05:00
Richard Feldman
436dd9edad
Revise FAQ section on Rank-2 types 2022-12-08 05:59:47 -05:00
Richard Feldman
cdf14c6d10
Update some type annotations in FAQ 2022-12-08 05:42:10 -05:00
Anton-4
a69f2a9f78
add question to FAQ
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-24 16:08:43 +02:00
Richard Feldman
3c84fec8ed
Use Bool.true and Bool.false in FAQ 2022-10-02 18:46:04 -04:00
Anton-4
9d0c64125f
Added example to eta-expansion
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-21 12:33:50 +02:00
Vilem
c0306760ee
Update FAQ.md: desugar ~> eta-expand
Signed-off-by: Vilem <17603372+buggymcbugfix@users.noreply.github.com>
2022-09-18 08:32:31 +02:00
Richard Feldman
5c8f91be88
Revise FAQ entry on currying and pipe operator
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-09-10 11:52:05 -04:00
Jan Van Bruggen
432459253b
Remove trailing spaces
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md009
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
3219178003
Ensure only one h1 per .md file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md025
2022-09-07 23:27:18 -06:00
Brian Hicks
af0e4314f1
tiny typo fix
Signed-off-by: Brian Hicks <brian@brianthicks.com>
2022-08-25 14:46:54 -05:00
Richard Feldman
5fefe8148a
Merge pull request #3774 from roc-lang/faq-basic-website
FAQ basic website
2022-08-15 13:07:15 -04:00
Dr. David A. Kunz
81773b89a9
chore: Fix typo in FAQ 2022-08-13 15:58:26 +02:00
Anton-4
55a5956316
FAQ basic website 2022-08-13 10:56:02 +02:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
Richard Feldman
b5726030f1
Add license explanation to FAQ 2022-08-05 16:52:06 -04:00
Richard Feldman
a98fb64158
Move Name and Logo into FAQ 2022-08-05 13:07:27 -04:00
Richard Feldman
b70c9b49cf
Revise FAQ 2022-07-31 20:20:19 -04:00
Jared Forsyth
62e173f7a6
add a note about the Eq ability to the section on function equality 2022-06-09 11:59:37 -06:00
Richard Feldman
5d8bb105c5
Remove mention of tuples from FAQ
They are no longer omitted from the language's design!
2022-05-29 17:51:37 -04:00
Richard Feldman
c9a1b9e8b8
Update FAQ to use new formatting 2022-05-22 22:10:48 -04:00
C-BJ
e0c1d5bcd0
Update FAQ.md 2022-04-10 19:36:41 +08:00
Anton-4
c12a97a2ca
rust and zig faq 2022-03-28 15:49:54 +02:00
Richard Feldman
fbb9c941d4
Fix some FAQ entries 2022-03-13 21:06:42 -04:00
Richard Feldman
ef4756ac6d
Add FAQ entry about function equality 2022-03-13 14:45:23 -04:00
Richard Feldman
63086ecb2e
Give Maybe its own section 2022-03-13 10:17:26 -04:00
Richard Feldman
ea4e2a706d
Merge pull request #2554 from rtfeldman/faq-list-patterns
Add FAQ entry about `::` in lists
2022-02-21 22:14:19 -05:00
Richard Feldman
0cfd9742c3
fix typo in FAQ 2022-02-21 21:08:11 -05:00
Richard Feldman
a0615b4388
Add FAQ entry on :: in lists 2022-02-21 20:40:11 -05:00
Richard Feldman
4e718a7a7d
Fix typo 2022-02-20 19:37:22 -05:00
Richard Feldman
888366a4d7
Revise the FAQ based on @ayazhafiz's feedback 2022-02-20 19:36:58 -05:00
Richard Feldman
d8e7187a44
Add FAQ entry about exposing everything 2022-02-20 12:06:33 -05:00
Richard Feldman
13b5dc9b5a
Make editor plugins the top FAQ entry 2022-02-20 12:06:16 -05:00
MartinSStewart
54896f28e1
Fix typo in FAQ 2022-02-19 14:09:25 +01:00
Richard Feldman
719e10d357
Add FAQ.md 2022-02-18 23:23:43 -05:00