Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How does instantiation of higher-rank types and subsumption interact during unification?

Haskell Netwire - Type errors

Value Oriented Programming Languages [closed]

What are the corresponding concepts of Event and Behavior from FRP in RxScala?

Using Numeric.Integration.TanhSinh for N-dimensional integration

Does a language with first-class functions necessarily allow closures? [closed]

How to groupBy an iterator without converting it to list in scala?

Java 8 functional: Lost type information in the middle of the way

find() using Functional Programming

Perform multiple reductions in a single pass in Clojure

Functions without arguments - what is their role in software design? [closed]

A function that can both compose and chain (dot notation) in Javascript

Understanding shift/reset in Racket

How to fold a collection of endomorphism with cats

Can I count my stream size if I limit it by a predicate dependent on the input?

Why does the Glasgow Haskell Compiler report multiple type errors here?

Setting up F# in Visual Studio 2005

Haskell-like pattern matching in Raku

Scala idiom for ordering by multiple criteria

FRP - Event streams and Signals - what is lost in using just signals?