DL
вложенный convert может пересчитать тебе что угодно через что угодно
Size: a a a
DL
A
DL
A
DL
A
A
DL
DL
(def rates
(let [base-rates {:usd 1
:rur 0.012}]
(assoc base-rates :eur ...)))
A
DL
DL
A
(def EXTRA (transient {'USD 1,
'RUB RUB}))
(defn get-price [item]
(let [{:keys [figi currency]} item
currency-cost (get EXTRA (symbol currency))
price (figi->price figi)]
(* price currency-cost)))
(assoc! EXTRA 'EUR (get-price (get FIGI "EUR_RUB__TOM")))
DL
A
DL
DL
A
¥
exwm-input-global-keys
, но в итоге получаюWarning (emacs): Key unavailable: <s-left>
Warning (emacs): Key unavailable: <s-right>
Warning (emacs): Key unavailable: <s-up>
Warning (emacs): Key unavailable: <s-down>