[vox-tech] Scheme question

Brian Lavender brian at brie.com
Wed Feb 16 00:25:30 PST 2011


I have been reading "Essentials of Programming Languages" and I came
across the following sample code. What does the backtick do?

brian

  ;; var-exp : Var -> Lc-exp
  (define var-exp
    (lambda (var)
      `(var-exp ,var))

-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture


More information about the vox-tech mailing list