Combines the grpc-core
and grpc-context
JARs into one in order to circumvent the split-package issue when building a modular Java application.
A compiler back-end for lazy and strict functional languages with whole program optimization support.
A blog on economic history.
A review of βScenes from a Marriageβ, contrasting the original with the remake.
Calvinist predestination versus Newcombβs problem.
Western culture has been moving towards more female influence for decades now. This has both good and bad consequences.
Build fully statically linked Haskell programs.
Renewable and nuclear are both far safer than conventional energy sources. The difference between the two is trivial in comparison.
How to port an existing Haskell application to a Polysemy-based effect system in small steps.
A Scala library for partial evaluation. Can be used to implement embedded domain-specific languages or to compile high-level code into optimized low-level code.
Type-safe staged metaprogramming for Scala with quasiquotation and code pattern matching. syntax-case
, basically.