Hi all,
Are there any functions to get generic type of an object object method,
field, etc.? By calling object methods, I achieve this with the following
function:
(defn- get-generic-type-of-an-instance-method
[m]
{:pre [(:obj m)
(:method-name m)]}
(-> m
:obj
type
I mean for all the topics? There are certain topics under Rationale, others
under Documentation. Is there one common TOC?
Just wanted something like single.html where all the docs are so I could
start picking topics which seem most interesting. Obviously the other
option is using google search
No, there is no "site map" of the whole thing although every page should be
reachable from the left nav. Most pages are either in that top level or 1
step from Features or Documentation.
On Tuesday, October 20, 2015 at 10:07:27 AM UTC-5, Aseem Bansal wrote:
>
> I mean for all the topics? There a
Most documentation, such as it is, is on the github wiki:
https://github.com/clojure/clojure-clr/wiki
Nothing written recently on such things as deploying web services.
There is a separate list for ClojureCLR where you might get more
answers: https://groups.google.com/forum/#!forum/clojure-clr
On Tuesday, October 20, 2015 at 4:36:43 PM UTC-4, dmiller wrote:
>
> Most documentation, such as it is, is on the github wiki:
> https://github.com/clojure/clojure-clr/wiki
> Nothing written recently on such things as deploying web services.
>
If you want to deploy web services, you're probably
Sweet, I’m starting to really look forward to that release. :D
On Monday, October 19, 2015 at 10:54:04 AM UTC-5, Lars Andersen wrote:
>
> Font-locking of deprecated vars was just added to CIDER. It's available
> in snapshots now, and will be included in 0.10.
>
> On Wednesday, October 14, 2015 a
You should! It will be the biggest and greatest CIDER release ever. It will
likely be the most postponed release ever as well. :-)
On 21 October 2015 at 04:42, James Elliott wrote:
> Sweet, I’m starting to really look forward to that release. :D
>
>
> On Monday, October 19, 2015 at 10:54:04 AM U