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 apn
12 days ago
tcl by arjen
26 days ago
tcl by cgm
35 days ago
tcl by cgm
36 days ago
tcl by alan
43 days ago
tcl by mookie
65 days ago
tcl by mookie
65 days ago
tcl by mookie
65 days ago
tcl by schelte
67 days ago
tcl by oldlaptop
79 days ago
Submit
New paste
Documentation
From Jabber