Changes document for 1.1

3 views
Skip to first unread message

Stuart Sierra

unread,
Dec 8, 2009, 11:08:26 AM12/8/09
to Clojure Dev
Hi all,

I've created a doc for changes from 1.0 to 1.1. This is based on
Sean's list (thanks Sean!). I'll work on documenting things I
understand (transients, futures, bindings).

http://docs.google.com/Doc?docid=0AeEMlyQZQkUMZGhxM2hyOV8zNXBucjNmeGc1&hl=en

The document is editable by anyone, so I'm asking someone else to
document the things I don't totally understand (chunked sequences, ref
histories, promises).

-SS

Sean Devlin

unread,
Dec 8, 2009, 8:56:36 PM12/8/09
to Clojure Dev
It looks like the transients section is coming together well.

Some hopefully useful links for the other topics:

Miekel writes about bindings
http://groups.google.com/group/clojure/browse_thread/thread/69367d3981de81d1/

Rich's presentation on chunked seqs. Admittedly, a bit sparse.
http://clojure.googlegroups.com/web/chunks.pdf?gda=uCKMtTwAAACnqGBAiPwcwAOl33iuh3Lv_rtS9UCZcVy1D7e1bFQAOuwyCdwt79_BXi8-B36MGsn9Wm-ajmzVoAFUlE7c_fAt&gsc=uFRErQsAAADDbHtW6yEgteDie8vdrxDZ

https://www.assembla.com/wiki/show/clojure/Chunked_Seqs

Some stuff on future
http://groups.google.com/group/clojure/browse_thread/thread/ebf48e97ad514085/b806c64947228a1b

http://groups.google.com/group/clojure/browse_thread/thread/d96f37161720589/c51028126f9f5d7c

Rich writes about ref-histories
http://groups.google.com/group/clojure/browse_thread/thread/e9b56115929fd199/e2cbffb2b788635

promises
I didn't find anything in a search. After reading the doc string,
they seem simple enough.

user=> (def this-droid (promise))
#'user/promise-docs

user=> (deliver this-droid "Help me Obi-wan Kenobi")
#<AFn$IDeref@12aeac28: "Help me Obi-wan Kenobi">

user=> @this-droid
"Help me Obi-wan Kenobi"

I ran this a separate time, like so:
user=> (def vader (promise))
#'user/promise-docs

user=> @vader ;force-choked the REPL

Have fun folks

Sean

On Dec 8, 11:08 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> Hi all,
>
> I've created a doc for changes from 1.0 to 1.1.  This is based on
> Sean's list (thanks Sean!).  I'll work on documenting things I
> understand (transients, futures, bindings).
>
> http://docs.google.com/Doc?docid=0AeEMlyQZQkUMZGhxM2hyOV8zNXBucjNmeGc...

Sean Devlin

unread,
Dec 15, 2009, 1:33:25 AM12/15/09
to Clojure Dev
Hey guys,
I took a shot at the futures & promises sections. Could some review
this and see that I got everything right?

Thanks,
Sean

On Dec 8, 8:56 pm, Sean Devlin <francoisdev...@gmail.com> wrote:
> It looks like the transients section is coming together well.
>
> Some hopefully useful links for the other topics:
>
> Miekel writes about bindingshttp://groups.google.com/group/clojure/browse_thread/thread/69367d398...
>
> Rich's presentation on chunked seqs.  Admittedly, a bit sparse.http://clojure.googlegroups.com/web/chunks.pdf?gda=uCKMtTwAAACnqGBAiP...
>
> https://www.assembla.com/wiki/show/clojure/Chunked_Seqs
>
> Some stuff on futurehttp://groups.google.com/group/clojure/browse_thread/thread/ebf48e97a...
>
> http://groups.google.com/group/clojure/browse_thread/thread/d96f37161...
>
> Rich writes about ref-historieshttp://groups.google.com/group/clojure/browse_thread/thread/e9b561159...
Reply all
Reply to author
Forward
0 new messages