This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-07-28
Channels
- # admin-announcements (28)
- # beginners (30)
- # boot (6)
- # cljs-dev (48)
- # clojure (72)
- # clojure-android (8)
- # clojure-australia (1)
- # clojure-italy (9)
- # clojure-japan (12)
- # clojure-russia (21)
- # clojure-sg (1)
- # clojurescript (109)
- # core-async (11)
- # core-logic (17)
- # cursive (33)
- # datascript (1)
- # datomic (30)
- # dunaj (4)
- # editors (38)
- # events (1)
- # ldnclj (17)
- # off-topic (156)
- # om (2)
- # overtone (1)
- # re-frame (2)
- # reagent (63)
you can extract a settings.jar from IntelliJ - not sure how extensive it is.
@dottedmag: you could look at something like Mackup if you’re on a Mac
Wait, there’s a plugin for that
Just for those clojurians wanting to practice their Emacs Lisp, we've finally launched the elisp track on http://exercism.io (if you're unfamiliar, there's a Clojure track too that's worth doing).
@canweriotnow: Exercism looks interesting
Thanks, it's not my project but I've been contributing heavily.
I love it.
Both using it and hacking on it.
I launched the elisp and scheme tracks and I just took over maintaining the clojure track.
Also I'm rewriting the public API with compojure... it's currently Ruby and has some cruft from many iterations.
Cool. I’m always interested in things like this for Cursive - I’d like to be able to easily access things like this and 4clojure, koans etc so beginners can practice
It would be nice to be able to just set up a project to do exercism (or koans, or whatever) from the IDE with a simple process
Haha, we think alike... I wrote an emacs package to fetch/submit exercism exercises... curently wrapping the CLI but once the new API is in place I'm going to make it full elisp.
One thing we've been discussing is adding some docs for editor support to the Clojure help pages... currently it's just installing leineingen etc.: http://help.exercism.io/getting-started-with-clojure.html
I'm going to do emacs/CIDER, if you'd like to contribute getting started with cursive I'm sure it would be warmly appreciated.
1. Emacs pkg - https://github.com/canweriotnow/exercism-emacs 2. new API - https://github.com/canweriotnow/exercism-api 3. current API - https://github.com/exercism/x-api
NB the x-api is just the get/fetch assignments, there are other API endpoints under the exercism/exercism.io repo, one of the goals is to consolidate a single public api
@cfleming: No ETA at present, I've been trying to get these language tracks launched since I started them a while ago, I'm going to go back to the API next but first I'm doing a full DB audit b/c there are issues like missing indices etc.
But PRs are always welcome
Or even issues/code review/etc.
Sadly, it’ll be a while before I get to look at this properly, but it definitely looks like something I’d love to add.
Sounds good
anyone know if there's a way in emacs (cider/clj-refactor) to swap the position of two neighboring s-expressions?