dextool
ldc
dextool | ldc | |
---|---|---|
1 | 10 | |
104 | 1,244 | |
1.9% | 1.3% | |
6.3 | 9.7 | |
24 days ago | 1 day ago | |
D | D | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dextool
-
Mutation Driven Testing: When TDD Just Isn’t Good Enough
re: absence of C++ tools
Have you looked at Mull[1] or Dextool[2]?
[1] https://github.com/mull-project/mull
[2] https://github.com/joakim-brannstrom/dextool/tree/master/plu...
ldc
-
Ask HN: Who is using the D language and likes/doesn't like it? Why?
D has 3 main compiler implementations. One, LDC, is based on LLVM: https://github.com/ldc-developers/ldc
GDC is based on GCC: https://github.com/D-Programming-GDC/gdc
DMD is stand-alone: https://github.com/dlang/dmd
- LDC 1.32.0 released
-
Next C compiler is a D compiler: Introducing DMD's ImportC
What I don't like about LDC, is you have to install the entire Visual Studio if you want a static build [1]. Contrast this with Go, Nim, Rust, Zig and others, that don't put this burden developers. Is DMD any different in this regard?
1. https://github.com/ldc-developers/ldc/issues/4047
-
RISC-V based Single Board Computers are getting there
Glad to hear that you'd like to try! You can report issues at https://github.com/felixonmars/archriscv-packages
ldc refers to the LLVM-based D Compiler: https://github.com/ldc-developers/ldc
-
I've had .net explained to me several times over the years. I still don't fully understand what it is.
Here is link number 1 - Previous text "ldc"
-
Interfacing D with C: Strings Part One
This benchmark puts it at the top near Racket and C++ using the ldc2 LLVM backend. C++ is still 50% faster though in this single case.
- Why do D builds are so heavy?
-
Has anyone successfully built LDC2 or other D compiler for iOS?
Apparently https://github.com/ldc-developers/ldc/releases
What are some alternatives?
dmd - dmd D Programming Language compiler
mutatest - Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.
vox - Vox language compiler. AOT / JIT / Linker. Zero dependencies
Drill - Search files without indexing, but fast crawling
druntime - Low level runtime library for the D programming language