SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

Can you tell me the F# version status? #111

Closed the-real-blackh closed 6 years ago

the-real-blackh commented 6 years ago

Hi @jam40jeff, someone is asking what the status of the F# version is:

http://sodium.nz/t/what-is-the-f-version-status/186

Thank you!

jam40jeff commented 6 years ago

The F# version currently is usable and has feature parity with the Java version (which is equivalent to the C# 1.0 version).

However, I consider the C# 2.0 version to be the most "complete" version of Sodium, with performance upgrades, improved memory management, and the addition of DiscreteCell<T>. F# still needs to be upgraded to have feature parity with the C# 2.0 version.

lust4life commented 6 years ago

thanks, will check the c# 2.0 version

jam40jeff commented 6 years ago

F# will be updated to match the 3.0 C# release soon.

jam40jeff commented 6 years ago

Will be implemented by #146.