Skip to content
David Pearce edited this page May 11, 2017 · 6 revisions

This is a general discussion page about adding meta-programming support to Whiley. For example, C++ provides support for meta-programming via templates, whilst Rust provides support via macros. Whiley has a proposal now for extending the language with templates (see https://github.com/Whiley/WhileyCompiler/issues/540). Some pointers:

Use Cases

What uses cases do we want to support for meta-programming?

Clone this wiki locally