Demonstrates how to compose code at run time using F# quotations (both typed and untyped) and how to compile and run the quotation using F# PowerPack API.
56 people like thisPosted: 8 years ago by Tomas Petricek
Evaluates a useful subset of F# quotations at run-time (without the F# PowerPack API).
14 people like thisPosted: 6 years ago by Phillip Trelford
Shows how to use the 'ExprShape' module to recursively traverse an entire quotation and how to write quotation transformations. As an example, the snippet replaces all numeric constants in the quotation and then runs the transformed code.
25 people like thisPosted: 8 years ago by Tomas Petricek