This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-12
Channels
- # admin-announcements (56)
- # beginners (67)
- # boot (159)
- # cider (5)
- # cljs-dev (16)
- # cljsjs (7)
- # clojure (142)
- # clojure-dev (15)
- # clojure-japan (1)
- # clojure-poland (1)
- # clojure-russia (33)
- # clojurebridge (2)
- # clojurecup (1)
- # clojurescript (56)
- # cursive (3)
- # datavis (2)
- # datomic (29)
- # devops (6)
- # editors (1)
- # emacs (3)
- # hoplon (95)
- # ldnclj (15)
- # leiningen (18)
- # off-topic (10)
- # om (12)
- # onyx (7)
- # parinfer (6)
- # proton (1)
- # spacemacs (3)
- # yada (2)
I just saw the "Thread Form" function...very cool.
Though...it doesn't newline. I wonder if you couldn't use parinfer to fix that and get a bunch of birds with one (admittedly quite large) stone
good day/night,
what is the status of cursive's support for prismatic/schema?
I found this (resolved) issue https://github.com/cursive-ide/cursive/issues/319
but am getting s/defrecord cannot be resolved
:
; [prismatic/schema "1.0.4"]
;...
(:require
[schema.core :as s])) ;; .clj
(s/defrecord StampedNames ;; basically from schema tutorial page
[date :- Long
names :- [s/Str]])
;; idea 15.0.1
;; cursive 1.1.0-15
;; repl:
(in-ns 'model.core)
(->StampedNames 1000000 "yo")
=> #model.core.StampedNames{:date 1000000, :names "yo"}
Am I doing it wrong?
thank you.
cc @cfleming