I'm a web developer, and use mainly OpenBD (http://openbd.org/) (A ColdFusion Engine), at one point I heard a rumor that back in the olden days, when the ColdFusion engine was written in C/C++, you could run it on the commandline, useful for running scripts and whatnot.
Today, CFML engines tend to be Java (OpenBD, Railo and Lucee are Java, no idea what Adobes engine runs on), so I was wondering if I could create some form of bridge.
While only a limited number of people will have any use for this, it's a neat example of what one can do with Nim and a little "I wonder if I could---"
The bridge lets you run single commands on the command line, multiple lines in a multi-line mode, and even trigger CFML files.
Thanks!
It seemed like a decent project to learn on.
No idea how to make a nimble package, never looked into it. Maybe good for next project :)