Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why doesn't this Idris snippet typecheck without an explicit type?

Ambiguous use of functions (Swift 4)

How to use Functional Programming on App development [closed]

Data-structural bootstrapping examples?

Building a class hierarchy in Coq?

What's the point of JavaScript decorators?

Typeclass dependency with tagless-final

Is there a programming language that performs currying when named parameters are omitted?

Composition of a hierarchy of functions

How can F# "remove a lot of subtle bug" from OCaml "+"?

Map based cache with expiration and soft values

What are cumulative universes and `* : *`?

How to generate JSDoc for `pipe`d ES6 function

List Comprehension Library for Scheme?

type arguments can't be inferred from the usage for higher-order function

How can I interpret the typing rules on this paper?

Is there a .NET type like a (value OR error) discriminated union?

Efficient Immutable Map Implementation?

Concise Lisp code to apply a list of functions all to the same argument(s) and get a list of the return values?

Performance implications of using Functional style Javascript vs "procedural"