Coffeescript, NodeJS and others
Pages
(Move to ...)
Home
Examples on GitHub
▼
11 Sept 2012
Interfaces, nested classes and inheritance
›
In one of my previous posts I said that interfaces in CoffeeScript can be written as usual classes and extended by other classes (if only yo...
1 comment:
6 Sept 2012
Just few words
›
I just want to tell two things. Firstly, I've create git repository for my examples. You can find them now at http://github.com/mariya...
Enums
›
Enums are the next problem in Java to CoffeeScript conversion. Let's see, how to write a enum in CoffeeScript. The first way is quite s...
5 Sept 2012
Nested classes
›
As I've already told in previous post, I need to use nested classes. The main problem is that nested classes in CoffeeScript behave not ...
Anonymous classes
›
I must apologise for the long silence. Every time I make a plan of what I want to tell about in some blog, I miss lots of things I could tel...
22 Mar 2012
Classes: introduction
›
First of all, I want to say several words about classes in CoffeeScript. In fact, any class here is just a map, where keys are field names a...
20 Mar 2012
Why?
›
Welcome dear reader! I open this blog to share my experience of programming on CoffeeScript with NodeJS and doing other things. As you ...
Home
View web version