-
DMD version 2.063 (dlang.org binary installer) on Windows 7.
This was hard to track down. You'll get a bunch of errors compiling with unittests in concurrency.d:
```
g:\Programs\dmd2\windows\bin\.…
dymk updated
11 years ago
-
Instruct students how to fork, clone and work with their fork of the git repository.
Use cygwin + mintty for that, so that we can assume that the workflow isn't different from how git is used in most…
-
Redis is a very fast key-value cache server more specifically designed for session data. Implementing it as a SessionStore I think would give us the following advantages in vibe.d:
- Persist session d…
-
$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
$ gem list
**\* LOCAL GEMS ***
eventmachine (0.12.10)
eventually (0.1.1)
ffi (1.1.5)
ffi-rzmq (0.9.6)
json_pure (1.7.5)
protob…