# \#lua

**URL:** https://discuss.ocaml.org/tag/lua/274.md

[Latest](https://discuss.ocaml.org/latest.md) · [Categories](https://discuss.ocaml.org/categories.md) · [Tags](https://discuss.ocaml.org/tags.md)

---

## [\[ANN\] Halfway-usable Lua-ML](https://discuss.ocaml.org/t/ann-halfway-usable-lua-ml/4231)

<div class="topic-metadata">

**Author:** [@dmbaturin](https://discuss.ocaml.org/u/dmbaturin)\
**Replies:** 8\
**Last updated:** [September 28, 2025, 5:39am UTC](https://discuss.ocaml.org/t/ann-halfway-usable-lua-ml/4231 "2025-09-28T05:39:33Z")

</div>

Lua-ML is a pure OCaml, heavily functorized implementation of Lua 2.5. It’s possible to extend it with your own libraries or replace its own libraries. Originally it was a part of the now defunct C-- project, then Chris…

---

## [Bind Lwt functions in ocaml-lua](https://discuss.ocaml.org/t/bind-lwt-functions-in-ocaml-lua/14376)

<div class="topic-metadata">

**Author:** [@intermet](https://discuss.ocaml.org/u/intermet)\
**Replies:** 0\
**Last updated:** [March 28, 2024, 2:04pm UTC](https://discuss.ocaml.org/t/bind-lwt-functions-in-ocaml-lua/14376 "2024-03-28T14:04:22Z")

</div>

Hello, I am embeding the Lua interpreter ocaml-lua into my application. I want to bind an ocaml function returning a Lwt promise f : unit -\> int Lwt.t. The execution of the lua script will be made by Lwt\_main.run. My at…

---

## [The state of OCaml and Windows](https://discuss.ocaml.org/t/the-state-of-ocaml-and-windows/4624)

<div class="topic-metadata">

**Author:** [@pdonadeo](https://discuss.ocaml.org/u/pdonadeo)\
**Replies:** 8\
**Last updated:** [November 5, 2019, 4:15am UTC](https://discuss.ocaml.org/t/the-state-of-ocaml-and-windows/4624 "2019-11-05T04:15:11Z")

</div>

As a premise, I’m not interested in Windows and OCaml in that OS. I’m only asking because I have a long standing PR on GitHub asking me to port ocaml-lua under Windows and Esy. What is the state of the OCaml ecosystem i…

---

## [Community help/advices need for ocaml-lua](https://discuss.ocaml.org/t/community-help-advices-need-for-ocaml-lua/4247)

<div class="topic-metadata">

**Author:** [@pdonadeo](https://discuss.ocaml.org/u/pdonadeo)\
**Replies:** 5\
**Last updated:** [August 21, 2019, 8:57pm UTC](https://discuss.ocaml.org/t/community-help-advices-need-for-ocaml-lua/4247 "2019-08-21T20:57:21Z")

</div>

Hi all, I’m the author of ocaml-lua, a complete binding to the Lua library, version 5.1.x. I was recently asked to port the library to OCaml 4.08 and of course I want to make it available to the new compilers but I need…

---

## [Compiling ocaml-lua under OSX](https://discuss.ocaml.org/t/compiling-ocaml-lua-under-osx/2789)

<div class="topic-metadata">

**Author:** [@pdonadeo](https://discuss.ocaml.org/u/pdonadeo)\
**Replies:** 4\
**Last updated:** [October 28, 2018, 3:58pm UTC](https://discuss.ocaml.org/t/compiling-ocaml-lua-under-osx/2789 "2018-10-28T15:58:31Z")

</div>

Hi all, I’m here to asking some help. I recently submitted a new minor version of ocaml-lua, the binding of the Lua library and language for OCaml. The release is very simple, it’s only an update to make compatible with …
