Re: clojure.contrib.seq vs. clojure.contrib.seq-utils

2010-12-04 Thread Ken Wesson
On Sun, Dec 5, 2010 at 12:04 AM, Sunil S Nandihalli
 wrote:
> Hello everybody,
>  Both of clojure.contrib.seq and clojure.contrib.seq-utils seem to give the
> same functionality.. any idea as to which one we r supposed to be using..

Not a clue. I get the feeling the situation with contrib and core is
kind of confused right now with version 1.3 of core now in prerelease
testing.

If I had to choose, I'd just pick the one with the more recent
modification date as probably more up to date than the other, but also
check everything to see if its now duplicated in core and use the
version in core if so.

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


Re: clojure.contrib.seq vs. clojure.contrib.seq-utils

2010-12-04 Thread Robert McIntyre
clojure.core.seq is preferred ---  from clojure.core.seq_utils.clj


;;; seq_utils.clj -- Sequence utilities for Clojure

;; by Stuart Sierra, http://stuartsierra.com/
;; last updated March 2, 2009

;; Copyright (c) Stuart Sierra, 2008. All rights reserved.  The use
;; and distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this
;; distribution.  By using this software in any fashion, you are
;; agreeing to be bound by the terms of this license.  You must not
;; remove this notice, or any other, from this software.


;; Change Log
;;
;; DEPRECATED in 1.2. Some functions promoted to clojure.core and some
;; moved to c.c.seq

--Robert McIntyre

On Sun, Dec 5, 2010 at 12:04 AM, Sunil S Nandihalli
 wrote:
> Hello everybody,
>  Both of clojure.contrib.seq and clojure.contrib.seq-utils seem to give the
> same functionality.. any idea as to which one we r supposed to be using..
> Sunil.
>
> --
> 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

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


clojure.contrib.seq vs. clojure.contrib.seq-utils

2010-12-04 Thread Sunil S Nandihalli
Hello everybody,
 Both of clojure.contrib.seq and clojure.contrib.seq-utils seem to give the
same functionality.. any idea as to which one we r supposed to be using..
Sunil.

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