Another idea - MD generator

new topic     » topic index » view thread      » older message » newer message

So I was reading up on FORTH implementations. I came across Konilo. That led me to RetroForth and that led me to Unu, a simple format allowing mixing of code, commentary, and tests within a source file.

That got me thinking about another way of writing Euphoria. A file extension of .exd (if that already exists, choose something else). A file in markdown format with Euphoria code marked with

```eui 
? "Hello World" 
``` 
and possibly tests with
```eutest 
``` 
When the file is evaluated, an MD file is generated with the Euphoria codeblocks evaluated and the results embedded.

It occurs to me this would make report-writing a bit easier for those referring to changeable web resources like stocks.

-Bruce

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu