🐫 Thomas Gazagnaire :: A CSS Engine in OCaml https://gazagnaire.org/blog/2026-04-02-cascade.html

#ocaml #css

Thomas Gazagnaire :: A CSS Engine in OCaml

A typed CSS parser covering Level 3 through 5, a structural diff tool, and an optimiser. With a live browser demo via js_of_ocaml.

Thomas Gazagnaire :: A CSS Engine in OCaml

A typed CSS parser covering Level 3 through 5, a structural diff tool, and an optimiser. With a live browser demo via js_of_ocaml.

C++ support by stedolan · Pull Request #14701 · ocaml/ocaml

This patch adds a new C++ backend to ocamlc, improving on the unincremented C currently in use by the runtime and FFI. As an example, here's a simple program that computes the prime numbers up ...

GitHub
🌗 OCaml 引入 C++ 後端支援:Pull Request #14701
➤ 從函數式到模板元編程:OCaml 跨足 C++ 領域的新嘗試
https://github.com/ocaml/ocaml/pull/14701
OCaml 開發者 stedolan 近期提交了一項重要更新(PR #14701),旨在為 `ocamlc` 編譯器加入全新的 C++ 後端。此變更主要目的是優化 runtime 與外部函式介面(FFI)的交互效能,並提升編譯產出程式碼的可讀性。透過此功能,開發者能將 OCaml 程式碼轉換為慣用且結構化的 C++ 模板程式碼,進而利用強大的 C++ 生態系進行進一步的開發或整合。
+ 這實在太瘋狂了!居然利用 C++ 模板元編程(Template Metaprogramming)來實現 OCaml 的編譯後端,這對於想要在嵌入式系統上運行 OCaml 的開發者來說會是一個極具潛力的里程碑。
+ 看到生成的程式碼充滿了 `template` 和 `constexpr`,感覺這不僅僅是翻譯,更是將 OCa
#OCaml #C++ #編譯器開發 #程式語言
C++ support by stedolan · Pull Request #14701 · ocaml/ocaml

This patch adds a new C++ backend to ocamlc, improving on the unincremented C currently in use by the runtime and FFI. As an example, here's a simple program that computes the prime numbers up ...

GitHub
🎉 Oh joy, another #C++ #backend for OCaml! Because what the world really needs is more ways to make the already impenetrable C++ even more unbearable! 🙄 Congrats to the brave souls ready to venture into the abyss of Pull Request 14701, where #GitHub buzzwords go to die. 🚀
https://github.com/ocaml/ocaml/pull/14701 #OCaml #PullRequest #DeveloperHumor #TechCommunity #HackerNews #ngated
C++ support by stedolan · Pull Request #14701 · ocaml/ocaml

This patch adds a new C++ backend to ocamlc, improving on the unincremented C currently in use by the runtime and FFI. As an example, here's a simple program that computes the prime numbers up ...

GitHub
C++ support by stedolan · Pull Request #14701 · ocaml/ocaml

This patch adds a new C++ backend to ocamlc, improving on the unincremented C currently in use by the runtime and FFI. As an example, here's a simple program that computes the prime numbers up ...

GitHub

Popularity isn’t everything. Some niche functional programming languages offer unique value!

Take a deep dive into Haskell, Scala, and Erlang in this article by Linux Professional Institute (LPI) Editor Andrew Oram: https://lpi.org/jyuw

[Disclaimer: This post contains an image generated using AI]

#FunctionalProgramming #Haskell #Scala #Erlang #OCaml #FSharp #ProgrammingLanguages

OCaml Weekly News, for the week of March 24 to 31, 2026

https://discuss.tchncs.de/post/57602948

OCaml Weekly News, for the week of March 24 to 31, 2026 - tchncs

Lemmy

The #OCaml Weekly News for 2026-03-31 is out

https://alan.petitepomme.net/cwn/2026.03.31.html

OCaml Weekly News

New blog post investigating how keyboards, mice, etc work in Linux (and using them to make a little #ocaml game): https://roscidus.com/blog/blog/2026/03/28/input-devices/