Fact checking for my talk
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat Aug 13 08:51:18 PDT 2016
On 13/08/16 14:47, Ethan Watson wrote:
> So I fly to Cologne tomorrow morning, and will be presenting on Tuesday.
> Got my talk written, gave it a dry run at the office and got feedback on
> it. Seems to be in a good spot.
>
> But before I go up and feature compare to other languages, it'll be a
> good idea to get my facts right.
>
> -----------------------------|---------+---------+---------|
> Compile time reflection | N | N | N |
> -----------------------------|---------+---------+---------|
> CTFE | N | N | N |
> -----------------------------|---------+---------+---------|
It would be interesting to here what's the view of macros in Rust when
it comes to CTFE and compile time reflection. Macros evaluate at compile
time and to be usable they need to support compile time reflection.
Or are macros consider something different?
> -----------------------------|---------+---------+---------|
> Deep function inspection | N | N | N |
> -----------------------------|---------+---------+---------|
What is "Deep function inspection"?
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list