Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Dmd Alternatives
Similar projects and alternatives to dmd
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
-
carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
-
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
bflat
C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
-
-
-
-
-
Killed by Google
Part guillotine, part graveyard for Google's doomed apps, services, and hardware.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dmd reviews and mentions
- D Programming Language
- Berry is a ultra-lightweight dynamically typed embedded scripting language
-
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
- Small Joys with Odin
-
Red Programming Language
You are both right it seems. GP seems to have omitted withour GC. Number one on your list could be Dlang no? Not affiliated.
-
Is there a type-theoretical difference between generics and compile-time metaprogramming?
Check out D. It has Turing-Complete templates with specialised static if, static foreach, version, and debug constructs, all as statements and declarations, as well as more general quasiquoting expressions and declarations with mixin (yes, that is the same as Ruby's, Python's or PHP's eval, but at compile-time; in fact you can import() files at compile-time too and write a compiler in user code that compiles those before mixing the result in, all invoked by the D compiler). Add to that CTFE and introspection interfaces, including user-defined Turing-Complete constraints.
- Ask HN: Is there a “simple C++” language trimmed down to something “modern”?
-
'Switch' and 'Computed Goto'
According to dlang.org, D declarations go right to left:
- Youtube-dl Hosting Ban Paves the Way to Privatized Censorship
-
Why is dmd not packaged in ubuntu or debian?
dmd is BSL licensed for a while now.
-
A note from our sponsor - Onboard AI
getonboard.dev | 6 Dec 2023
Stats
dlang/dmd is an open source project licensed under Boost Software License 1.0 which is an OSI approved license.
The primary programming language of dmd is D.