til VS dmd

Compare til vs dmd and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
til dmd
1 146
56 2,888
- 0.3%
0.0 9.9
about 1 year ago 7 days ago
D D
- 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.

til

Posts with mentions or reviews of til. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-15.
  • TIL: Tcl-inspired command language on top of D
    2 projects | news.ycombinator.com | 15 May 2021
    > Kudos to the TIL's author for trailblazing this idea based on TCL. It will be very beneficial and handy for scripting commands and shell like behaviors.

    Thanks! I love the concept of "scripting" (that is a bit different from simply a "dynamic language"). I'm quite aware it's just "yet another programming language" but if I can dream of something is that it serves as some kind of incentive for people to develop more libraries in D.

    I mean, if you just want to create a Til module that allows you to serve some Web pages using HTTP/2, it shouldn't be that difficult and, at the same time, it could be the end goal itself: just creating a useful module, not something like "it's a crucial part, besides other five, of this big project X I'm working on" (I believe this kind of situation almost always ends with "nah, I'll just use instead").

    > Just wondering is this type based TCL like language similar to Little?

    No, it's not. I first heard about Little a couple months ago and it's a very interesting project. But I don't plan, right now, to include any kind of builtin Tcl compatibility layer in Til (although users are free to create its own implementations, of course).

    > [2] Will it eventually support compilation similar to Emacs Lisp? [3]

    I created the language much more as a tool to learn how to create languages than anything else, but now it's kind of mature enough, I'll confess my dream is to implement JIT compilation, following the steps of LuaJIT (that is an AWESOME project IMHO).

    > Personally I'd love to have superset language in D for data science.

    That would be nice. Having a autowrap-like way of exposing D code to Til would be even nicer. (https://github.com/atilaneves/autowrap)

    > It should be also easily embeddable and support prototyping like Lua.

    I believe embedding it is already in a very tolerable state. If you look into the "interpreter" code you'll see it is only 82 lines (actual 69 LOC).

    (https://github.com/til-lang/til/blob/master/interpreter/sour...)

    And it has a lot of debugging code. Loading a string, parsing it as a "SubProgram" and running it is kind of trivial.

    Now, about the prototyping part, I never thought about it, actually...

    > On top of that it should have excellent support for array, ndarray and dataframe like R [4].

    It's very easy to create new types in Til and they support both "operate" (to apply, you know, operators, like +, -, /, etc) and "extract (to index things or extract information in general from values). I believe it wouldn't be difficult to create a nice module for using these things.

    > Since it is based on D, then it can fulfill the requirements for both type A and B data scientists [5].

    Maybe. But, I don't know... isn't data scientists all over the world happy and satisfied with Python, already?

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 til and dmd you can also consider the following projects:

onedrive - Free Client for OneDrive on Linux

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

tilix - A tiling terminal emulator for Linux using GTK+ 3

ldc - The LLVM-based D Compiler.

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

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

terminix - A tiling terminal emulator for Linux using GTK+ 3 [Moved to: https://github.com/gnunn1/tilix]

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

autowrap - Wrap existing D code for use in other environments such as Python and Excel

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