Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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"

Can functional/immutable data structures still be useful for concurrency in a non-garbage collected context?

Parsec and Applicative style

How much does Haskell/GHC memoize?