On Sat, Jul 19, 2014 at 2:47 AM, Offray Vladimir Luna Cárdenas <[email protected]> wrote: > The first idea that comes to mind is using STON for storage nodes and tree > information, so I can interchange it with the flatland files world and keep > it readable. Sounds that reasonable?
without more information, it is hard to stay. Try with STON and change if that does not work :-). We have XML and JSON generators as well. > The second thing I would like to do is to add pandoc's markdown inside > comments, but I don't like the syntax of comments in Smalltalk because > single quotes are fairly easy to find in light markup language like > markdown. Is difficult to change it to create something more like python > (with """) or Lua (with -[]- )? There is only one syntax for comments in Pharo. Instead of Markdown, you might want to have a look at Pillar which is implemented in Pharo and can generate Markdown (and html, and pdf) : https://github.com/pillar-markup/pillar-documentation/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
