Clarify idiomatic documentation in F# and Clojure #64
ShalokShalom
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey! Can you please provide a few examples of code from the plugin? I'm not familiar with F#, and since the entire framework written in C#, I don't have a clear conception about the subject. As for Clojure, I never tried it personally, but it would be interesting to do some experiments with it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there :)
I am an F# developer and we usually use option types for error handling since this is one benefit of the functional way and fsharp in specific, you can read some of the benefits here and also see the other arguments in that article, thanks a lot.
If you like to do it the old, traditional way, you can use try/with instead, while the idiomatic way would be almost always be with option types.
How can we address this, so this Readme reflects the idiomatic ways in both (all) languages?
I guess Clojure is supported too?
Beta Was this translation helpful? Give feedback.
All reactions