Re: D Functional garden

2016-02-29 Thread asdf via Digitalmars-d-announce

On Monday, 29 February 2016 at 15:09:56 UTC, Seb wrote:
It contrast to Guillaume Piolat's d-idioms [1], all samples are 
valid code and automatically tested on every run - it is 
basically one big unittest suite. Moreover as you might tell 
from the name, it focuses mostly one a functional style within 
D.


Have a look yourself at:

https://garden.dlang.io

PS: This project is quite new, so contributions (ideas, 
snippets) are welcome ;-)


[1] https://p0nce.github.io/d-idioms/


Would it be good to have both getting-used-to-syntax and more 
effective-problem-solving as well? Then again if the snippets are 
realistic that would already be there.


Re: scone 0.1.0 super-alpha

2016-02-28 Thread asdf via Digitalmars-d-announce
On Sunday, 28 February 2016 at 17:50:38 UTC, Vladimirs Nordholm 
wrote:


Scone (Simple CONsole Engine) is a small library to make it 
easier for developers to make CLI applications efficiently 
(intentionally/originally for console games), cross-platform. 
(Please note that it is not fully cross-platform yet, currently 
only working properly on Windows).


Features:
* Efficient writing to the console/terminal
* Keyboard input (currently only Windows)


Yoyo,
vladde


The 7-Day Roguelike Challenge is coming up. 
http://7drl.org/2016/01/13/7drl-2016-announced-for-5-13-march/ 
Maybe someone could use this.