Hugo Corbucci's Blog

Showing all posts tagged #clojure:


Developing clojure

Posted on April 8th, 2016

As part of work, I ended up having to learn and use clojure for something more than my pet projects. I have to say it grows on me every time. Ring and compojure make it quite pleasant to develop web applications. The smallest example of a ring web application I could come up with was the following:


My first Clojure project

Posted on January 28th, 2015

As part of a game I’m working on with a friend from college, we needed a server that could receive and send messages to multiple players taking part of one shared game. My very first idea was to go with Rails as it is my default framework of choice to start a quick web project with. However, Rails is single threaded and, although there are web servers that will allow you to start up multiple instances of your Rails application to serve multiple...