Creating a recursive lambda procedure using Scheme. The recursive procedure is passed as an argument to itself and another procedure is used as a helper to call the main recursive procedure.
Computer Science learning blog
Creating a recursive lambda procedure using Scheme. The recursive procedure is passed as an argument to itself and another procedure is used as a helper to call the main recursive procedure.
How the mentoring feature of exercism differentiates it from other coding challenge sites and can help you improve your coding skills.