ldnclj

Find us on #clojure-uk
gjnoonan 2015-06-12T05:20:33.000843Z

Now then

agile_geek 2015-06-12T06:05:01.000844Z

Way aye

acron 2015-06-12T07:09:35.000845Z

@otfrom šŸ˜„ absolutely!

2015-06-12T08:03:08.000846Z

morning

thomas 2015-06-12T08:09:52.000847Z

morning

thomas 2015-06-12T08:10:38.000848Z

@agile_geek: Yes CICS is still being developed, supporting on newer hardware obvs, and I think it has Java bindings these days.

thomas 2015-06-12T08:14:15.000849Z

@jonpither: just a few people in IBM are doing Clojure in our spare time šŸ˜ž

korny 2015-06-12T09:00:20.000850Z

Milton Keynes FTW! (though really I tell people I live in Wolverton)

agile_geek 2015-06-12T09:08:23.000852Z

@thomas old skool! Takes me back 27 years!

mccraigmccraig 2015-06-12T09:20:45.000853Z

mawning

jonpither 2015-06-12T09:38:02.000854Z

morns

quentin 2015-06-12T09:38:37.000855Z

morning

stathissideris 2015-06-12T10:53:56.000856Z

@benedek: I trying this one, and I get a new function but it doesn't have any parameters: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-extract-function

benedek 2015-06-12T10:54:18.000858Z

which version are you on?

stathissideris 2015-06-12T10:54:39.000859Z

[refactor-nrepl "1.1.0-SNAPSHOT"]

benedek 2015-06-12T10:55:00.000860Z

there was a bug fixed recently with this which resulted in empty param list if there was an anon #() fn in the s-exp being extracted

stathissideris 2015-06-12T10:55:18.000861Z

clj-refactor 20150611.826

benedek 2015-06-12T10:55:23.000862Z

can u by any chance post me the form?

benedek 2015-06-12T10:55:37.000863Z

and which sexp you are extracting

benedek 2015-06-12T10:55:55.000864Z

this seems to be the latest

stathissideris 2015-06-12T10:57:13.000865Z

@benedek: I think I was doing it wrong, I was before the s-exp

benedek 2015-06-12T10:57:30.000866Z

oh right

benedek 2015-06-12T10:57:47.000867Z

you need to be inside

stathissideris 2015-06-12T10:58:16.000868Z

yeah, sorry, noob

benedek 2015-06-12T10:58:19.000869Z

so (foo | bar (baz ā€œarg1ā€ 3)) where | is the cursor pos

benedek 2015-06-12T10:58:32.000870Z

np, best kind of bugreport: solves itself šŸ˜‰

stathissideris 2015-06-12T11:00:13.000871Z

haha

stathissideris 2015-06-12T11:01:21.000872Z

@benedek: so if I extract (* x y z) I get a function with a [z y x] parameter list

stathissideris 2015-06-12T11:01:31.000873Z

is this reversal a conscious choice?

benedek 2015-06-12T11:01:53.000874Z

hm.. interesting, donā€™t think so

benedek 2015-06-12T11:02:26.000875Z

that might be quite a sideeffect of the way how this is implemented

benedek 2015-06-12T11:02:46.000876Z

good pointā€¦ do you mind to create a github issue for this so i donā€™t forget to look at it

stathissideris 2015-06-12T11:02:55.000877Z

yeah sure

benedek 2015-06-12T11:03:04.000878Z

thx

benedek 2015-06-12T11:12:39.000881Z

coolio

agile_geek 2015-06-12T13:47:11.000882Z

