Tags D Language Lazy Parameter Evaluation in D Language admin March 6, 2022 Languages such as C/C++ and Java follow an “eager” argument evaluation approach, where function arguments are evaluated before the function is
Tags D Language Selective Unit Testing in D Language admin February 23, 2022 In the last article, I briefly explained how D language has built-in support for performing unit tests. I feel this
Tags D Language Support for Unit Testing in D Language admin February 6, 2022 While I admire D language for many of its elegant and powerful features, two features stand out in my opinion.
Tags D Language Calling Lisp Functions from D Language admin December 25, 2021 After exploring “newLisp” in the past few posts, I would like to start looking at the “D Programming Language” (DLang). DLang has