Skip to content

Instantly share code, notes, and snippets.

View andrewvida's full-sized avatar

Andrew Vida andrewvida

View GitHub Profile

[CARD#] Card Description

Card: Card

What

Included:

  • List description of files here and what they do

Keybase proof

I hereby claim:

  • I am andrewvida on github.
  • I am andrewvida (https://keybase.io/andrewvida) on keybase.
  • I have a public key whose fingerprint is D65B 1BEB FEA3 2000 5C27 D7FA 1253 A0DC A03B 1538

To claim this, I am signing this object:

@andrewvida
andrewvida / clojure_notes.md
Last active December 29, 2015 03:08
Clojure notes

Nuggets of Clojure

Data Structures

Core data structures are immutable

  • Numbers

    43
@andrewvida
andrewvida / clojure_learning.md
Last active December 29, 2015 00:38
Clojure Learning Resources

Getting Started Guide

4clojure - resource to help fledgling clojurians learn the language through interactive problems

  • Follow some of the top peoples on 4clojure. You can then see their solution after you've solved it. This helps find new fns and more idiomatic ways of solving functional problems.

ClojureDocs - community-powered documentation and examples repository

Clojure Guides - documentation and examples from the Clojure Documentation Team

Clojure Koans - exercises meant to initiate you to the language