Places where drop is being used : 
1. 
https://gist.github.com/ashishnegi/ef3c65182c09c154126b#file-shunting-algo-clj-L218
2. 
https://gist.github.com/ashishnegi/ef3c65182c09c154126b#file-shunting-algo-clj-L250
drop-while at more locations in code.
     On furthur thinking it looks like if they return lazy seq, and if they 
keep note of their last location, drop for vector and list should be same.

and 
  Map and two lists/stack problem
  Function MakeRemoveAndProcessArray   is my version using if else for the 
same.
 
https://gist.github.com/ashishnegi/ef3c65182c09c154126b#file-shunting-algo-clj-L205
  

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to