On Tue, May 15, 2012 at 3:51 PM, Timothy Baldridge <tbaldri...@gmail.com>wrote:

> (defn as-str [x] (.toString x))
>
> That can't port to Python, or really any other VM besides JS. So if
> we're looking at translating the analyzer itself we have to develop
> some sort of base set of libraries that every thing else can build
> upon. So either we need to define a ur-clojure function called
> "toString", and then every emitter will need to implement that
> seperately.


Why can't it port to Python? You have can have an instance with a method
toString right?

David

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

Reply via email to