▲ | gwbas1c 2 days ago | |||||||
I've identified a possible use case for F# in a preexisting product; I'm looking for the simplest way to integrate F#. | ||||||||
▲ | Lanayx 2 days ago | parent [-] | |||||||
F# excels in writing domain logic where main domain entities are defined as records and discriminated unions and logic is written in pure functions. Given that product is preexisting and domain entities must already be defined, I wonder what use case do you have in mind? | ||||||||
|