WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

  1. IdeaLogging. See MarkupEngines.
  2. Broadly speaking, I suppose the semantics of poetry are essentially the semantics of human language. But the ''syntax'' seems to have special properties - linebreaks and so forth conveying structure.
  3. Here's a place where I'm glad I've spent some time programming, and some time failing to learn Latin. Both have given me a better idea of how available structure influences expression. Not unlike code, poems as written are full of meaningful whitespace and distinct but interrelated units of expression - units which might even map better to the idea of lines & blocks in code than they do to sentences and paragraphs in prose.
  4. There's a design goal for a markup language: Echo the expressive possibilities of poetry.
  5. ----
  6. Macro expansion is a giant swamp, isn't it?
  7. What about the idea of "environments"?
  8. _ {
  9. alias: italics
  10. end: self
  11. }
  12. * {
  13. alias: italics
  14. end: self
  15. }
  16. italics {
  17. }
  18. ...so on and so forth?
  19. It's late and I don't know what I'm on about.
  20. ----