a git repo and/or some
howto. After all I used to teach folks basics on MCUs with precisely
these chips (and then there are *duinos sold everywhere).
--
Dmitry Olshansky
build instructions in a wiki page there (to avoid
repeating it over personal emails and/or making a mail-list).
Just compare the current DMD/Phobos to the era prior to placing it on
GitHub :)
--
Dmitry Olshansky
into future). So I'd love to know how to fit D in there.
PC programmers have so many options to choose from, while on the MCUs
it's basically only C (really about 99.666%), C++ sometimes, sometimes
assembly - there are also things not worth mentioning like BASIC for
some AVR chips and that's about all...
4\/3!!
--
Dmitry Olshansky
all \S+@\S+ (rough "email") in 40Mb of
man-like text.
dmd: 5.48sec
gdc: 3.30sec
Cool, surely gone use it side by side with dmd.
P.S. Command line options:
dmd -O -release -noboundscheck
gdc -Ofast -frelease
--
Dmitry Olshansky
ntime/rt/dmain.d:1:
undefined reference to `_Dmodule_ref'
(a LOT of references to _Dmodule_ref)
Before I try to workaround this beast anyone have an idea what's wrong?
--
Dmitry Olshansky