Sciweavers

1665 search results - page 200 / 333
» Design Patterns as Language Constructs
Sort
View
127
Voted
ANLP
1992
148views more  ANLP 1992»
15 years 3 months ago
The ACQUILEX LKB: representation issues in semi-automatic acquisition of large lexicons
We describe the lexical knowledge base system (LKB) which has been designed and implemented as part of the ACQUILEX project1 to allow the representation of multilinguM syntactic a...
Ann A. Copestake
ITSSA
2006
67views more  ITSSA 2006»
15 years 2 months ago
Metamodel Access Protocols for Extensible Aspect-Oriented Modeling
Aspect orientation is important not only at the programming-level but also at the modeling-level. We previously proposed an aspect-oriented modeling language called AspectM for ma...
Naoyasu Ubayashi, Tetsuo Tamai, Shinji Sano, Yusak...
JUCS
2008
138views more  JUCS 2008»
15 years 2 months ago
A Lightweight and Extensible AspectJ Implementation
Abstract: Extending AspectJ to experiment with new language features can be cumbersome, even with an extensible implementation. Often, a language designer only needs a rapid protot...
Rodolfo Toledo, Éric Tanter
210
Voted
POPL
2005
ACM
16 years 2 months ago
Associated types with class
Haskell's type classes allow ad-hoc overloading, or typeindexing, of functions. A natural generalisation is to allow type-indexing of data types as well. It turns out that th...
Manuel M. T. Chakravarty, Gabriele Keller, Simon L...
130
Voted
ICFP
2007
ACM
16 years 2 months ago
A type directed translation of MLF to system F
The MLF type system by Le Botlan and R?emy (2003) is a natural extension of Hindley-Milner type inference that supports full firstclass polymorphism, where types can be of higher-...
Daan Leijen