Quasiquotation has been done in two different ways: make (which is in the namespaces vocab in the core, and basically consists of an accumulator in a dynamically scoped variable that you can push to) and bake (which is more similar to Lisp quasiquotation, and is in the bake vocab in extra). Take your pick. If you have any questions about them after consulting the documentation, just ask.
Dan On Jan 28, 2008 3:49 PM, Joel Reymont <[EMAIL PROTECTED]> wrote: > Is it possible to implement OCaml/Haskell type of quasiquotations [1] > in Factor? > > Thanks, Joel > > [1] http://haskell.org/haskellwiki/Quasiquotation#Examples > > -- > http://wagerlabs.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
