From b69812cc3fc5bbfbffd62845ac40785da67630c4 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 24 May 2018 17:13:24 -0400 Subject: [PATCH] Added a note about named let loops --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c093b7ab..c661d6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Features - Added support for complex numbers. - When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`. - +- Avoid inlining function calls into named let loops. ## 0.7.3 - May 7, 2018