I no longer have any need for Stan

This commit is contained in:
TEC 2022-01-26 09:06:54 +08:00
parent f1d6dd9fd5
commit f81d9aafdc
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 0 additions and 15 deletions

View File

@ -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]]