#
cider
Here are 30 public repositories matching this topic...
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
nlp
natural-language-processing
meteor
machine-translation
dialogue
evaluation
dialog
rouge
natural-language-generation
nlg
cider
rouge-l
skip-thoughts
skip-thought-vectors
bleu-score
bleu
task-oriented-dialogue
-
Updated
Aug 3, 2020 - Python
Open
Weird test failures
3
bbatsov
commented
Jun 16, 2020
After clojure-emacs/cider-nrepl@ed79316 the build started failing in a really way (like ClojureScript/Piggieback's missing). I can't see any connection between disabling suitable and the failure's, though.
A Leiningen template for creating a re-frame application (client only)
-
Updated
Aug 26, 2020 - Clojure
Interactive evaluation for Neovim (Clojure, Fennel, Janet)
-
Updated
Aug 23, 2020 - Clojure
Clojure Interactive Development Environment for Vim8/Neovim
-
Updated
Aug 24, 2020 - Vim script
bbatsov
commented
Aug 14, 2020
Currently the eldoc type is either function or variable:
(defn- extract-eldoc
[info]
(if-let [arglists (seq (-> info extract-arglists format-arglists))]
{:eldoc arglists :type "function"}
{:type "variable"}))This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m
1
[DEPRECATED] Tooling support for ClojureScript
-
Updated
Feb 8, 2020 - Clojure
emacs navigation for re-frame projects
-
Updated
Mar 27, 2019 - Emacs Lisp
-
Updated
Aug 11, 2020 - Emacs Lisp
Run, evaluate and compile functionality for a variety of different languages and modes.
-
Updated
May 7, 2020 - Emacs Lisp
Minimal deps.edn + CIDER + ClojureScript + Reagent + Figwheel
-
Updated
Jul 22, 2020 - Clojure
for windows and ubuntu(originate from flyingmachine)
-
Updated
Oct 2, 2017 - Emacs Lisp
CIDER's documentation site
-
Updated
Aug 21, 2020 - HTML
Emacs-interact-able clojure experiments
-
Updated
Oct 29, 2018 - Clojure
Minimal repo for clojure-emacs/cider#2104.
-
Updated
Dec 20, 2017 - Clojure
An online django-based app for journaling and tracking the making of low-alcoholic beverages, including graphs. Primarily Wine and Mead, but also others like Cider and Beer. Each "batch" is a specific recipe that can be used in one fermenter, or multiple. It will also track fermenter status and maintenance. Not a recipe builder, but meant for everything after the recipe.
journal
beer
logging
recipe
maintenance
wine
cider
mead
fermenter
low-alcoholic-beverages
recipe-builder
-
Updated
Apr 14, 2020 - HTML
Improve this page
Add a description, image, and links to the cider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cider topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When I switched from lein to Clojure CLI on MS Windows 10, cider-jack-in failed. The reason was unclear (to me anyway) from the error messaging. I found Alex Miller's documentation at
Install fails due to permission errors