
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Clojure: Convert hash-maps key strings to keywords?
I'm pulling data from Redis using Aleph: (apply hash-map @(@r [:hgetall (key-medication id)])) Th... I'm pulling data from Redis using Aleph: (apply hash-map @(@r [:hgetall (key-medication id)])) The problem is this data comes back with strings for keys, for ex: ({"name" "Tylenol", "how" "instructions"}) When I need it to be: ({:name "Tylenol", :how "instructions}) I was previously creating a new map via: { :name (m "name"), :how (m "how")} But this is inefficient for a large amount of keys. If t
2016/01/26 リンク