11 results for “topic:tail-calls”
A Delightfully Diminutive Lisp. Implemented in < 1 KB of JavaScript with JSON source, macros, tail-calls, JS interop, error-handling, and more.
Fast explicit tail calls. In today's JavaScript!
lightweight mutual tail recursion optimization without trampoline
A console based application to calculate factorial using Tail-Call-Optimisation.
Trampolining library.
Demonstrating some ECMA Script 6 (es6) features
Useful JS snippets
A babel plugin for performing tail call optimization in recursive functions
eBPF tail call example with libbpf with XDP(eXpress Data Path)
Program to give the no of days between 2 dates; done using both loops and recursion
A Babel plugin that marks CallExpression AST nodes which are tail calls and/or proper tail calls.