[JOB] Make a difference with Reify and Clojure(Script) in the clinical trial space - Boston or Remote (North America)

2016-11-30 Thread cldwalker


Hi!


Excited to share that Reify  is looking to 
hire two mid to senior developers for a primarily Clojure/ClojureScript 
stack - frontend developer position 
 
and backend developer position 
.

If you're interested in these positions, please apply through lever. We are 
open to remote coworkers in North America but are prioritizing candidates 
local to Boston or willing to relocate. Full disclosure, I am the technical 
lead on this product. For any questions feel free to ping me at 
gabr...@reifyhealth.com.

I’ve been with Reify for over 6 months and wake up each day excited to 
build clinical trial software that can make a difference in people's lives. 
Clinical trials are slow, unpredictable and expensive and we aim to improve 
this for everyone's benefit. We care about building great products, 
providing a great user experience and listening to our users to improve on 
our products. Our greenfield apps use postgresql on the backend and a mix 
of quiescent/react, liberator, clojure.spec and more. If you're piqued by 
our stack, what we do or just want to say hi, give me a shout. We'll also 
be at the Conj this week!

Cheers,
Gabriel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ldnclj] Re: Suggestions for open source contributions?

2016-02-05 Thread cldwalker
If you're into editors or tooling we're happy to have help with LightTable 
- 
https://github.com/LightTable/LightTable/blob/master/CONTRIBUTING.md#contributing
 
:)

Cheers,
Gabriel

On Friday, February 5, 2016 at 5:26:12 AM UTC-5, Mikera wrote:
>
> Hi Bruce,
>
> My view is that the following things should be in core.matrix
> - Fundamental dataset and array programming operations (slicing, access, 
> reshaping, dimension labelling etc.)
> - Basic numerical operations (add, matrix multiply etc.)
> - Matrix operations that may have different underlying implementations 
> (SVD etc.)
> - Protocol based support for standard implementations (Java arrays, 
> Clojure vectors etc.)
>
> The following belong in other libraries:
> - More sophisticated algorithms building on the fundamental operations 
> (statistical techniques, machine learning etc.)
> - Anything to do with user interaction (graphing, GUIs etc.)
> - Tools for IO / data access etc.
>
> This is just a guideline though - happy to consider any specific function 
> on a case by case base. Probably best done via issues, so please file if 
> you have any!
>
> On Friday, 5 February 2016 03:27:47 UTC+8, Bruce Durling wrote:
>>
>> Mike, 
>>
>> I've had some of my team start using incanter 1.9.0. We've found and 
>> reported some issues and would like to contribute. Is there a good 
>> road map somewhere of what functions should stay in incanter and what 
>> ones should live in clojure.core.matrix.dataset? I'd like to know that 
>> any fixes we pursue would move towards the future design of incanter. 
>>
>> cheers, 
>> Bruce 
>>
>> On Thu, Feb 4, 2016 at 10:01 AM, Mikera  wrote: 
>> > There is the start of a dataframe-like implementation in 
>> > clojure.core.matrix.dataset 
>> > 
>> > Contributions in this area (or even just vigorous testing / issue 
>> reporting) 
>> > would be very welcome! 
>> > 
>> > On Tuesday, 2 February 2016 17:44:51 UTC+8, Gregg Reynolds wrote: 
>> >> 
>> >> 
>> >> 
>> >> On Tue, Feb 2, 2016 at 2:22 AM, Mikera  
>> wrote: 
>> >>> 
>> >>> If you are interested in data science, help with core.matrix and the 
>> >>> associated libraries is always appreciated, and we are very 
>> >>> contributor-friendly in the numerical Clojure community. 
>> >> 
>> >> 
>> >> Speaking of which,  the topic of Clojure came up on the Julia mailing 
>> list 
>> >> recently.  One comment was "I suspect the biggest issue is the lack of 
>> a 
>> >> good dataframes library for Clojure,..."  So something along that line 
>> would 
>> >> be a good project. 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "London Clojurians" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to london-clojuri...@googlegroups.com. 
>> > To post to this group, send email to london-c...@googlegroups.com. 
>> > Visit this group at https://groups.google.com/group/london-clojurians. 
>> > For more options, visit https://groups.google.com/d/optout. 
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Grimoire: up to date Clojure web docs

