CoffeeScript lazy singleton class instance function

Explanation

“@instance:” allows us to attach an object/value to the Foo class instead of Foo’s prototype. Recall that “@” in CoffeeScript refers to JavaScript’s “this”.

After “@instance:” there is a function that is immediately executed. This function returns a function, closed around a variable called instance. Both these functions have their context (their “this”) bound to the Foo object using CoffeeScript’s wonderful “define and bind” operator “=>” as opposed to the normal function definition operator “->”.

When called, the function that “@instance” ends up referring to simply checks to see if the “instance” variable is empty and if so, assigns a new instance of Foo to it. Newing up a Foo is done using the “@” symbol since the function’s “this” refers to the Foo object. It then returns the instance.

Output

The CoffeeScript above compiles down to this:

23,235 thoughts on “CoffeeScript lazy singleton class instance function

  1. Hi there! This blog post could not be written much better!
    Reading through this article reminds me of my previous roommate!

    He constantly kept preaching about this. I will forward this post to
    him. Pretty sure he will have a good read. I appreciate you for sharing!

  2. Hmm it appears like your site ate my first comment (it was super
    long) so I guess I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your
    blog. I too am an aspiring blog blogger but I’m still new to everything.
    Do you have any points for inexperienced blog writers? I’d genuinely appreciate it.

  3. Hello! Would you mind if I share your blog with my twitter group?
    There’s a lot of people that I think would really appreciate your content.
    Please let me know. Thank you

  4. Hi there everyone, it’s my first visit at this site, and piece of writing is really fruitful in favor of me, keep up posting these
    articles.

  5. Pretty section of content. I just stumbled upon your weblog and in accession capital to
    assert that I acquire actually enjoyed account
    your blog posts. Anyway I will be subscribing to your augment and even I achievement you access consistently rapidly.

  6. Hi, I do think this is an excellent web site. I stumbledupon it ;) I am going to come back yet again since i have
    bookmarked it. Money and freedom is the best way to change, may
    you be rich and continue to guide other people.