From 1434e376ebe0f3667aac41fc0de1004653b71a85 Mon Sep 17 00:00:00 2001 From: David Gillard Date: Tue, 22 Jul 2025 20:44:34 -0230 Subject: [PATCH] Add testimonial from david gillard --- _testimonials/david-gillard.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _testimonials/david-gillard.md diff --git a/_testimonials/david-gillard.md b/_testimonials/david-gillard.md new file mode 100644 index 00000000..a91e1517 --- /dev/null +++ b/_testimonials/david-gillard.md @@ -0,0 +1,10 @@ +--- +id: david-gillard +bullets: +- '**David Gillard**' +- Software Technical Lead +- C-CORE +keywords: [] +quote: Overall, F# made our development work faster and more reliable. +--- +Choosing F# for our satellite transponder project was an excellent decision. Strong static typing and the built-in units of measure enabled our small team to implement quickly and focus on domain modeling and validation of the implementation. The runtime efficiency allowed us to carry out a larger proportion of development in F#, restricting our native code to the hard real-time aspects of the system. A slower scripted language would have necessitated more implementation in a lower-level language. Plus, having access to the .NET ecosystem was a major advantage. Overall, F# made our work faster and more reliable. If you're considering a technology stack for a scientific domain where correctness is a major objective, you should look to F#.