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 mookie
2 days ago
tcl by cgm
2 days ago
tcl by cgm
2 days ago
tcl by mookie
2 days ago
tcl by mookie
4 days ago
tcl by mookie
4 days ago
tcl by mookie
6 days ago
tcl by oldlaptop
9 days ago
tcl by mookie
49 days ago
tcl by oldlaptop
54 days ago
Submit
New paste
Documentation
From Jabber