Skip to content

mikera/clojure-golf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-golf

Code golfing in Clojure - for fans of obfuscated code and code golf

Motivation

The objective of code golf is to solve a problem with the smallest number of characters.

Clojure is an interesting language to use for code golf:

  • It is functional, which often provides the shortest conceptual solution
  • It has some impressive tricks that can enable some extremely compact code

This repository is a store of tips, tricks and examples for Clojure code golfing.

Disclaimer

If you use this kind of stuff in production code, it is your own fault.

About

Code golfing in Clojure - for fans of obfuscated code and code golf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors