I'm typecasting a lot, help

This page summarizes the projects mentioned and recommended in the original post on /r/ocaml

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
  • base

    Standard library for OCaml (by janestreet)

  • 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.

  • ocaml-containers

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

  • Instead of either, you might be interested in Containers. It's more like an extension of the OCaml stdlib where you can cherry-pick what you want to use instead of having to go all-or-nothing. Adds a lot of useful things but not in the opinionated "let's make OCaml a different language" way that Base does.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is 'Real World OCaml' 1st ed worth bying for a beginner?

    2 projects | /r/ocaml | 20 May 2022
  • My adventures in ML Land

    5 projects | dev.to | 20 Mar 2022
  • OCaml over Scala

    2 projects | /r/ocaml | 16 Mar 2021
  • A Lisp REPL as my main shell (article)

    4 projects | /r/lisp | 7 Feb 2021
  • For an OCaml newbie, do you recommend using one of the alternative standard libraries?

    1 project | /r/ocaml | 4 Jan 2021