viup VS dmd

Compare viup vs dmd and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
viup dmd
1 146
42 2,888
- 0.7%
0.0 9.9
4 months ago 3 days ago
HTML D
MIT License Boost Software License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

viup

Posts with mentions or reviews of viup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-04.
  • The V Programming Language Simple, fast, safe, compiled
    11 projects | news.ycombinator.com | 4 Jan 2022
    Yeah, I find the license on V UI to be a bit weird. Not understanding the logic behind it, as GPL is a definite way to cause massive headaches, drama, and confusion. GPL can give an unfriendly impression to those they probably could use help or support from.

    It's still the early stages of the library and the language, so maybe it won't turn into some kind of mess. Still, not seeing why they didn't at least go LGPL, like many other projects have done who went. Seems like LGPL would have been the right balance to prevent sending mixed or "warning" signals.

    There is also VIUP (https://github.com/kjlaw89/viup), which is a port of IUP. That's under the expected MIT license. So, it's not like more adventurous types can't go play with that.

dmd

Posts with mentions or reviews of dmd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-23.

What are some alternatives?

When comparing viup and dmd you can also consider the following projects:

v-mode - 🌻 An Emacs major mode for the V programming language.

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

nimdenter - A tool for people who don't like Nim's indentation-based syntax

ldc - The LLVM-based D Compiler.

v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

dextool - Suite of C/C++ tooling built on LLVM/Clang

Odin - Odin Programming Language

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

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).

Cargo - The Rust package manager

CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

minsk - This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.