Apache Thrift
-
Updated
Aug 17, 2021 - C++
{{ message }}
D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
Apache Thrift
dmd D Programming Language compiler
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
The standard library of the D programming language
Low level runtime library for the D programming language
E.g. dub add-path "C:\Dev\" from cmd.exe leads to an entry in local-packages.json like this:
{
"name": "*",
"path": "C:\\Dev\""
},note the trailing single \ and extra "
This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
The D Completion Daemon is an auto-complete program for the D programming language
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
Fully featured D language extension for Visual Studio Code using Serve-D
Hello,
I am trying to call the fftw3 library using dpp however there is an issue with type translation in particular with function definitions. Within the C library mentioned, consider the function fftw_plan_dft_1d, within the library documentation the type signature is:
fftw_plan fftw_plan_
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Build system in D, Python, Ruby, Javascript or Lua
dlang http client library inspired by python-requests
Advanced unit test framework for D
Containers backed by std.experimental.allocator
std.mathwas split into a package with v2.097. This might imply that some little helpers (isNaNetc.) aren't inlined any longer without LTO (incl. Phobos), thus reducing performance of some math functions.