2 posts with tag "javascript"

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 more

Lambda CalculuJS

I 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