This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-24
Channels
- # announcements (1)
- # beginners (113)
- # calva (16)
- # cider (6)
- # cljsrn (1)
- # clojure (104)
- # clojure-argentina (2)
- # clojure-dev (3)
- # clojure-italy (1)
- # clojure-nl (10)
- # clojure-spec (6)
- # clojure-uk (4)
- # clojuredesign-podcast (44)
- # clojurescript (25)
- # core-async (2)
- # datomic (21)
- # emacs (14)
- # events (1)
- # figwheel-main (12)
- # fulcro (7)
- # joker (2)
- # leiningen (1)
- # mount (7)
- # music (1)
- # off-topic (16)
- # pedestal (3)
- # re-frame (8)
- # reagent (8)
- # reitit (11)
- # shadow-cljs (4)
- # spacemacs (16)
- # sql (1)
- # tools-deps (14)
- # vim (1)
Hey everyone! I've just submitted https://github.com/candid82/joker/issues/253, looking for feedback on my wacky fork of Joker that provides lots of go.std.*
namespaces that "wrap" (some of) the Go standard library.
Please have a look and let me know what you think. As I'll be on vacation for most of the next two weeks, I might not respond to (or even notice) comments made here (to Slack), especially after this weekend; but I'll be checking in on the Issues for my fork, and on Comments to the Issue above (on the mainline version of Joker), periodically and certainly sometime after I return.
Thanks!
FYI, just pushed the latest version, which converts many more constants, so now over 99% of constants are converted. The few remaining ones could be kludged in (as were the recent batch), or could await refactoring per a large comment block added to the tools/gostd/gowalk.go
module in this push. But I think there are bigger (more urgent) fish to fry at this point.
FYI, just pushed the latest version, which converts many more constants, so now over 99% of constants are converted. The few remaining ones could be kludged in (as were the recent batch), or could await refactoring per a large comment block added to the tools/gostd/gowalk.go
module in this push. But I think there are bigger (more urgent) fish to fry at this point.