2014-07-11 Thread cldwalker
Once Grimoire starts getting custom examples, we could provide a 
corresponding client like clojuredocs-client that slurps 
_includes/**/examples and strips text only between raw and endraw tags. 
That would allow you to keep Grimoire as simple static HTML while still 
allowing for painless example contributions.

On Tuesday, July 8, 2014 3:11:32 PM UTC-4, Reid McKenzie wrote:
>
>  Not as such. Strictly speaking one can navigate to say 
> https://github.com/arrdem/grimoire/edit/master/_includes/1.4.0/clojure.core/DASH/examples.md
>  
> and find all the examples for what is in this case clojure.core/-. However 
> there is no examples API at present and due to the flat file nature of 
> Grimoire I consider one more or less out of scope until such time as 
> Grimoire gets reworked into a "real" webapp if ever.
>
> As Grimoire contains only examples from clojuredocs at present, the 
> clojuredocs REPL client (https://github.com/dakrone/clojuredocs-client) 
> (which is what Grimoire uses to access clojuredocs' examples) should give 
> you identical results for the time being.
>
> I'm open to comment and issues as to whether or not having REPL access to 
> examples is potentially useful and a desired feature.
>
> Reid
>
>
> On 07/08/2014 05:28 AM, Colin Fleming wrote:
>  
>  If we think that Grimoire should be the official ClojureDocs 
> replacement, why don't we do that? Could we just host Grimoire under the 
> clojuredocs.org domain, perhaps structuring the URLs to match?
>
>  One thing that I couldn't see - does Grimoire offer an API to get access 
> to the examples?
>  
>
> On 8 July 2014 11:52, Andy Fingerhut > 
> wrote:
>
>>  Mark, creating separate versions of the Clojure cheat sheet that link 
>> to Grimoire instead of ClojureDocs.org should be fairly straightforward, 
>> but due to other work I won't get to it for at least a few days.  If 
>> someone else is interested, and not put off by my code, they are welcome to 
>> go for it and submit a pull request:
>>
>> https://github.com/jafingerhut/clojure-cheatsheets
>>
>>  The time-consuming part isn't getting the first version up and running, 
>> but checking that all the symbols with odd characters in them actually have 
>> working links in both the HTML and PDF versions, although arguably the 
>> links in the PDF versions aren't as important.
>>
>>  I can publish the results here, which is one click away from 
>> http://clojure.org/cheatsheet
>>
>> http://jafingerhut.github.io
>>
>>  Once done, Clojure folks other than myself can consider whether the 
>> version with links to Grimoire belongs at http://clojure.org/cheatsheet, 
>> too.
>>  
>>  Andy
>>   
>>
>> On Mon, Jul 7, 2014 at 9:49 PM, Mark Mandel > > wrote:
>>
>>>  Nice work! I've been using Grimoire all day :)
>>>  
>>>  Two small suggestions, which you have probably thought of: (1) search 
>>>  (2) a copy of the clojure cheat sheet that points to grimoire instead. 
>>> (Maybe Grimoire needs it's own domain?)
>>>
>>>  CrossClj is *awesome* as well. I've been wanting something similar for 
>>> a looong time. Thanks!
>>>
>>>  Mark
>>>
>>>
>>>
>>>  On Tue, Jul 8, 2014 at 2:31 PM, Reid McKenzie >> > wrote:
>>>
>>>>  I'm delighted to announce that thanks to the official Clojuredocs 
>>>> client (https://github.com/dakrone/clojuredocs-client) Grimoire now 
>>>> features every example posted on Clojuredocs.
>>>>
>>>> Ex. 
>>>> http://www.arrdem.com/grimoire/1.6.0/clojure.core/DASH__GT__GT/#example-0
>>>>
>>>> Currently at 0.0.13, which represents a slew of changes since the 
>>>> original announcement including the dropping of 1.5.1 as a documented 
>>>> version (it's a patch release, nothing changed from 1.5.0) and a major 
>>>> rework of the way I munge symbols and include examples between versions.
>>>>
>>>> I'd like to give Alex (puredanger) a huge shout out for handing me a 
>>>> SQL dump of the clojuredocs examples table right after I got a dakrone's 
>>>> client working.
>>>>
>>>> More tooling thanks to Phil (technomancy), lein's profiles enabled me 
>>>> to ditch a make target which downloaded old Clojure versions in favor of 
>>>> simply having one lein profile for each documented Clojure version. 
>>>>
>>>>
>>>> Reid
>>>&g

Re: [ANN] Grimoire: up to date Clojure web docs

2014-07-11 Thread cldwalker


On Tuesday, July 8, 2014 3:07:03 PM UTC-4, Reid McKenzie wrote:
>
>  1) doesn't make a whole lot of sense. I'm an adherent to the "simplest 
> thing that could possibly work" philosophy, and as a result Grimoire is 
> entirely static HTML. Search and symbol quick access could be implemented 
> by adding some javascript, but that's a low priority item at the moment as 
> there are still basic usability and layout concerns being addressed. Feel 
> free to open an improvement issue on Github (
> http://github.com/arrdem/grimoire/). Down the road it may be worth 
> questioning this static HTML approach as there are a number of tricks one 
> could play such as ranking symbols by the frequency with which their 
> documentation is visited which are impossible in pure static HTML.
>
> 2) this probably does make sense. I think it's worth doing some more 
> general study of how people discover Clojure functions, but the categorized 
> quick reference provided by the various cheat sheets is an index I'd love 
> to have in Grimoire, perhaps even as part of the homepage?
>
> 3) http://grimoire.arrdem.com/ exists, however it's pretty broken and 
> there's some configuration changes that need to happen (and which will 
> break http://arrdem.com/grimoire) in order for it to work. I'm open for 
> suggestions WRT having a dedicated domain, however remember I'm a GSoC 
> student on a shoestring budget building this in my free time :P. I'm open 
> to comment as to which URL you find more generally useful.
>

I'd also love to see a custom domain for this as well. I'm happy to pay for 
it if no one else will. How about clj-docs.org or clj-doc.org (which are 
available)? I do see clojuredoc.org is available but could easily be 
confused with clojuredocs.org.



> Reid
>
> On 07/07/2014 11:49 PM, Mark Mandel wrote:
>  
>  Nice work! I've been using Grimoire all day :)
>  
>  Two small suggestions, which you have probably thought of: (1) search 
>  (2) a copy of the clojure cheat sheet that points to grimoire instead. 
> (Maybe Grimoire needs it's own domain?)
>
>  CrossClj is *awesome* as well. I've been wanting something similar for a 
> looong time. Thanks!
>
>  Mark
>
>  
>
>  On Tue, Jul 8, 2014 at 2:31 PM, Reid McKenzie  > wrote:
>
>>  I'm delighted to announce that thanks to the official Clojuredocs client 
>> (https://github.com/dakrone/clojuredocs-client) Grimoire now features 
>> every example posted on Clojuredocs.
>>
>> Ex. 
>> http://www.arrdem.com/grimoire/1.6.0/clojure.core/DASH__GT__GT/#example-0
>>
>> Currently at 0.0.13, which represents a slew of changes since the 
>> original announcement including the dropping of 1.5.1 as a documented 
>> version (it's a patch release, nothing changed from 1.5.0) and a major 
>> rework of the way I munge symbols and include examples between versions.
>>
>> I'd like to give Alex (puredanger) a huge shout out for handing me a SQL 
>> dump of the clojuredocs examples table right after I got a dakrone's client 
>> working.
>>
>> More tooling thanks to Phil (technomancy), lein's profiles enabled me to 
>> ditch a make target which downloaded old Clojure versions in favor of 
>> simply having one lein profile for each documented Clojure version. 
>>
>>
>> Reid
>>
>> On 07/07/2014 04:54 PM, cldwalker wrote:
>>   
>> Hey Reid, 
>>
>>  Nice work! I think this is a much more maintainable approach for a 
>> community-based examples repository.  Have you thought about seeding 
>> examples from clojuredocs using their api e.g. 
>> http://api.clojuredocs.org/examples/1.3.0/clojure.core/map? I think this 
>> would help if the goal is to become the canonical site for clojure fn 
>> examples.
>>
>>  It is worth noting that clojuredocs is undergoing a rewrite, 
>> https://github.com/zk/clojuredocs/tree/clj-rewrite. If this rewrite 
>> lands soon than it may be worth adding a Motivation section to the home 
>> page to distinguish it from clojuredocs.org.
>>
>>  On Tuesday, July 1, 2014 7:34:38 PM UTC-4, Reid McKenzie wrote: 
>>>
>>> Hey guys, 
>>>
>>> If you're like me while using clojure.repl/doc works for the most part 
>>> there are just times that you need to send someone a link to the 
>>> official docs and navigating the docstrings in the core Clojure 
>>> repository is a pain. 
>>>
>>> After several months of being frustrated that clojuredocs is out of 
>>> date, I finally sat down and built an alternativ

Re: [ANN] Grimoire: up to date Clojure web docs

2014-07-07 Thread cldwalker
Hey Reid,

Nice work! I think this is a much more maintainable approach for a 
community-based examples repository.  Have you thought about seeding 
examples from clojuredocs using their api 
e.g. http://api.clojuredocs.org/examples/1.3.0/clojure.core/map? I think 
this would help if the goal is to become the canonical site for clojure fn 
examples.

It is worth noting that clojuredocs is undergoing a 
rewrite, https://github.com/zk/clojuredocs/tree/clj-rewrite. If this 
rewrite lands soon than it may be worth adding a Motivation section to the 
home page to distinguish it from clojuredocs.org.

On Tuesday, July 1, 2014 7:34:38 PM UTC-4, Reid McKenzie wrote:
>
> Hey guys, 
>
> If you're like me while using clojure.repl/doc works for the most part 
> there are just times that you need to send someone a link to the 
> official docs and navigating the docstrings in the core Clojure 
> repository is a pain. 
>
> After several months of being frustrated that clojuredocs is out of 
> date, I finally sat down and built an alternative which I'm pleased to 
> present here: http://www.arrdem.com/grimoire/ 
>
> Grimoire is still alpha and subject to change, especially with regards 
> to the example contribution process which needs streamlining beyond the 
> current "click a link, edit on github and submit a PR". 
>

I think this is a reasonable approach. It's better than having a login just 
for clojuredocs.
 

>
> I'd like to give a shout out to César for porting clojure.repl/source 
> into the doc generation script and to Nicola for his random usability 
> criticisms. 
>



Cheers,
Gabriel
 

>
> Reid McKenzie 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-11 Thread cldwalker
I'm loving the usages functionality. Great work!

On Wednesday, June 11, 2014 11:53:47 AM UTC-4, Mike Haney wrote:
>
> Very cool.  Is there a public REST api? 

I ask because I'm thinking a lighttable plugin that uses this to search for 
> dependencies and automatically add them to project.clj would be pretty easy 
> to write and quite useful.  Yes, I could use clojars directly, but this 
> would allow more options in the future.
>
Would be interested in an API as well.

Any plans on open sourcing some of this? I'd be interested to make this (or 
an offshoot) that is a canonical site for clojar documentation much like 
http://rdoc.info/ is for ruby gems.

Gabriel
 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.