-
1
-
-
47249126224
-
How to write seemingly unhygienic and referentially opaque macros with syntax-rules
-
Kiselyov, O.: How to write seemingly unhygienic and referentially opaque macros with syntax-rules. In: Scheme Workshop (2002)
-
(2002)
Scheme Workshop
-
-
Kiselyov, O.1
-
2
-
-
38849167599
-
Hygienic macro expansion
-
Kohlbecker, E., Friedman, D.P., Felleisen, M., Duba, B.: Hygienic macro expansion. In: LISP and Functional Programming (1986)
-
(1986)
LISP and Functional Programming
-
-
Kohlbecker, E.1
Friedman, D.P.2
Felleisen, M.3
Duba, B.4
-
3
-
-
47249086048
-
-
Clinger, W., Rees, J.: Macros that work. In: POPL (1991)
-
Clinger, W., Rees, J.: Macros that work. In: POPL (1991)
-
-
-
-
6
-
-
47249110279
-
-
van Tonder, A.: SRFI 72: Hygienic macros. Online (September 2005)
-
van Tonder, A.: SRFI 72: Hygienic macros. Online (September 2005)
-
-
-
-
7
-
-
47249123005
-
-
4 report on the algorithmic language Scheme. Technical report (1991)
-
4 report on the algorithmic language Scheme. Technical report (1991)
-
-
-
-
8
-
-
47249113016
-
-
Culpepper, R., Felleisen, M.: Taming macros. In: Karsai, G., Visser, E. (eds.) GPCE 2004. LNCS, 3286, Springer, Heidelberg (2004)
-
Culpepper, R., Felleisen, M.: Taming macros. In: Karsai, G., Visser, E. (eds.) GPCE 2004. LNCS, vol. 3286, Springer, Heidelberg (2004)
-
-
-
-
9
-
-
23944501086
-
A new approach to abstract syntax with variable binding
-
Gabbay, M.J., Pitts, A.M.: A new approach to abstract syntax with variable binding. Formal Aspects of Computing 13(3-5), 341-363 (2001)
-
(2001)
Formal Aspects of Computing
, vol.13
, Issue.3-5
, pp. 341-363
-
-
Gabbay, M.J.1
Pitts, A.M.2
-
13
-
-
47249121271
-
-
Flatt, M.: PLT MzScheme: Language manual. Technical Report PLT-TR2007-1-v371, PLT Scheme Inc. (2007), http://www.plt-scheme.org/ techreports/
-
Flatt, M.: PLT MzScheme: Language manual. Technical Report PLT-TR2007-1-v371, PLT Scheme Inc. (2007), http://www.plt-scheme.org/ techreports/
-
-
-
-
15
-
-
47249141271
-
-
de Rauglaudre, D.: Camlp4 reference manual. Online (September 2003)
-
de Rauglaudre, D.: Camlp4 reference manual. Online (September 2003)
-
-
-
-
16
-
-
0036983358
-
Template metaprogramming for Haskell
-
Chakravarty, M.M.T, ed
-
Sheard, T., Peyton Jones, S.: Template metaprogramming for Haskell. In: Chakravarty, M.M.T. (ed.) Haskell Workshop, pp. 1-16 (2002)
-
(2002)
Haskell Workshop
, pp. 1-16
-
-
Sheard, T.1
Peyton Jones, S.2
-
17
-
-
0034782593
-
-
Ganz, S.E., Sabry, A., Taha, W.: Macros as multi-stage computations: Type-safe, generative, binding macros in MacroML. In: ICFP 2001, pp. 74-85 (2001)
-
Ganz, S.E., Sabry, A., Taha, W.: Macros as multi-stage computations: Type-safe, generative, binding macros in MacroML. In: ICFP 2001, pp. 74-85 (2001)
-
-
-
-
18
-
-
35248898281
-
-
Taha, W., Johann, P.: Staged notational definitions. In: Pfenning, F., Smaragdakis, Y. (eds.) GPCE 2003. LNCS, 2830, pp. 97-116. Springer, Heidelberg (2003)
-
Taha, W., Johann, P.: Staged notational definitions. In: Pfenning, F., Smaragdakis, Y. (eds.) GPCE 2003. LNCS, vol. 2830, pp. 97-116. Springer, Heidelberg (2003)
-
-
-
-
19
-
-
47249093696
-
-
Gasbichler, M.: Fully-parameterized, first-class modules with hygienic macros. PhD thesis, University of Tübingen (August 2006)
-
Gasbichler, M.: Fully-parameterized, first-class modules with hygienic macros. PhD thesis, University of Tübingen (August 2006)
-
-
-
-
20
-
-
0024127861
-
-
Griffin, T.: Notational definition-a formal account. In: LICS 1988, pp. 372-383 (1988)
-
Griffin, T.: Notational definition-a formal account. In: LICS 1988, pp. 372-383 (1988)
-
-
-
-
21
-
-
0026961056
-
A confluent calculus of macro expansion and evaluation
-
ACM Press, New York
-
Bove, A., Arbilla, L.: A confluent calculus of macro expansion and evaluation. In: LISP and Functional Programming, pp. 278-287. ACM Press, New York (1992)
-
(1992)
LISP and Functional Programming
, pp. 278-287
-
-
Bove, A.1
Arbilla, L.2
-
22
-
-
0033328539
-
Some lambda calculus and type theory formalized
-
McKinna, J., Pollack, R.: Some lambda calculus and type theory formalized. Journal of Automated Reasoning 23, 373-409 (1999)
-
(1999)
Journal of Automated Reasoning
, vol.23
, pp. 373-409
-
-
McKinna, J.1
Pollack, R.2
-
24
-
-
11244266030
-
Functional pearl: I am not a number-I am a free variable
-
McBride, C., McKinna, J.: Functional pearl: I am not a number-I am a free variable. In: Haskell Workshop, pp. 1-9 (2004)
-
(2004)
Haskell Workshop
, pp. 1-9
-
-
McBride, C.1
McKinna, J.2
-
25
-
-
84976219753
-
Macro-by-example: Deriving syntactic transformations from their specifications
-
Kohlbecker, E.E., Wand, M.: Macro-by-example: Deriving syntactic transformations from their specifications. In: Principles of Programming Languages (1987)
-
(1987)
Principles of Programming Languages
-
-
Kohlbecker, E.E.1
Wand, M.2
|