Viewing profile — biotronic
biotronic
HN member- Joined
- Thu, Mar 17, 2011, 11:51 AM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About biotronic
No profile information was provided.
Recent public activity
-
comment
Comment #23649518
You're right - thank you for this constructive criticism. The post was originally written as a DIP (D Improvement Proposal), and arguably suffers a little because of that.
-
comment
Comment #22431717
Since Cython compiles to C++, it can use C++ templates directly, without the need for creating aliases to the specific instantiations you're gonna use. As far as I understand, you'…
-
comment
Comment #22189627
Walter got a bit confused here - what he's describing is the owner/borrow system he's proposed to compete with Rust. This is unrelated to named parameters.
-
comment
Comment #22178434
Both your convenience function and the quotes in the type name can be removed via the use of static opDispatch: struct FlagImpl(string name) { bool value; alias value this; } struc…
-
comment
Comment #14610549
Humans started out with only one very limited language, then spread out to cover the world, and new languages flourished. As technology progressed and the world became smaller, hav…
-
comment
Comment #14610429
> if your "library" is all templates, it's not a library TIL STL is not a library.
-
comment
Comment #14605186
https://dlang.org/spec/cpp_interface.html#cpp-templates You will need to recreate the C++ function definitions in D and mark them extern(C++), but that's about it.
-
comment
Comment #14593389
The spec says the GC may move, though the current GC doesn't do that: https://dlang.org/spec/garbage.html#obj_pinning_and_gc There's also been some work on a precise GC for D: http…
-
comment
Comment #7504049
> Is there a way in D to check at compile time if a type is a POD type ? http://dlang.org/phobos/std_traits#hasElaborateDestructor I believe this is what you're looking for. Mayhap…
-
comment
Comment #4360385
'School in my opinion is an abstraction that isn't necessary anymore. A relic of the industrial age, when information was sparse and communities were largely illiterate.' While thi…
-
comment
Comment #2335803
Oh, it's much worse than that. Not only would the original be the father, it would also be the same person. Hence, the original could be tried for any and every crime the clone com…