Tag: clojure
-
Early/mid 2014 update – we’re hiring
Whoa, a few months have gone by really fast here. Hi world. Guess I should post an update. Been hard at work as usual at Front Row, it’s been very interesting to watch our numbers go up at a staggering pace while the # of people supporting the project stays the same. Really makes you […]
-
Clojure’s instaparse TI-style math interpreter
There aren’t too many examples of Clojure’s instaparse use out there, so if you’re working on parsing a little language of your own, I hope this might come in handy. I’ve been working on a little interpreter for some internal stuff part of the Front Row stack, mainly for validating student answers in the more […]
-
Correct Content-Type of static assets in Ring apps
If you’re thinking of serving assets from a Clojure Ring app, then you should be aware of an interesting quirk of one of the core pieces of Ring middleware: wrap-file-info. This middleware is used to automatically detect the file type based on extension and inject the corresponding Content-Type header into the HTTP response. Now, when developing […]