On 29.04.2009, at 01:53, Rich Hickey wrote:

> I've moved some of my notes on future features here:
>
> http://clojure.org/todo

- everything isa? some-root

I posted a patch for that a while ago:

http://groups.google.com/group/clojure/browse_thread/thread/ 
bc5193304c1ab2e3/77e5d53d8ccd6b10?lnk=gst&q=patch+root#77e5d53d8ccd6b10

- instance/make
   - objects as closures
   - generalization of fn to create more than just IFns
   - uber-proxy, replace many gen-classes

That looks very interesting!

- Clojure-in-Clojure

That as well.

- symbol-macrolet

I have been playing with (partial, for the moment) implementations of  
macrolet and symbol-macrolet. I'll try to turn that into something  
presentable and put it into clojure.contrib.

- macros emitting calls to private fns

That would be nice to have, though I don't see how it could be done  
without weakening the "private" status in general.

Konrad.


--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to