Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.3 KB

This repository contains some example code that I've written (possibly with help from others) in the D Programming Language.

Note the following disclaimers:

  • the code may work on one architecture, but not another
  • the code may work on one operating systme, but not another
  • the code may or may not do what you think it does
  • the code may or may not work correctly
  • the code may or may not be safe
  • the code may or may not be efficient
  • the code may or may not reflect standards
  • the code may or may not reflect good practice
  • the code may or may not reflect good style

And here are some interesting/useful 'dlang related' links below:

https://tour.dlang.org/

https://dlang.org/spec

https://dlang.org/phobos/index.html

https://dlang.org/spec/attribute.html

https://dlang.org/spec/memory-safe-d.html

https://dlang.org/spec/function.html#safe-functions

https://dlang.org/dmd-linux.html

https://dlang.org/dstyle.html

https://wiki.dlang.org/Articles

https://wiki.dlang.org/The_D_Programming_Language

https://github.com/dlang

https://wiki.dlang.org/Starting_as_a_Contributor

https://issues.dlang.org/

https://issues.dlang.org/enter_bug.cgi

https://dlang.org/bugstats.html

https://dlang.org/blog/the-d-and-c-series/

https://dlang.org/spec/betterc.html

https://dlang.org/dmd-windows.html#switch-betterC