Julia Study Notes

Getting Started Julia REPL: julia In Julia REPL, expressions are evaluated immediately. Only those without trailing semicolon is shown. Whether or not the results are shown, a special variable ans is always bounded to the value of the...

November 18, 2014

CoffeeScript Study Notes

This is my study note after reading CoffeeScript: Accelerated JavaScript Development. Only the most important points that I’m not familiar with are recorded, with some minor changes in the order. Functions, scope, and context function definination: ->...

November 17, 2014

CoffeScript Quick On

This is a note from the lucid tutorial Essence of CoffeeScript to get a quick glance of CoffeeScript. The headings and examples are taken from there, but I added some thing I think worth mentioning. Key Fundamentals

November 13, 2014

When CoffeeScript Meets JQuery

This is a note from Stefan Buhrmester’s blog “How CoffeeScript makes jQuery more fun than ever” which offers an interesting guide through the beauty of both CoffeeScript and JQuery. While the outline of the content and most of the...

November 13, 2014