www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Tagged Scriptlike release: v0.7.0

Scriptlike: A utility library to aid in writing script-like programs in D.

https://github.com/Abscissa/scriptlike
http://code.dlang.org/packages/scriptlike

Two things in this v0.7.0 release:

- Easy input-prompting module "scriptlike.interact", by Jesse Phillips. 
This has actually been in master for quite some time, but now it's part 
of a tagged release. Docs: http://semitwist.com/scriptlike/interact.html

- Fixed: The unittests failed to compile on DMD 2.067.0

Early heads-up warning: While scriptlike currently supports DMDs as 
early as 2.064.2, I will likely be increasing the minimum supported DMD 
up to 2.066.0 between now and the next release, due to increasing 
reliance on the newer parts of std.process (which prior to 2.066.0 had 
"paths with spaces" problems on Windows, which I was previously able to 
work around using the outdated system() function).
Apr 02 2015