I believe in the functional model, but it's causing me a problem-
which is that I've yet to find a way to be able to ask an object about
the functions that I can use with it.
What I mean is, if I were using Ruby (or Python), I could do:
1.<TAB>
and get back a list of methods that are associated with that object.
I don't see a way to ask Clojure the same thing. I have doubts if it's
even possible, since unless the methods specify the types they'd
accept, there'd be no way to know.
Thoughts?
- Serge