cretz / software-ideas

88 stars 0 forks source link

Literate Scala via Macros #27

Open cretz opened 8 years ago

cretz commented 8 years ago
cretz commented 8 years ago

Meh, could just use comments, e.g. https://github.com/inca/circumflex/blob/a02b10c5bcd1d47a2dade8fd93638240451e7da1/docco/src/main/scala/docco.scala. Macros and multiline strings probably don't provide as much of a benefit as it does costs. Some discussion here on tut: https://github.com/tpolecat/tut/ issue 69 (removed link to avoid postback link). Specifically look at https://github.com/laughedelic/literator which is close.