-
-
Currently, purescm's `foreign` imports work similar to `purs` in that it searches for the equivalent `.js` or `.ss` file. This mechanism is used for implementing much of the [core](https://github.com/…
-
Long term users of the idris programming language will know that one of the weaknesses of the compiler is
it's most common interaction model: the parser. Because the parser is quite a complex piece o…
-
SRFIs (https://srfi.schemers.org/) or Scheme Requests for Implementation extend the base language, sort of like a minimalist standard library.
SRFIs like 125 (https://srfi.schemers.org/srfi-125/srf…
-
Hi, the purpose of this issue is to nominate new nixpkgs contributors for commit access to nixpkgs. The process is described in [nixpkgs-committers org documentation](https://github.com/NixOS/org/blob…
Mic92 updated
3 hours ago
-
Recently brought this up on the compilers team Matrix chat:
> Thoughts on having a GitHub team of code owners to own `pkgs/development/compilers`? It might be a good idea so that all of the compile…
-
It would be convenient if the idris2 packages were exposed via an overlay to make them a little more easily available to projects using nixpkgs.
I find it's often easiest to first collect the packa…
-
**Metaprogramming** refers to code that operates on other code as if it were data. It can take code in as parameters, reflect over it, inspect it, create it, modify it, and return it. ***Static* metap…
-
## Problem statement
The problem it solves is returning early from a do expression.
```haskell
app :: IO (Either Error String)
app = do
path m (Either e a) -> (a -> m (Either e b)) -> m (Eit…
-
Hi,
first of all thanks for a thin variant of Company. I am trying it in combination with [CIDER](https://github.com/clojure-emacs/cider), which is where usually I need code completion the most.
…