Haskue: exploring CUE evaluation in Haskell
Haskell Community
Haskue: exploring CUE evaluation in Haskell
Hi everyone, I would like to share a project I have been working on for a while: Haskue, an experimental Haskell implementation of part of the CUE configuration language. Try it online — it runs as WebAssembly, so no installation is needed GitHub repository CUE is a configuration language based on constraints and unification. I started Haskue partly to develop my Haskell skills further through a larger and more challenging project. I was also interested in the similarities between CUE’s val...
0 comments
No comments yet.