Git Product home page Git Product logo

fsharp.compatibility's Introduction

http://issuestats.com/github/fsprojects/FSharp.Compatibility/badge/issue http://issuestats.com/github/fsprojects/FSharp.Compatibility/badge/pr

FSharp.Compatibility

Compatibility Libraries for F#

https://travis-ci.org/fsprojects/FSharp.Compatibility.png

This repository contains libraries which help adapt existing code in other languages to F#.

OCaml

  • FSharp.Compatibility.OCaml

    The OCaml Core library and most of the Standard Library.

  • FSharp.Compatibility.OCaml.Numerics

    The Ratio and Num modules from the OCaml Standard Library. Provided as a separate assembly for dependency reasons.

  • FSharp.Compatibility.OCaml.LexYacc

    The Parsing and Lexing modules from the OCaml Standard Library. Provided as a separate assembly for dependency reasons.

  • FSharp.Compatibility.OCaml.Format (LGPL v2)

    The Format module from the OCaml Standard Library.

    This is provided as a separate assembly for licensing reasons -- it contains source code from the OCaml Standard Library.

  • FSharp.Compatibility.OCaml.System

    Implementations of certain system-related modules from the OCaml Standard Library, such as Sys and Unix.

    This is provided as a separate assembly to avoid taking additional dependencies in the FSharp.Compatibility.OCaml project.

Haskell

Standard ML (SML)

License

The projects in this repository are licensed under the terms of the Apache 2.0 license unless otherwise stated.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

fsharp.compatibility's People

Contributors

a-manning avatar dsyme avatar fsprojectsgit avatar gusty avatar jack-pappas avatar jmquigs avatar sergey-tihon avatar shalokshalom avatar wallymathieu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fsharp.compatibility's Issues

FSharp 4.0 compatibility shim

I'm not sure if this is the correct place, but I'd like to see a shim for F# 4.0 compatibility.

I see the following feature:

  • Create a .fs file with all the blessed 4.0 lib functions that are not available today (but already merged in official branch)
  • Make this file working standalone

Users could download the file and just remove it when F# 4.0 is available. Optionally one could use Paket to manage the version in client programs (see http://fsprojects.github.io/Paket/github-dependencies.html#Referencing-a-single-file).

Of course not all lib functions will have same performanve characteristics since we can't use all the low-level tricks. But having an easy way to use List.groupby and co. would be really helpful.

Too many dependencies!

When I bring FSharp.Compatibility.Ocaml in a get assembly references to FSharp.Compatibility.OCaml, FSharp.PowerPack, FSharp.PowerPack.Linq, FSharp.PowerPack.MetaData, FSharp.PowerPack.Parallel.Seq.

Thats a lot of dependencies just to use String.uncapitalize from Ocaml !!

NuGet not up-to-date?

According to NuGet the OCaml lib was last published on there on 2013-07-07 (v0.1.10)
But according to 57861ff, the latest changes were only applied on 2013-07-20.

The specific issue I experience after switching from the old Ocaml Combatibility library in Powerpack to yours, is that "invalid_arg" (Pervasives.fs) "is not defined".
Would you mind updating the package on Nuget?

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.