Skip to content
/ dcal Public

A simple calendar program in D, to demonstrate its component-programming features

Notifications You must be signed in to change notification settings

quickfur/dcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
H. S. Teoh
Mar 11, 2022
8bea80a · Mar 11, 2022

History

35 Commits
Aug 2, 2013
Oct 20, 2021
Mar 11, 2022

Repository files navigation

dcal

A simple calendar program in D, to demonstrate its component-programming features. Used as a case study in:

http://wiki.dlang.org/Component_programming_with_ranges

Usage:

        dcal
        dcal 1971
        dcal jan
        dcal january
        dcal jan 1971
        dcal 1971 jan
        dcal 1971 1

Month names are case-insensitive.

About

A simple calendar program in D, to demonstrate its component-programming features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages