Git Product home page Git Product logo

Comments (5)

hmansell avatar hmansell commented on July 26, 2024

It's certainly feasible. I implemented a similar thing at a previous employer, but that is not open-source. There isn't an R package that calls .NET AFAIK, so it would involve writing something in C/C++ to implement the bridge. It would have basically nothing in common with the R Provider.

Of course, you wouldn't be using F# then, you would be using .NET libraries from R. I tend to prefer doing it the other way around, because F# is a better language for writing data retrieval and manipulation and constructing a robust program. Then we can leverage R functionality for statistical analysis and visualization, where it really shines.

Clearly familiarity with R is a major factor. I just wonder what F# library functions R uses might be interested in using - i.e. what is the value proposition? At my previous firm, it was access to proprietary analytics that were implemented in F# & C++.

from rprovider.

ovatsus avatar ovatsus commented on July 26, 2024

I was just thinking of being able to do http://www.clear-lines.com/blog/post/Visualize-WorldBank-data-with-R-and-FSharp-Type-Providers.aspx in the opposite direction. Would be a nice way to get some R users to play with F#

from rprovider.

hmansell avatar hmansell commented on July 26, 2024

From my perspective, when you are using the R Provider, it gives you access
to use R libraries. It doesn't give you access to R itself (unless you
eval, but that is kind of sad). If you exposed F# libraries to R, users
would be playing with F# libraries, not F#.

My belief is that most of the value of F# is in the language itself and its
elegant constructs. The libraries support that, but there isn't anything
generally super-impressive about the libraries that you might want to use
elsewhere. The value of R is the wealth of powerful libraries in the stats
space, not the language itself.

So the value proposition is limited, IMO. But feel free to write something
and prove me wrong!

On Tue, Apr 16, 2013 at 11:42 AM, Gustavo Guerra
[email protected]:

I was just thinking of being able to do
http://www.clear-lines.com/blog/post/Visualize-WorldBank-data-with-R-and-FSharp-Type-Providers.aspxin the opposite direction. Would be a nice way to get some R users to play
with F#


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-16452292
.

from rprovider.

ovatsus avatar ovatsus commented on July 26, 2024

You're absolutely right, the value would be much less than what we already have, and the cost to implement is probably high

from rprovider.

myso42 avatar myso42 commented on July 26, 2024

the R to CLR package, hosted on Codeplex, allows to call .NET from R

from rprovider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.