|
|
|
@ -2179,11 +2179,18 @@ |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
(defn get-rust-formatters [s] |
|
|
|
(defn get-rust-formatters [s] |
|
|
|
|
|
|
|
(println s) (flush) |
|
|
|
(map last (re-seq #"\{:?(.\d)?\}" s)) |
|
|
|
(map last (re-seq #"\{:?(.\d)?\}" s)) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
(defn convertir-formato-impresion [args] |
|
|
|
(defn convertir-formato-impresion [args] |
|
|
|
args |
|
|
|
(let [clojure-fspecifiers ( |
|
|
|
|
|
|
|
map |
|
|
|
|
|
|
|
especificador-formato |
|
|
|
|
|
|
|
(rest args) |
|
|
|
|
|
|
|
(get-rust-formatters (first args)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
] args) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
|