klipse

Yehonathan Sharvit 2016-11-01T15:37:51.000341Z

Hi @jr0cket from ClojureBridge London and @lanejo01 from ClojureBridge MN!

Joe Lane 2016-11-01T15:38:34.000342Z

Hello!

Joe Lane 2016-11-01T15:38:58.000343Z

Nice to meet you @jr0cket

practicalli-john 2016-11-01T15:42:54.000344Z

Hello @lanejo01 hope the ClojureBridge event went well.

Yehonathan Sharvit 2016-11-01T15:44:04.000346Z

@jr0cket what are exactly ClojureBridge curriculum?

practicalli-john 2016-11-01T15:44:38.000347Z

I started trying out Klipse as a way to reduce some of the issues we have with Clojure environments during ClojureBridge events

Joe Lane 2016-11-01T15:44:50.000348Z

@jr0cket Its actually in 5 days. I'm not very good with a calendar haha.

practicalli-john 2016-11-01T15:45:20.000349Z

The biggest challenge being that we have to update the documentation quite often as the tools change...

Yehonathan Sharvit 2016-11-01T15:46:00.000350Z

why?

practicalli-john 2016-11-01T15:46:28.000351Z

The ClojureBridge documentation tells you how to do things in a specific tool...

practicalli-john 2016-11-01T15:47:23.000352Z

Then some people were getting issues with Lighttable, so the documentation was switched to Nightcode. Then Nightcode had a major update and worked very differently

Joe Lane 2016-11-01T15:47:52.000353Z

And now nightcode doesn't really work at all on linux ( i found out last night from another volunteer ) so we were going to switch to atom

practicalli-john 2016-11-01T15:48:19.000355Z

I suspect that the ClojureBridge documentation may get updated for NightLight, which is a better tool but different enought that it would need some updates to the docs

practicalli-john 2016-11-01T15:49:37.000356Z

@lanejo01 NightCode was working okay last month on Linux (well Ubuntu). Have a look at https://github.com/oakes/Nightlight as an alternative to switching to Atom.

practicalli-john 2016-11-01T15:49:55.000358Z

However Atom & ProtoRepl is a nice combination as an editor.

practicalli-john 2016-11-01T15:51:18.000359Z

We see Klipse as solving the problem of having to update the ClojureBridge docs & exercises (in the long term). Then students can choose their favourite editor once they have taken there first steps with Klipse

practicalli-john 2016-11-01T15:51:52.000360Z

I am very impressed so far in what Klipse can do. So hope to push its use further.

Joe Lane 2016-11-01T15:51:57.000361Z

Yaay Literate programming!

Joe Lane 2016-11-01T15:52:48.000362Z

Alright friends, I gotta get back to my day job, however I'm really interested in this discussion. Thanks for introducing @jr0cket to me @viebel !

practicalli-john 2016-11-01T15:53:28.000363Z

feel free to take a look at https://github.com/jr0cket/community-docs/tree/gh-pages

Yehonathan Sharvit 2016-11-01T15:53:52.000365Z

Have a good day and afternoon guys (and evening for me)

practicalli-john 2016-11-01T16:06:30.000366Z

Thanks @viebel . Just a crazy idea, but would it be possible to add some kind of auto-complete to klipse, so you can see the names of possible functions.

๐Ÿ‘ 1
Yehonathan Sharvit 2016-11-01T16:06:52.000367Z

Definitely

Yehonathan Sharvit 2016-11-01T16:06:56.000368Z

Thatโ€™s on my todo list

๐Ÿ‘ 1
Yehonathan Sharvit 2016-11-01T16:07:38.000369Z

Another cljs repl does that - http://clojurescript.io/