fslang-design VS base

Compare fslang-design vs base and see what are their differences.

fslang-design

RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas (by fsharp)

base

Standard library for OCaml (by janestreet)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fslang-design base
19 5
501 822
0.8% 2.3%
6.7 6.4
17 days ago 6 days ago
F# OCaml
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fslang-design

Posts with mentions or reviews of fslang-design. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.

base

Posts with mentions or reviews of base. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • Jane Street is big. Like, big
    2 projects | news.ycombinator.com | 2 May 2024
    I'm very much not a serious OCaml:er but when I've dabbled some in it I got the impression that their "standard library" is kind of the de facto standard library.

    https://github.com/janestreet/base

  • My Thoughts on OCaml
    11 projects | news.ycombinator.com | 25 Apr 2023
    I don’t know OCaml, or really any language that would help me fully understand the code, but my exposure to OCaml is this stuff, and it looks pretty clean to me. https://github.com/janestreet/base

    Of course, I haven’t read every file, so maybe I got lucky with my random sampling.

  • Delimiter-First Code
    3 projects | news.ycombinator.com | 9 Dec 2022
  • My adventures in ML Land
    5 projects | dev.to | 20 Mar 2022
    Real World OCaml uses Base to replace OCaml's stdlib. I am not very fond of Base since it deviates from the standard convention of passing functions before values in HOC. To fix the ordering, one has to use labels:
  • I'm typecasting a lot, help
    2 projects | /r/ocaml | 10 Sep 2021
    As far as standard library usage goes, I highly recommend using Base. Instead of implementing list_of_string, you could use Base.String.to_list. Even if you don't end up using Base, you can get the same thing from the built in standard library by doing String.to_seq then List.of_seq.

What are some alternatives?

When comparing fslang-design and base you can also consider the following projects:

fslang-suggestions - The place to make suggestions, discuss and vote on F# language and core library features

ocaml-containers - A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.

VisualFSharp - The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

utop - Universal toplevel for OCaml

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

opam-tools - opam plugin to initialise a local development environment for an OCaml project

LiteDB.FSharp - Advanced F# Support for LiteDB, an embedded NoSql database for .NET with type-safe query expression through F# quotations

einops - Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)

SQLProvider - A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.

ppx_deriving - Type-driven code generation for OCaml

resharper-rider-plugin - https://www.jetbrains.com/help/resharper/sdk/

sexp - S-expression swiss knife