Skip to content

grimradical/tableflisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tableflisp

Because desperate times call for desperate functions!

Quick start

Add the following line to your leiningen dependencies:

[tableflisp "0.1.0"]

Require tableflisp in your namespace header:

(ns example.core
  (:use [tableflisp.core]))

Usage

;; Friends don't let friends use the IBM JDK
(when (re-find #"IBM" (System/getProperty "java.vm.name"))
  (<╯°□°>╯︵┻━┻))

;; One processor? What decade is this?!
(when (= 1 (.availableProcessors (Runtime/getRuntime)))
  (<╯°□°>╯︵┻━┻))

;; FFFFFFFUUUUUUUUUUUU...
(try
  (apply str (concat (repeat 7 "F") (repeat "U")))
  (catch OutOfMemoryError e
    (<╯°□°>╯︵┻━┻)))

License

Copyright © 2013 ¯\(°_o)/¯

Distributed under the Eclipse Public License, the same as Clojure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages