Jeffrey Young

Results 11 issues of Jeffrey Young

Trying to statically build my personal project ([here](https://github.com/doyougnu/VSat/tree/master/haskell)). All dependencies build or found in cachix/nixpkgs but the build fails with a `.cabal was modified manually, please use --force...` error: ###...

This commit: - Adds a flake.nix which uses the old default.nix file - Adds environment variables for the JS backend which are picked up by configure.ac - Adds GHCJS hook...

Just added this to my doom emacs and am getting ANSI escape sequences in the comint output: ``` Gforth 0.7.9_20220127 Authors: Anton Ertl, Bernd Paysan, Jens Wilke et al., for...

Still a draft but all but one test is passing. TODOs: - [x] A more robust note - [x] add proper error handling - [x] rebase onto main - [x]...

CodeRabbit

Once #223 lands this is just a matter of defining the output and a pretty instance for `Kont`s

enhancement

At least on my laptop, spurred by #223 I checked our old evaluator on `implicit-conversion-tests`: ``` Performance counter stats for 'cabal test --enable-library-profiling --test-show-details=streaming --test-options=-p implicit-conversion-test --ghc-options=+RTS -hm -S -p...

performance

The current primitive limit what we can build in Klister. For example, without bit operations literals we cannot implement a HAMT, or a PATRICIA Trie, or a VList and I'd...

enhancement
examples

cc @gelisam @david-christiansen I'm a fan of roadmaps because I think it makes organizing work in a general direction much easier and will force us to triage a bit. I...

discussion

For whatever reason there is an extra newline on input to the interpreter: With this example ``` ⎕ ← ⊂data ← (1 2 3 4) (2 5 8 6) (8...

This is not a bug but a missed edge case, the problem is: 1. I run nixos and use nix for haskell projects 2. because of (1) I _do not_...