From 33d7c656cb6c20b45b2dc2150ed78575a02fdb16 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Tue, 23 Jul 2024 20:31:52 +0000 Subject: [PATCH] Add more details on F# cons --- Coding-environment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Coding-environment.md b/Coding-environment.md index 96a7aad..b6c4e75 100644 --- a/Coding-environment.md +++ b/Coding-environment.md @@ -62,8 +62,9 @@ The gist of the most significant argument for the upper version is that one read - ⇓⇓ Big con: we would have to implement this! ### F# - - Is this too tied to .NET to be worthwhile for us? - - The basic template for a Bolero application seems *very* heavy. It's not clear how to write a bare-bones application. + - Deeply tied to the .NET ecosystem. + - ⇓ The basic template for a Bolero application seems *very* heavy. It's not clear how to write a bare-bones application. + - ⇓ Projects are auto-generated and opaquely structured. ### Ada - It's been around for a long time, and it's probably not going anywhere anytime soon.