Skip to content

Instantly share code, notes, and snippets.

View a13's full-sized avatar
🌲
🍺

D.K. a13

🌲
🍺
  • Belgrade, Serbia
View GitHub Profile
@natema
natema / .XCompose
Created March 30, 2020 11:15
Unicode emoticons for Compose key
include "%L"
# Emoji
# http://unicode.org/emoji/charts/full-emoji-list.html
<Multi_key> <colon> <colon> <D> : "πŸ˜€"
<Multi_key> <colon> <x> <D> : "😁"
<Multi_key> <colon> <l> <o> <l> : "πŸ˜‚"
<Multi_key> <colon> <r> <o> <f> : "🀣"
<Multi_key> <colon> <colon> <d> : "πŸ˜ƒ"
@ssrihari
ssrihari / clojure-learning-list.md
Last active May 14, 2025 09:38
An opinionated list of excellent Clojure learning materials

An opinionated list of excellent Clojure learning materials

These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.

  • πŸ”΄ Mandatory (for both beginners and intermediates)
  • 🟩 For beginners
  • 🟨 For intermediates

Table of contents

  1. Getting into the language