I hereby claim:
- I am gstamp on github.
- I am gstamp (https://keybase.io/gstamp) on keybase.
- I have a public key whose fingerprint is 7583 DD23 A818 E89C F0DF 8D58 CFBE 70F4 A44E 018E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(ns poker.core | |
(:require [clojure.string :as str]) | |
(:gen-class)) | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;; Helpers | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
(defn value [card] | |
(and card |
You're probably here because you've been invite to play on the TPPI minecraft server. This server is currently running at an undisclosed location through the power of the NBN.
To play you'll need to do the following:
#! /bin/sh | |
git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(authorname) %(refname:short)' | head |
(setq testing " | |
(bracket on first column highlighted as red | |
") |
(defmacro foo [] | |
`(defn bar [p#] (println "hi" ~@(list 1 2 p#)))) | |
;; Results in: Unable to resolve symbol: p# in this context | |
;; How do I reference p#? |