Both function and value
Perhaps my favourite discovery in JavaScript was that functions may have another value when it is evaluated without calling. Manipulating .valueOf or .toString makes for fun but somewhat unreadable code...
Read morePerhaps my favourite discovery in JavaScript was that functions may have another value when it is evaluated without calling. Manipulating .valueOf or .toString makes for fun but somewhat unreadable code...
Read moreI have made a lambda calculus to javascript converter and visualizer. The converter is finished, but the visualizer lacks the polish necessary for me to publish it. Both λ and...
Read more