From 2e1c2d4cea1b8df021f9a2af1324e45cacb014e7 Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Sat, 5 Jul 2025 03:37:42 +0800 Subject: [PATCH 1/2] Add a new testimonial --- _testimonials/anonymous-game-developer.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _testimonials/anonymous-game-developer.md diff --git a/_testimonials/anonymous-game-developer.md b/_testimonials/anonymous-game-developer.md new file mode 100644 index 00000000..06ab0419 --- /dev/null +++ b/_testimonials/anonymous-game-developer.md @@ -0,0 +1,15 @@ +--- +id: anonymous-game-developer +bullets: +- An anonymous game developer +keywords: +- game +- gaming +quote: It's like 'Python with type inference' — but even better! +--- + +I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet, I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better! + +When I first tried C#, I kept thinking: 'Why can't types be inferred automatically?' Dynamic languages like Python hid the types, but sacrificed the type safety that I loved about C#. F# finally gives me the best of both worlds: C#'s power without manual type annotations. + +I'm still a beginner (no quizzes please—I'm soaking it in slowly!), but that rare 'this is exactly what I’ve been searching for' feeling? F# delivers that. Truly refreshing. \ No newline at end of file From 14ec2f8bbf6d9110a6e35ffd8d07db5bee6a566e Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Sat, 5 Jul 2025 03:40:02 +0800 Subject: [PATCH 2/2] Fix line lengths --- _testimonials/anonymous-game-developer.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_testimonials/anonymous-game-developer.md b/_testimonials/anonymous-game-developer.md index 06ab0419..37a7fcfd 100644 --- a/_testimonials/anonymous-game-developer.md +++ b/_testimonials/anonymous-game-developer.md @@ -8,8 +8,12 @@ keywords: quote: It's like 'Python with type inference' — but even better! --- -I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet, I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better! +I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet, +I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better! -When I first tried C#, I kept thinking: 'Why can't types be inferred automatically?' Dynamic languages like Python hid the types, but sacrificed the type safety that I loved about C#. F# finally gives me the best of both worlds: C#'s power without manual type annotations. +When I first tried C#, I kept thinking: 'Why can't types be inferred automatically?' +Dynamic languages like Python hid the types, but sacrificed the type safety that I loved about C#. +F# finally gives me the best of both worlds: C#'s power without manual type annotations. -I'm still a beginner (no quizzes please—I'm soaking it in slowly!), but that rare 'this is exactly what I’ve been searching for' feeling? F# delivers that. Truly refreshing. \ No newline at end of file +I'm still a beginner (no quizzes please—I'm soaking it in slowly!), +but that rare 'this is exactly what I’ve been searching for' feeling? F# delivers that. Truly refreshing. \ No newline at end of file