From f81d9aafdc54b58b5e2eeb1beb3182b7ca2e1199 Mon Sep 17 00:00:00 2001 From: TEC Date: Wed, 26 Jan 2022 09:06:54 +0800 Subject: [PATCH] I no longer have any need for Stan --- config.org | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config.org b/config.org index 17ea315..8fde4ed 100644 --- a/config.org +++ b/config.org @@ -3149,21 +3149,6 @@ For editing systemd unit files :defer t) #+end_src -*** Stan -Stan is probabilistic programming language written in =C++=. From my brief -exposure I think of it as a nicer =JAGS=. Though =Turing.jl= looks nicer yet... - -Anyway, the [[https://github.com/stan-dev/stan-mode][stan-dev/stan-mode]] repository contains a number of packages for -working with Stan code. Let's grab them all. - -#+begin_src emacs-lisp :tangle packages.el -(package! stan-mode :pin "9bb858b9f1314dcf1a5df23e39f9af522098276b") -(package! company-stan :pin "9bb858b9f1314dcf1a5df23e39f9af522098276b") -(package! eldoc-stan :pin "9bb858b9f1314dcf1a5df23e39f9af522098276b") -(package! flycheck-stan :pin "9bb858b9f1314dcf1a5df23e39f9af522098276b") -(package! stan-snippets :pin "9bb858b9f1314dcf1a5df23e39f9af522098276b") -#+end_src - * Applications ** Ebooks [[xkcd:548]]