This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-04
Channels
- # adventofcode (6)
- # announcements (1)
- # aws (18)
- # beginners (104)
- # boot (11)
- # cljsrn (31)
- # clojure (49)
- # clojure-dev (16)
- # clojure-europe (2)
- # clojure-greece (9)
- # clojure-houston (1)
- # clojure-italy (12)
- # clojure-nl (3)
- # clojure-spec (46)
- # clojure-uk (148)
- # clojurescript (12)
- # community-development (13)
- # core-async (7)
- # cursive (35)
- # data-science (13)
- # datomic (70)
- # events (1)
- # fulcro (22)
- # hyperfiddle (1)
- # jobs-discuss (10)
- # kaocha (3)
- # off-topic (7)
- # om (2)
- # other-languages (32)
- # parinfer (1)
- # portkey (4)
- # re-frame (3)
- # reitit (12)
- # shadow-cljs (49)
- # spacemacs (1)
- # specter (6)
- # sql (5)
- # tools-deps (58)
Interesting new educational lang, compiling to wasm in browser https://easyprog.online/ide/easyprog.html
Haven't looked much at the lang, but the the dev/deploy/run environment seems interesting
and another interesting new language: https://keli-language.gitbook.io/doc/ statically typed FP language that wants to be IDE friendly
> #### Features > > - Multiple dispatch > - Pure functional programming > - Minimal syntax > - Strong type safety > - Easy IDE integration
very nice syntax inspired by Smalltalk
nice, never written any objective-C
I was noticing in the motivation examples though: 'Hello world' replaceFromIndex: 0 toIndex: 4 with: 'Bye'
Seems like some of our doc tools can help convey those options too... Though I usually don't get bit too hard by positional arguments to care enough.
it’s also about discoverability: IDE should be able to tell you what you can do
I thought cursive showed you a lot of that stuff inline? (at least, what I can see in the keli gif in the docs)
I don't know... I tend to not need those bells and whistles though... they're nice to have. But when I was using Cursive, I rarely used them, so I never missed them.
it’s the #other-languages channel 😛