Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Python like decorators in Javascript with pseudo operator overloading.

First thing, I would like to state that this is just a small experiment and should not be used for anything more than satisfying one's curiosity.

The script overwrites Function.prototype.valueOf. Something that shouldn't be done in any case.

This is an experiment continuing my implementation of nix like pipe syntax for JavaScript.

This small experiment allows you to use decorators with cool syntax like this:

+memoize
+function longCalculation() {
	...
}


+route("/user")
+function user() {
	
} 

You can read a bit more about the concept of fake operator overloading using valueOf on my other JS experiment: https://github.com/dzautner/jsPipe

About

Python like decorators in Javascript with pseudo operator overloading.

Resources

Stars

53 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages