Dlang

Open-source projects categorized as Dlang

Top 23 Dlang Open-Source Projects

  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Project mention: Ask HN: Which books/resources to understand modern Assembler? | news.ycombinator.com | 2024-04-21
  • tilix

    A tiling terminal emulator for Linux using GTK+ 3

  • Project mention: MRSK: Deploy Web Apps Anywhere | news.ycombinator.com | 2023-04-29

    A terminal had to change the name from Terminix to Tilix due to trademark issues, even though one is a terminal and the other is a pest killer.

    https://github.com/gnunn1/tilix/issues/815

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • onedrive

    Free Client for OneDrive on Linux (by skilion)

  • dmd

    dmd D Programming Language compiler

  • Project mention: D2 Playground | news.ycombinator.com | 2024-03-23
  • faust

    Functional programming language for signal processing and sound synthesis (by grame-cncm)

  • Project mention: My Sixth Year as a Bootstrapped Founder | news.ycombinator.com | 2024-02-16

    Glicol looks very cool! Also check out Faust if you haven't (https://faust.grame.fr), another FP sound programming language.

  • tsv-utils

    eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.

  • Project mention: Frawk: An efficient Awk-like programming language. (2021) | news.ycombinator.com | 2024-04-21

    If you need just csv/tsv parsing, you can also take a look at https://github.com/eBay/tsv-utils

  • phobos

    The standard library of the D programming language (by dlang)

  • Project mention: Non-code contributions are the secret to open source success | news.ycombinator.com | 2024-02-13

    Unit-tests are built into the language, as is comment-based documentation—put those two together and you get unit-tests as documentation examples built into the language; all it takes is to put a documentation comment (which can be blank) right before a `unittest` block after a declaration.

    E.g. the examples for the D standard-library's `curry` function are just unit-tests: the docs: https://dlang.org/phobos/std_functional.html#quickindex.curr... the code: https://github.com/dlang/phobos/blob/42b8c65ccfd35c863f7cedf...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ldc

    The LLVM-based D Compiler.

  • Project mention: Ask HN: Who is using the D language and likes/doesn't like it? Why? | news.ycombinator.com | 2023-09-23

    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

  • wasm4

    Build retro games using WebAssembly for a fantasy console.

  • Project mention: WASM Instructions | news.ycombinator.com | 2024-02-18

    Related:

    A fast Pascal (Delphi) WebAssembly interpreter:

    https://github.com/marat1961/wasm

    WASM-4:

    https://github.com/aduros/wasm4

    Curated list of awesome things regarding WebAssembly (wasm) ecosystem:

    https://github.com/mbasso/awesome-wasm

    Also, it would be nice if there was a WASM (soft) CPU for QEMU, which (if it existed!) would go here:

    https://github.com/qemu/qemu/tree/master/target

  • awesome-d

    A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.

  • Project mention: Awesome D: Curated list of Dlang documents, frameworks, libraries and software | news.ycombinator.com | 2024-01-23
  • DCD

    The D Completion Daemon is an auto-complete program for the D programming language

  • Project mention: D Programming Language | news.ycombinator.com | 2023-12-03

    This plugin has been worked on and the issue could have been fixed by now. I rarely used VSCode for D because the language doesn're really need an IDE support like Java or Scala. But I do agree that for beginners and IDE support is important. I use vim with DCD: https://github.com/dlang-community/DCD

  • dlang.org

    Pages for the dlang.org website, home of the D Programming Language

  • vox

    Vox language compiler. AOT / JIT / Linker. Zero dependencies

  • Project mention: The Styx Programming Language | news.ycombinator.com | 2023-07-07
  • intellij-dlanguage

    Intellij Plugin for the D Programming Language

  • AnotherCraft

    A Minecraft clone demo (master thesis)

  • dpp

    Directly include C headers in D source code (by atilaneves)

  • spasm

    Write single page applications in D that compile to webassembly

  • dfmt

    Dfmt is a formatter for D source code

  • reggae

    Build system in D, Python, Ruby, Javascript or Lua

  • voxelman

    Plugin-based client-server voxel game engine written in D language (by MrSmith33)

  • trash-d

    A near drop-in replacement for rm that uses the trash bin. Written in D

  • Project mention: Some Useful Bash Aliases – Chuck Carroll | news.ycombinator.com | 2023-12-25
  • multiplix

    An operating system kernel for RISC-V and AArch64 SBCs

  • Project mention: Multiplix, operating system kernel for RISC-V and AArch64 SBCs | /r/hypeurls | 2023-09-01
  • tshare

    The fastest way to share your files on the web, for free

  • Project mention: tshare: sharing files from CLI, using transfer.sh | /r/commandline | 2023-10-09

    Website: https://github.com/trikko/tshare/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Dlang related posts

Index

What are some of the best open-source Dlang projects? This list will help you:

Project Stars
1 compiler-explorer 15,138
2 tilix 5,292
3 onedrive 3,999
4 dmd 2,888
5 faust 2,408
6 tsv-utils 1,396
7 phobos 1,169
8 ldc 1,156
9 wasm4 1,061
10 awesome-d 636
11 DCD 344
12 dlang.org 338
13 vox 326
14 intellij-dlanguage 325
15 AnotherCraft 239
16 dpp 227
17 spasm 218
18 dfmt 201
19 reggae 180
20 voxelman 123
21 trash-d 122
22 multiplix 122
23 tshare 108

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com