[–] juschill1 5mo ago ↗ Rust go zig and Haskell TRY IT [–] JasonHEIN 4mo ago ↗ rust go zig are not FP hahha
[–] turtleyacht 5mo ago ↗ One approach is Haskell with physics, which would seem very procedural, demonstrating its utility as in Learn Physics with Functional Programming (2022).
[–] verdverm 5mo ago ↗ I spent a few weeks rewriting my PhD algorithm in Haskell as an exercise, but it also provided some insights.I later wrote it in Python and list compression paid the most dividends for readability.Originally in C, then Go (then Haskell, finally python, meaning to write parts of it in JAX)Prioritized Grammar Enumeration for the curious
5 comments
[ 3.2 ms ] story [ 33.9 ms ] threadI later wrote it in Python and list compression paid the most dividends for readability.
Originally in C, then Go (then Haskell, finally python, meaning to write parts of it in JAX)
Prioritized Grammar Enumeration for the curious