Thread overview
scriptlike v0.9.3
Aug 19, 2015
Nick Sabalausky
Aug 20, 2015
biorelated
Aug 21, 2015
Nick Sabalausky
August 19, 2015
Minor update to scriptlike: Utility library to aid in writing script-like programs in D.

Homepage and features:
https://github.com/Abscissa/scriptlike

On DUB:
http://code.dlang.org/packages/scriptlike

API Reference:
http://semitwist.com/scriptlike

Full Changelog:
http://semitwist.com/scriptlike/changelog.html

New in v0.9.3:
- Fixed: #16: Access to standard Phobos function hampered: https://github.com/Abscissa/scriptlike/issues/16
- Enhancement: Support running unittests through DUB: "dub test"
- Enhancement: Uses travis-ci.org for continuous integration testing.
August 20, 2015
On Wednesday, 19 August 2015 at 22:08:26 UTC, Nick Sabalausky wrote:
> Minor update to scriptlike: Utility library to aid in writing script-like programs in D.
>
> Homepage and features:
> https://github.com/Abscissa/scriptlike
>
> On DUB:
> http://code.dlang.org/packages/scriptlike
>
> API Reference:
> http://semitwist.com/scriptlike
>
> Full Changelog:
> http://semitwist.com/scriptlike/changelog.html
>
> New in v0.9.3:
> - Fixed: #16: Access to standard Phobos function hampered: https://github.com/Abscissa/scriptlike/issues/16
> - Enhancement: Support running unittests through DUB: "dub test"
> - Enhancement: Uses travis-ci.org for continuous integration testing.

Many thanks!
But I wish it came with a couple of examples on usage in addition to the API.
:)

August 21, 2015
On 08/20/2015 05:44 PM, biorelated wrote:
>
> Many thanks!
> But I wish it came with a couple of examples on usage in addition to the
> API.
> :)
>

Yea, examples/tutorials for it are getting pretty high on my priority list for it. I want to do a blog posting or two as well.