ebisu_dlang 0.0.4 copy "ebisu_dlang: ^0.0.4" to clipboard
ebisu_dlang: ^0.0.4 copied to clipboard

Dart 1 only

A library that supports code generation of the D Programming Language

Ebisu Dlang #

Code generation library that supports generating the structure of D code

Build Status

Purpose #

D is complex. The idea of this library is to put a straightjacket on developers, but give them a key to get out. Go sells itself on simplicity and it has it from a language perspective since its feature list is rather sparse. However, some have pointed out that that simplicity just hides the fact that lots of the problems that need to be solved are complex and taking away language features may not be the best way to provide simplicity.

Another way is to find a set of approaches/patterns/idioms, etc that are known to work and stick with them. When the need for complexity arises, use more of the language.

The intended use of this library is to generate D source that, for better or worse, is extremely consistent. It will ensure:

  • All names are consistently defined and cased
  • All files are put in standard places
  • All classes are laid out in standard fashion
  • All members that have accessors do it in a consistent manner

Plus it will provide a key to use the language as developer sees fit. This key is in the form of allowing custom code to be comingled with generated code.

Examples #

See the example folder

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A library that supports code generation of the D Programming Language

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ebisu, logging

More

Packages that depend on ebisu_dlang