If I run the following in DrRacket:

    #lang pollen
    
    ◊(define-meta title (string-titlecase "hello there"))

    The title is ◊select-from-metas['title metas]. Or 
◊string-titlecase{hello there}

The output is

    The title is '(string-titlecase "hello there"). Or Hello There.

I would have expected define-meta to take the result of the expression 
rather than quoting it. Is there a way to define a meta in terms of an 
expression result?

I don’t have a use for this right now, just curious.

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to