lwt

OCaml promises and concurrent I/O (by ocsigen)

Lwt Alternatives

Similar projects and alternatives to lwt

  1. go

    2,251 lwt VS go

    The Go programming language

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. kubernetes

    778 lwt VS kubernetes

    Production-Grade Container Scheduling and Management

  4. zod

    360 lwt VS zod

    TypeScript-first schema validation with static type inference

  5. SDKMan

    167 lwt VS SDKMan

    The SDKMAN! Command Line Interface

  6. minio

    112 lwt VS minio

    MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

  7. rescript

    106 lwt VS rescript

    ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.

  8. Fable: F# |> BABEL

    F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. go-app

    56 lwt VS go-app

    A package to build progressive web apps with Go programming language and WebAssembly.

  11. purescript

    54 lwt VS purescript

    A strongly-typed language that compiles to JavaScript

  12. logrus

    42 lwt VS logrus

    Structured, pluggable logging for Go.

  13. Silk.NET

    39 lwt VS Silk.NET

    The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.

  14. Idris2

    39 lwt VS Idris2

    A purely functional programming language with first class types

  15. ergo

    36 lwt VS ergo

    An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.

  16. Seed

    36 lwt VS Seed

    A Rust framework for creating web apps

  17. starlark-go

    Starlark in Go: the Starlark configuration language, implemented in Go

  18. datasets

    17 lwt VS datasets

    🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools

  19. script

    17 lwt VS script

    Making it easy to write shell-like scripts in Go

  20. dream

    9 lwt VS dream

    Tidy, feature-complete Web framework

  21. sihl

    1 lwt VS sihl

    A modular functional web framework

  22. ocaml-cohttp

    2 lwt VS ocaml-cohttp

    An OCaml library for HTTP clients and servers using Lwt or Async

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lwt alternative or higher similarity.

lwt discussion

Log in or Post with

lwt reviews and mentions

Posts with mentions or reviews of lwt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-12.
  • Go is my hammer, and everything is a nail
    24 projects | news.ycombinator.com | 12 Aug 2024
    > Also, didn't OCaml have weak support for concurrency? Has that changed recently?

    OCaml has had Lwt for concurrent IO for long enough that it is now being deprecated in favor of Eio[1]:

    https://github.com/ocsigen/lwt

    [1] https://github.com/ocaml-multicore/eio

  • Por que aprender OCaml?
    2 projects | dev.to | 2 Nov 2023
  • Ocaml for web development
    8 projects | /r/ocaml | 13 Feb 2022
    Here is link number 1 - Previous text "Lwt"
  • From TypeScript to ReScript
    12 projects | news.ycombinator.com | 12 Jan 2022
    I have to admit I don't know much about ReScript and only have very basic exposure to OCAML, here is how you do await in it:

    https://github.com/ocsigen/lwt

    The `let* in` is a generic syntax for monads, it doesn't need a special one just for promise. This was in fact a debate back when async/await was in consideration for ECMAScript, but special syntax is hip so now we have `async/await` for Promise, `.?` for optionals and `flatMap` for arrays, basically the same thing.

  • Dream – Tidy Web Framework for OCaml and ReasonML
    10 projects | news.ycombinator.com | 9 Apr 2021
    Dream doesn't have much of a system call dependency footprint itself. It's basically just a convention for plugging request -> response functions into a web server. Some of its native dependencies will have to be replaced by Node equivalents. Soon after that, it would be portable to Node.

    There is already work underway to port Dream to Mirage, to run in unikernels: https://github.com/aantron/dream/pull/22

    Lwt, Dream's promise library, is itself getting ported to run on top of libuv: https://github.com/ocsigen/lwt/issues/813

    libuv is, of course, the I/O library that powers Node, so it might be practical to run Dream as a native node module very soon after doing this.

    (As an aside, I'm supposed to work on that libuv project, but instead I've been working on Dream :P)

  • A note from our sponsor - InfluxDB
    influxdata.com | 17 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic lwt repo stats
6
749
8.1
15 days ago

ocsigen/lwt is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of lwt is OCaml.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that OCaml is
the 41st most popular programming language
based on number of references?