DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

CS > ComputerScience > CVS > CallByReferenceOrValue > CallingPythonProfilersFromCommandLine > CaptainCrunch > JohnDraper > CategoriesAndTags > CharlesFGoldfarb > CharlesPetzold > CheckedExceptions > Exceptions > ClearType > ClojureBatteries > ClojureClr > ClojureGuerilla > ClojureIdomaticSnippetsClear Trail
Main /

Clojure Idomatic Snippets

Clojure
ClojureIdioms

Use partial

instead of
  (map #(replace-str script-root "" %) paths)
use partial:
  (map (partial replace-str script-root "") paths)

Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 14.07.2011 21:38 Uhr und seit 7. April 2005 150 aufgerufen.