dlang
D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
Here are 739 public repositories matching this topic...
A tiling terminal emulator for Linux using GTK+ 3
-
Updated
Aug 22, 2020 - D
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
-
Updated
Jul 11, 2020 - D
The standard library of the D programming language
-
Updated
Aug 30, 2020 - D
LLVM will soon support adding per-function attributes about available C library functions. We should add support for that, to solve issues like a memcpy implementation being replaced by a memcpy call: https://forum.dlang.org/thread/clptjumxigcozfcyhzzx@forum.dlang.org
Probably ldc.attributes.llvmAttrwill already work for this, but I think it'd be nice to have a more userfriendly attribute.
Som
A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
-
Updated
Jul 31, 2020 - D
Dart-lang
Language request for Dart.
The D Completion Daemon is an auto-complete program for the D programming language
-
Updated
Aug 27, 2020 - D
Tested on windows:
DCD cannot find import locations because some whitespace in location paths are not properly escaped.
Pages for the dlang.org website, home of the D Programming Language
-
Updated
Aug 17, 2020 - D
A Web framework for D Programming Language. Full-stack high-performance.
-
Updated
Aug 27, 2020 - D
Swiss-army knife for D source code
-
Updated
Aug 28, 2020 - D
Ncurses frontend
Is your feature request related to a problem? Please describe.
Yes. GUI is for children and CLI doesn't give me the launching capabilities.
Describe the solution you'd like
A non-gui/non-cli frontend
Describe alternatives you've considered
Ncurses
Additional context
None
The examples don't run on Travis right now because they fail - the older version of libclang there, even when installing the most recent one from apt, doesn't work the same way as libclang 6.0. The CI script should manually download the right libclang version, just like dstep does.
Math, allocators, I/O streams, image and audio processing for D
-
Updated
Aug 26, 2020 - D
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
-
Updated
Mar 31, 2020 - D
Build system in D, Python, Ruby, Javascript or Lua
-
Updated
Jun 11, 2020 - D
To prevent it accepting too many types.
It should only accept types that have a handle that decays to a JsHandle.
dlang http client library inspired by python-requests
-
Updated
Aug 17, 2020 - D
Advanced unit test framework for D
-
Updated
Aug 26, 2020 - D
A library for D that aims to provide the fastest possible implementation of some every day routines.
-
Updated
Jan 11, 2019 - D


Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther