LakTEK · Dec 21, 2011
Sugarless - A Functional & Context Oriented way to write JavaScript
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
Fundamentally, JavaScript is a functional programming language. It's built with the concepts of higher-order functions, closures and lazy evaluations. It also has objects with protoypal inheritance. Unlike in Object Oriented languages, JavaScript's objects don't have methods. Instead, JavaScript executes functions in context of objects. When you call this inside a function it returns the reference…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.