Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I iterate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • iterate
  • iterate
  • Issues
  • #5
Closed
Open
Issue created 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
Time tracking