X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=miscellaneous_lambda_challenges_and_advanced_topics.mdwn;fp=lambda_advanced.mdwn;h=6d78f0bc9852d79d98b4cc84776dd16118da320f;hp=8af2feb21f87dc40a8136d5ed7bb2d5ae357ae21;hb=77685f9344dbafc375eab33e0cba275b38e24491;hpb=26c3573cf9a10ce55c649fb80b2255d1fae9a323 diff --git a/lambda_advanced.mdwn b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn similarity index 99% rename from lambda_advanced.mdwn rename to miscellaneous_lambda_challenges_and_advanced_topics.mdwn index 8af2feb2..6d78f0bc 100644 --- a/lambda_advanced.mdwn +++ b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn @@ -1,5 +1,3 @@ -#Miscellaneous challenges and advanced topics, for untyped lambda calculus# - 1. How would you define an operation to reverse a list? (Don't peek at the [[lambda_library]]! Try to figure it out on your own.) Choose whichever implementation of list you like. Even then, there are various strategies you