Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
iterate
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • iterate
  • iterate
  • Issues
  • #5

Closed
Open
Opened Nov 05, 2020 by Philipp Marek@pmarek

Please make ITERATE easy to use with CL-WHO

It would be great if ITERATE could be used together with CL-WHO.

Currently ITERATE croaks about the macrolet CL-WHO:HTM:

(cl-who:with-html-output (*standard-output*)
  (iterate (for a in '(1 2 3))
        (cl-who:htm
                (:div (cl-who:str a)))))
;   Iterate does not know how to handle the special form (MACROLET ((CL-WHO:HTM ...
;   It will not be walked, which means that Iterate clauses inside it will not be seen.

As this only applies when both CL-WHO and ITERATE are loaded, I guess the easiest way of packaging would be to have an ITERATE+CL-WHO asdf system that depends on both.

Thanks a lot!

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iterate/iterate#5