agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

F# #46

Closed ShalokShalom closed 6 years ago

ShalokShalom commented 6 years ago

Hi there :)

How is your F# support?

itadapter commented 6 years ago

Nothing F#-special. Regular CLR code. What specifically are you interested in?

ShalokShalom commented 6 years ago

Well, syntax? How to use your library?

agnibos commented 6 years ago

There are plenty of resources: http://nfxlib.com https://github.com/aumcode/nfx-demos https://github.com/agnicore/nfx/tree/master/src/NFX/ApplicationModel/Pile

ShalokShalom commented 6 years ago

So, you mean I am supposed to use C#?

agnibos commented 6 years ago

Not sure I understand your question. You can use ANY language that runs in Common Language Runtime

ShalokShalom commented 6 years ago

Your API documentation and all the links above show and use C#

How is the syntax in F#?

agnibos commented 6 years ago

Standard F# syntax. We do not use F# and do not have examples in F# or VB. You are welcome to contribute. There is nothing "special" made just for F# (whatever there could be) if this is what you are asking about. These are just class libraries that you can consume in any CLR language

ShalokShalom commented 6 years ago

Great, thanks ^-^