Skip to content

Instantly share code, notes, and snippets.

@dalanicolai
dalanicolai / transducers.el
Created January 22, 2023 15:25 — forked from NicolasPetton/transducers.el
transducers in Elisp
;;; stream.el --- Implementation of transducers -*- lexical-binding: t -*-
;; Copyright (C) 2015 Nicolas Petton
;; Author: Nicolas Petton <nicolas@petton.fr>
;; Keywords: transducer, sequences
;; Version: 1.0
;; Package: transducers
;; Maintainer: nicolas@petton.fr