early alpha of D REPL

Martin Nowak code at dawg.eu
Mon Feb 10 20:46:41 PST 2014


Barely running but already fun and a little useful.

Example:

D> import std.algorithm, std.array, std.file;
=> std
D> auto name(T)(T t) {
  |     return t.name;
  | }
=> name
D> dirEntries(".", SpanMode.depth).map!name.join(", ")
=> ./drepl_sandbox
D>

https://github.com/MartinNowak/drepl
http://drepl.dawg.eu/



More information about the Digitalmars-d-announce mailing list