Hacker News new | ask | show | jobs
by edotrajan 2150 days ago
does anyone know what language is used and how to replicate it via open source ?
1 comments

It's just JavaScript. Looking at the requests made in the browser's inspector, most of the code is in http://weavesilk.com/js/site.js
It's made in Coffeescript, actually.