Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Python syntax in Lisp and Scheme
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="prunesquallor, post: 1731299"] So it'd be even *more* readable if every subexpression were named as well. Just write your code in A-normal form. I disagree. This: (map 'list (lambda (x) (+ x offset)) some-list) is clearer than this: (flet ((add-offset (x) (+ x offset))) (map 'list #'add-offset some-list)) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Python syntax in Lisp and Scheme
Top