This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-14
Channels
- # aleph (1)
- # aws (3)
- # beginners (75)
- # boot (1)
- # bristol-clojurians (2)
- # clj-kondo (18)
- # cljs-dev (5)
- # cljsrn (10)
- # clojure (62)
- # clojure-dev (15)
- # clojure-europe (3)
- # clojure-india (2)
- # clojure-italy (9)
- # clojure-madison (1)
- # clojure-nl (9)
- # clojure-norway (9)
- # clojure-spec (11)
- # clojure-uk (206)
- # clojurescript (30)
- # copenhagen-clojurians (1)
- # data-science (1)
- # datascript (2)
- # datomic (27)
- # emacs (1)
- # events (1)
- # fulcro (12)
- # gorilla (1)
- # jobs (2)
- # kaocha (2)
- # leiningen (4)
- # lumo (7)
- # malli (1)
- # off-topic (2)
- # pathom (14)
- # pedestal (5)
- # quil (3)
- # re-frame (8)
- # reitit (3)
- # remote-jobs (16)
- # ring-swagger (1)
- # shadow-cljs (70)
- # tools-deps (7)
- # vim (5)
- # vrac (1)
Announcing V0.18.3 of Saite and V0.3.3 of Aerosaite.
* Aerosaite is the uberjar artifact
* Saite is the 'library' artifact
The uberjar is
1. self installing (use --install
)
2. self updating (use --update
)
3. Main server (use --port and --repl-port or better yet, use the scripts linux-runserver
and mac-runserver
. Win10 bat script in the works)
Generally, you are probably going to want to just use the uberjar.
Some new things since last announced here:
* --update
option for updating if you already installed a previous version
* Places any new / or updated resources in `~/.saite/Updates/<version>
* Turnkey support for Neanderthal on Win10
* automatically installs correct MKL libraries
* ensuring proper path not yet available as W10 server running script just now in the works
* Show doc and show source (defaults to Ctrl-X D
and Ctrl-X S
)
* Remember last cursor position between tab selections
* Auto centers last cursor position when selecting tab
* Center current position: emacs recenter-top-bottom (defaults to Ctrl-L
)
* Editor / output layout control (top/bottom, left/right, which goes where)
* Themes: there are 62 to choose from including (my favorites) zenburn
and solarized
.
* there is a new config.edn
option for this: [:editor :theme]
* there is a new control to change on the fly during a session
* Codemirror instances now remembered across tab selection (not yet fully used)
* New Docs/Scicloj/BosCljMeetup document. Updated and refined version of old Scicloj demo
* has full gallery with walk-through documentation
* nice walk-through templates exercise / tutorial