-
It looks to me like, knowing that what you have is a cons, you can specialize the code in these cases to the non-variable cons case, and avoid restructuring the list of clauses. Am I missing something…
-
Hi @michaelosthege - here is the first version of the **Installation Reference**. Let me know what changes may be needed.
**For Pymc3 Windows users** who may not have a programming background or ha…
-
The invocations of `sed` in the codebase have a space between `-i` and `''`. This space seems to be mandatory on the BSD `sed` used in Mac OS, but prohibited in GNU `sed`. Editing the files to remove …
-
Hi,
I was wondering if there is a minkanren implentation that works with biwascheme.
I tried the canonical implementation found here:
https://github.com/miniKanren/miniKanren
It didn't app…
-
- [x] Change Month and Week Number
- [x] focWeekExport 2021-04-19 2021-04-26
- [x] Summary
- [ ] Hashtags
- [x] Check that comment links work (push weekly dump with channel summaries)
- [x] Check…
-
Given the trivial embeddability of miniKanren implementations, it'd be great if this had a license. Unfortunately, this looks like it may have a nice DSL, but without one, I can't even really look too…
-
[miniKanren](http://minikanren.org/) seems to be a primer for embedded logic programming. Please add this in Other collection. Your PLT repo is my lifetime learning list goal! Awesome work you did the…
-
Here is an example of a YAML file LSP https://github.com/redhat-developer/yaml-language-server
I've never created one so I can't say for certian how much work it would be but it would be great for …
-
-
To introduce and/or recap, our S-expression emulation takes the form of expression-tuples/`etuple`s and is directly related to the tuple evaluation in `kanren`. Expression tuples serve as one type of…