Jonathan Tran
|
Registered User
|
Metaprogrammer
|
|
Oct 12 |
awarded | ● Good Answer |
|
Oct 7 |
awarded | ● Nice Answer |
|
Sep 30 |
comment |
What are the essentials that every programming language must have? I think silky is referring to the [Y combinator](en.wikipedia.org/wiki/Y_combinator). You can implement recursion without recursion being primitive. |
|
Sep 30 |
comment |
What are the essentials that every programming language must have? ... or NOR. Both NAND and NOR are universal in this way. |
|
Sep 17 |
awarded | ● Yearling |
|
Aug 24 |
comment |
Calculating the Moving Average of a List As Daniel said, after the call to each recur returns, there is nothing left to do. The "stack frame" is no longer needed, and the loop variables can be re-bound. recur is a special construct in Clojure; the compiler actually checks that it is in a tail position. |
|
Aug 24 |
answered | Calculating the Moving Average of a List |
|
Aug 10 |
awarded | ● Favorite Question |
|
Aug 5 |
awarded | ● Popular Question |
|
Jul 6 |
awarded | ● Nice Answer |
