Just published ZERO TIME—a sci-fi novel about quantum time travel and a benevolent AI singularity. What if we get the future right? First chapter free: https://t.co/3k4xRDKU92
@Jonas_1ara We do, and for quite critical 24/7 industrial applications. We moved progressively from csharp for the past two years and it has been a blast. Everything is better and developers love it
@GitHubCopilot this put a smile on my face this morning.
And then I deployed a bug in production!! 😡 This code has a bug in the 2nd line, it should be:
str.[0-(maxChars-1)]
Not cool.
@MrPeterLMorris Oh nono, the 'rec' doesn't mean tail recursive, it only allows the code inside the let to call itself. Actually, AFAIK there is no way to know for sure whether code in f# is tail recursive, you just hope 4 the best. If there is, somebody please tell me