Commit 6ad0501 1 parent 9f886fa commit 6ad0501 Copy full SHA for 6ad0501
File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ see [FAQs on Linux](faq-linux.html).
27
27
28
28
---
29
29
30
+ ## Long speech
31
+
30
32
If you found my website, you are presumably someone
31
33
who likes learning and thinking.
32
34
If you are such a person, and you don't know how to code,
@@ -111,8 +113,11 @@ And so on.
111
113
To put it bluntly, not knowing how to code will severely cripple
112
114
the space of things you're able to work on.
113
115
114
- If you're interested in reading more,
115
- read on about [ files and folders] ( filesys.html ) .
116
+ ## Getting started
117
+
118
+ - Read on about [ files and folders] ( filesys.html ) .
119
+ - See [ the learning path] ( techsupport.html )
120
+ for advice about things like what language to work with.
116
121
117
122
[ ^ ioi ] :
118
123
The IOI is an algorithmic contest,
Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ here is Evan's tier list:
52
52
[ competitive programming] ( https://ioinformatics.org/ )
53
53
then you probably want to use this one.
54
54
55
- 4 . [ Java] [ java ] : It's a pretty wordy language.
55
+ 4 . [ JavaScript] ( https://www.destroyallsoftware.com/talks/wat ) :
56
+ Less recommended.[ ^ js ] I suggest TypeScript instead.
57
+ (Longer argument on [ blog] ( https://blog.evanchen.cc/?p=1437 ) .)
58
+
59
+ 5 . [ Java] [ java ] : It's a pretty wordy language.
56
60
I don't personally like it much, but I can see the appeal.
57
61
The main reason it's still relevant to kids today is because
58
62
of AP Computer Science A,
59
63
but that class does a pretty bad job of teaching it anyway.
60
64
61
- 5 . [ JavaScript] ( https://www.destroyallsoftware.com/talks/wat ) :
62
- Please no.[ ^ js ] Use TypeScript instead.
63
- (Longer argument on [ blog] ( https://blog.evanchen.cc/?p=1437 ) .)
64
-
65
65
6 . [ PHP] ( https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/ ) :
66
- Definitely no.
66
+ Please no.
67
67
68
68
[ python ] : https://www.python.org/
69
69
[ typescript ] : https://www.typescriptlang.org/
You can’t perform that action at this time.
0 commit comments