Anyone else find some of the other channels (#C03S1KBA2 & #C03S1L9DN in particular) so noisy they canā€™t pick out anything useful? Especially as I can only really check on Clojure stuff before/after work & at lunchtimes.

gjnoonan 2015-06-12T13:48:51.000883Z

@agile_geek: It is getting that way the more we are growing. I am trying to think of the best solution.

benedek 2015-06-12T13:49:12.000884Z

you can set up certain keywords in slack

benedek 2015-06-12T13:49:20.000885Z

so you get notified if they are used, occured

benedek 2015-06-12T13:49:27.000886Z

that is a nice way to kinda ā€˜prefilter'

thomas 2015-06-12T13:57:47.000887Z

yeah.... Clojure O'Clock!!!!

2015-06-12T15:03:41.000888Z

having a lot of fun with amazonica and cloudwatch metrics

gjnoonan 2015-06-12T15:17:17.000889Z

@otfrom: anything you can share?

2015-06-12T15:43:25.000890Z

ping

2015-06-12T15:46:19.000891Z

ping

2015-06-12T15:47:23.000892Z

@gjnoonan: eventually. I need to figure out what I'm doing first. šŸ˜‰

agile_geek 2015-06-12T15:50:43.000893Z

@otfrom: if I waited to figure out what I was doing before sharing/shipping it Iā€™d never have finished anything. šŸ˜‰

2015-06-12T15:51:39.000894Z

I think my bar to "figure out what I'm doing" is quite low tbh. I don't think I've really figured out anything.

2015-06-12T15:52:03.000895Z

Just enough to essay an understanding and be torn apart by an actually of commenters on teh interwebs. šŸ˜‰

thomas 2015-06-12T16:00:40.000896Z

pong pong

2015-06-12T16:03:21.000897Z

just testing network connectivity. Sorry for the noise

thomas 2015-06-12T16:11:47.000898Z

it worked :simple_smile:

2015-06-12T16:12:27.000899Z

sort of, but yeah. Next time will you tell me when the message didn't get through pls @thomas ? šŸ˜‰

thomas 2015-06-12T16:13:43.000900Z

@otfrom: consider it done šŸ˜‰

thomas 2015-06-12T16:32:53.000901Z

good evening guys. and have a good weekend.

thomas 2015-06-12T16:32:57.000902Z

See you on Monday

agile_geek 2015-06-12T18:04:01.000903Z

@otfrom: I think youā€™re selling yourself shortā€¦Iā€™m the ā€˜imposterā€™ in this forum. #closetCOBOLProgrammer

gjnoonan 2015-06-12T18:18:37.000904Z

@agile_geek: next you will be saying that youā€™re a CORBA fan too

agile_geek 2015-06-12T18:34:45.000905Z

@gjnoonan: I wouldnā€™t go that far!

agile_geek 2015-06-12T18:35:47.000906Z

but I do remember when Spring was the cool kid on the blockā€¦and if you donā€™t believe me try coding J2EE beansā€¦interfaces, interfaces everywhere!

jeff 2015-06-12T19:27:48.000909Z

Hi Londoners

jeff 2015-06-12T19:28:10.000910Z

we are looking for a Clojure(script) dev to join a new team at Conde Nast in London

benedek 2015-06-12T19:28:12.000911Z

šŸ‘‹

jeff 2015-06-12T19:28:26.000912Z

building out a very cool platform involving machine learning, analytics, recommendations

jeff 2015-06-12T19:28:59.000913Z

anyone interested drop me an email (<mailto:jeff@thinktopic.com|jeff@thinktopic.com>) and we can setup a call to talk it over

jeff 2015-06-12T19:29:18.000914Z

The office is nearby the Camden tube stop, and itā€™s a full time position on a new team

benedek 2015-06-12T19:30:38.000915Z

@jeff: you might want to go to #C05006WDW

gjnoonan 2015-06-12T19:36:20.000916Z

@jeff: Sounds interesting, Would you consider remote?

jeff 2015-06-12T19:50:57.000917Z

ok, Iā€™ll ping jobs too. Sorry @gjnoonan, but we need someone who can work at the office in London.

gjnoonan 2015-06-12T20:06:18.000918Z

@jeff thanks, I still may be interested šŸ˜‰

jonpither 2015-06-12T20:47:33.000919Z

clojurescript needs splitting into clojurescript and clojurescript-help