Skip to content

Commit 2aec7da

Browse files
authored
Merge pull request #1012 from Nox0312/patch-1
Add testimonial from cameron
2 parents 6ae9118 + 12c8b49 commit 2aec7da

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_testimonials/cameron-murdoch.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: cameron-murdoch-1
3+
bullets:
4+
- '**Cameron Murdoch**'
5+
- Developer
6+
- MindFront
7+
keywords:
8+
- agentic AI
9+
- type safety
10+
- enterprise systems
11+
- performance
12+
- SynthGrid
13+
quote: Just use F#. Your future self will thank you from saving them hundreds of headaches.
14+
---
15+
F# has been the support/backbone of SynthGrid since the day we started. As a small team building a complex system, we needed a language that wouldn't let us shoot ourselves in the foot which is why F# is an amazing language to work with.
16+
17+
The type system allows us to deploy with extreme confidence and security. We've had virtually zero runtime type errors and null references in production because the compiler catches them all before code ever reaches production. When you're building broad agentic AI systems that need to run 24/7 without crashing, this isn't just something thats nice to have but it's also extremely essential.
18+
19+
Development speed is another huge win. What normally takes hundreds of lines in C# often takes significantly less in F#. It's fast, both in execution and development time.
20+
21+
Just use F#. Your future self will thank you from saving them hundreds of headaches.

0 commit comments

Comments
 (0)