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.
26 people like thisPosted: 13 years ago by Tomas Petricek
Demonstrates how to compose code at run time using F# quotations (both typed and untyped) and how to compile and run/execute the quotation using F# Quotations Evaluator (based on F# 2.0 PowerPack code) from the F# Software Foundation. (Updated October 25, 2019)
0 people like thisPosted: 5 years ago by Tomas Petricek, Zane Purvis
Evaluates a useful subset of F# quotations at run-time (without the F# PowerPack API).
15 people like thisPosted: 11 years ago by Phillip Trelford