factorial with tailcall
Posted to
tcl
by kbk at Mon May 04 14:30:21 GMT 2009
view raw
puts
[apply {{f a} {tailcall {*}
$f
$f
1
$a
}} {apply {{f a x} {
if
{
$x
== 0} {
set
a
}
else
{
tailcall {*}
$f
$f
[
expr
{
$a
*
$x
}] [
expr
{
$x
- 1}]
}
}}} 6]
Recent Posts
tcl by iobates
20 hours ago
tcl by mookie
3 days ago
tcl by sebres
5 days ago
tcl by iobates
22 days ago
tcl by iobates
22 days ago
tcl by iobates
22 days ago
tcl by FLORENTIS
26 days ago
tcl by Florentis
26 days ago
tcl by schelte
31 days ago
tcl by iobates
31 days ago
Submit
New paste
Documentation
From Jabber