More links about Clojure programming languages:
Event-Driven Programming in Clojure
http://www.infoq.com/presentations/Event-Driven-Programming-in-Clojure
Beginning with Clojure
http://clojurelx.blogspot.com/2012/01/beginning-with-clojure.html
The Making of Typkov
http://www.youtube.com/watch?v=uTwnoZEw7FE&feature=youtu.be
Build a little webapp in Clojure/Noir from scratch
Clojure GUI Demo of Planetary Orbitals
http://juliangamble.com/blog/2012/01/23/clojure-gui-demo-of-planetary-orbitals/
Metaweblog API
https://github.com/brehaut/necessary-evil/wiki/Metaweblog-API
Backlog: Ola Bini on Clojure/conj
http://www.leonardoborges.com/writings/2012/01/22/backlog-ola-bini-on-clojure-conj/
Why Jark
http://icylisper.in/jark/
Startup time of the Java Virtual Machine(JVM) is quite slow and thereby command-line applications on the JVM are sluggish and very painful to use. Jark is an attempt to run a persistent JVM daemon and provide a set of utilities to interact with it.
All Your HBase Are Belong to Clojure
http://twitch.nervestaple.com/2012/01/12/clojure-hbase/
Introducing ClojureScript One
http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html
Here at Relevance, we spent some time recently looking at the ClojureScript experience. We were specifically concerned with finding the pain points in ClojureScript development. To make the experience as real as possible, we chose to rewrite a client application which had been written in CoffeeScript.
ClojureScript One
http://clojurescriptone.com/
ClojureScript One shows you how to use ClojureScript to build single-page, single-language applications in a productive, effective and fun way.
Object-oriented Clojure
http://css.dzone.com/articles/object-oriented-clojure
Web application in Clojure: the starting poin
http://css.dzone.com/articles/web-application-clojure
Some Thoughts on Classes After 18 Months of Clojure
http://vimeo.com/34522837
Create a basic web application in clojure
http://www.agilogy.com/blog/create-a-basic-web-application-in-clojure.html
fogus / fojure
https://github.com/fogus/fojure
a dumb little fp language written in Clojure
Immutant
http://immutant.org/
Immutant is an application server for Clojure built on top of JBoss AS7. It is a new project, but we already support Ring handlers and asynchronous messaging, and we are working on additional features.
My Clojure Adventure
http://www.myclojureadventure.com/
ClojureCLR
http://clojureclr.blogspot.com/
Getting Started with Clojure-clr
http://www.myclojureadventure.com/2011/10/getting-started-with-clojure-clr.html
roman / clj-stream
https://github.com/roman/clj-stream
Oleg’s Iteratees in Clojure
Road-map – or n+1 steps to enlightenment (or loonybind)
http://clojurelx.blogspot.com/2011/11/road-map-or-n1-steps-to-enlightenment.html
geoffsalmon / bytebuffer
https://github.com/geoffsalmon/bytebuffer
Clojure lib for packing and unpacking binary data using a java.util.ByteBuffer
Survey says: viability is number one
http://clojureclr.blogspot.com/2011/11/survey-says-viability-is-number-one.html
ClojureCLR has a new home
http://clojureclr.blogspot.com/2011/11/clojureclr-has-new-home.html
Clojure
http://groups.google.com/group/clojure/msg/d52aff66b951b460?pli=1
What is a multimethod?
http://krisjordan.com/multimethod-js
4Clojure
http://www.4clojure.com/
4Clojure is a resource to help fledgling clojurians learn the language through interactive problems. The first few problems are easy enough that even someone with no prior experience should find the learning curve forgiving.
Testing Storm Topologies (in Clojure)
http://www.pixelmachine.org/2011/12/17/Testing-Storm-Topologies.html
Maven Settings and Repositories
http://dev.clojure.org/display/doc/Maven+Settings+and+Repositories
dmansen / boggle
https://github.com/dmansen/boggle
A boggle solver, in clojure
Fractals in Clojure – Distributed Buddhabrot Fractal Using ClojureScript
http://nakkaya.com/2011/12/15/fractals-in-clojure-distributed-buddhabrot-fractal-using-clojurescript/
marick / Midje
https://github.com/marick/Midje
Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
The Barbarians are at the Gates
http://blog.8thlight.com/uncle-bob/2011/12/11/The-Barbarians-are-at-the-Gates.html
By @unclebob
(take 6 carin-meier)
http://clojure.com/blog/2011/12/12/take6-carin-meier.html
Carin Meier is a veteran of the Clojure Conj scene having attended both installments and a true asset to both the Ruby and Clojure communities.
Tips for using marginalia
http://www.lispcast.com/tips-for-marginalia
Converting Command Line String Integers To Integers
http://drknucklehead.wordpress.com/2011/12/08/converting-command-line-string-integers-to-integers/
bitsai / clojure-actors
https://github.com/bitsai/clojure-actors
Actors implemented on top of Clojure agents
Erlang style actors implemented using clojure agents
https://github.com/bertschi/clojure-stuff/blob/master/src/stuff/actors.clj
stathissideris / clarity
https://github.com/stathissideris/clarity
A wrapper for Swing aiming to provide more concise syntax and extra functionality. Still in heavy development, syntax may change radically.
Introducing Clarity: Swing application development for Clojure
http://skillsmatter.com/podcast/scala/lightening-talk-clarity-a-wrapper-for-swing
A Refreshed View on Community : Clojure Conj 2011
http://www.uiandtherest.com/ui/index.php/2011/11/11/a-refreshed-view-on-community-clojure-conj-2011/
Clojure: STMs vs Locks
http://www.azulsystems.com/blog/cliff/2008-05-27-clojure-stms-vs-locks
Clojure for dummies: a kata
http://java.dzone.com/articles/clojure-dummies-kata-0
Introducing Avout: Distributed State in Clojure
http://clojure.com/blog/2011/11/29/avout.html
The Clojure Community and Me
http://blog.raynes.me/blog/2011/11/27/the-clojure-community-and-me/
Clojure’s protocols influences?
http://stackoverflow.com/questions/3682011/clojures-protocols-influences
Evangelizing Clojure
http://rhebus.posterous.com/79870335
My Links
http://delicious.com/ajlopez/clojure
More links about Clojure, Lisp, Functional Programming and Languages are coming.
Keep tuned!
Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez
[...] by Clojure: Links, News And Resources (4) « Angel “Java” Lopez on Blog — February 22, 2012 @ 4:02 pm [...]
Pingback by Clojure: Links, News and Resources (3) « Angel “Java” Lopez on Blog — February 22, 2012 @ 4:04 pm
[...] Previous Post [...]
Pingback by Clojure: Links, News And Resources (5) « Angel “Java” Lopez on Blog — March 21, 2012 @ 8:31 pm