functional-programming

Tag

Cards List
#functional-programming

Point-Free Logic Programming

Lobsters Hottest · 11h ago

The article discusses point-free logic programming, a concept related to functional programming paradigms.

0 favorites 0 likes
#functional-programming

The secret history of Recursion Schemes

Lobsters Hottest · 2026-04-22 Cached

A talk tracing the evolution from goto spaghetti to structured loops and finally to recursion schemes, showing how control-flow abstractions mirror data structures and why most languages still hide the best combinators.

0 favorites 0 likes
#functional-programming

An Algorithmic Reconstruction of Normalisation by Evaluation

Lobsters Hottest · 2026-04-22 Cached

The article presents an algorithmic reconstruction of normalisation by evaluation (NbE) for untyped lambda calculus, showing step-by-step optimizations that yield an asymptotically faster normaliser than standard NbE implementations.

0 favorites 0 likes
#functional-programming

Effectful Recursion Schemes

Lobsters Hottest · 2026-04-20 Cached

The Effekt programming language blog post demonstrates how to implement recursion schemes (particularly catamorphisms) using effects and handlers instead of traditional functor-based approaches, avoiding the need for infinitely recursive types.

0 favorites 0 likes
#functional-programming

Transpiling from Python into Lisp

Lobsters Hottest · 2026-04-20 Cached

LispE is an open-source Lisp dialect by NAVER that combines functional and array language features with support for AI libraries like PyTorch, llama.cpp, and MLX. It runs as both a native application and WebAssembly library with thread support and modern functional programming capabilities.

0 favorites 0 likes
#functional-programming

Clojure: Transducers

Hacker News Top · 2026-04-19 Cached

Official Clojure documentation explains transducers—composable, stateful transformation functions that decouple sequence processing from specific collection types.

0 favorites 0 likes
← Back to home

Submit Feedback