咨询与建议

限定检索结果

文献类型

  • 86 篇 会议
  • 72 篇 期刊文献
  • 10 篇 学位论文
  • 3 册 图书

馆藏范围

  • 171 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 151 篇 工学
    • 107 篇 软件工程
    • 104 篇 计算机科学与技术...
    • 16 篇 电气工程
    • 6 篇 控制科学与工程
    • 3 篇 信息与通信工程
    • 2 篇 网络空间安全
    • 1 篇 仪器科学与技术
  • 13 篇 理学
    • 9 篇 数学
    • 2 篇 系统科学
    • 1 篇 化学
    • 1 篇 生物学
    • 1 篇 统计学(可授理学、...
  • 7 篇 管理学
    • 4 篇 管理科学与工程(可...
    • 3 篇 图书情报与档案管...
    • 1 篇 公共管理
  • 1 篇 文学
    • 1 篇 外国语言文学
  • 1 篇 医学
    • 1 篇 基础医学(可授医学...

主题

  • 171 篇 metaprogramming
  • 18 篇 languages
  • 15 篇 reflection
  • 12 篇 design
  • 11 篇 code generation
  • 10 篇 java
  • 8 篇 macros
  • 6 篇 domain-specific ...
  • 6 篇 dependent types
  • 6 篇 functional progr...
  • 6 篇 programming lang...
  • 5 篇 type systems
  • 5 篇 automatic verifi...
  • 5 篇 c++
  • 5 篇 type soundness
  • 5 篇 staging
  • 5 篇 language extensi...
  • 5 篇 smalltalk
  • 4 篇 compilers
  • 4 篇 multi-stage prog...

机构

  • 5 篇 tu berlin
  • 4 篇 univ colorado bo...
  • 4 篇 ecole polytech f...
  • 4 篇 tech univ darmst...
  • 4 篇 brno university ...
  • 3 篇 indiana univ blo...
  • 2 篇 univ nottingham ...
  • 2 篇 univ waterloo wa...
  • 2 篇 tech univ kosice...
  • 2 篇 princeton univ p...
  • 2 篇 delft univ techn...
  • 2 篇 univ gothenburg ...
  • 2 篇 univ massachuset...
  • 2 篇 mit csail cambri...
  • 2 篇 microsoft res re...
  • 2 篇 univ st andrews ...
  • 2 篇 carnegie mellon ...
  • 2 篇 imperial coll lo...
  • 2 篇 eindhoven univ t...
  • 2 篇 univ cambridge c...

作者

  • 4 篇 erdweg sebastian
  • 4 篇 rompf tiark
  • 4 篇 lorenzen florian
  • 3 篇 siek jeremy
  • 3 篇 van der storm ti...
  • 3 篇 miao weiyu
  • 3 篇 tanter eric
  • 3 篇 yallop jeremy
  • 3 篇 chiba shigeru
  • 3 篇 kollar jan
  • 2 篇 laszlo zoltan
  • 2 篇 hirschfeld rober...
  • 2 篇 levy ls
  • 2 篇 jansson patrik
  • 2 篇 monperrus martin
  • 2 篇 christiansen dav...
  • 2 篇 leshob abderrahm...
  • 2 篇 kiselyov oleg
  • 2 篇 godoy william f.
  • 2 篇 michael ball

语言

  • 150 篇 英文
  • 19 篇 其他
  • 1 篇 葡萄牙文
  • 1 篇 中文
检索条件"主题词=Metaprogramming"
171 条 记 录,以下是91-100 订阅
排序:
Embedded Parser Generators
Embedded Parser Generators
收藏 引用
4th Haskell Symposium
作者: Duregard, Jonas Jansson, Patrik Chalmers Univ Technol Gothenburg Sweden Univ Gothenburg Gothenburg Sweden
We present a novel method of embedding context-free grammars in Haskell, and to automatically generate parsers and pretty-printers from them. We have implemented this method in a library called BNFC-meta (from the BNF... 详细信息
来源: 评论
Type Theory in Type Theory using Quotient Inductive Types  16
Type Theory in Type Theory using Quotient Inductive Types
收藏 引用
43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages (POPL)
作者: Altenkirch, Thorsten Kaposi, Ambrus Univ Nottingham Sch Comp Sci Nottingham NG7 2RD England
We present an internal formalisation of a type heory with dependent types in Type Theory using a special case of higher inductive types from Homotopy Type Theory which we call quotient inductive types (QITs). Our form... 详细信息
来源: 评论
A Novice-Friendly Induction Tactic for Lean  2021
A Novice-Friendly Induction Tactic for Lean
收藏 引用
10th ACM SIGPLAN International Conference on Certified Programs and Proofs (CPP)
作者: Limperg, Jannis Vrije Univ Amsterdam Dept Comp Sci Amsterdam Netherlands
In theorem provers based on dependent type theory such as Coq and Lean, induction is a fundamental proof method and induction tactics are omnipresent in proof scripts. Yet the ergonomics of existing induction tactics ... 详细信息
来源: 评论
Composable Sequence Macros for Fast Iteration  2022
Composable Sequence Macros for Fast Iteration
收藏 引用
21st ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE)
作者: Bolotina, Anna Culpepper, Ryan Czech Tech Univ Prague Czech Republic
Racket provides for loops with macro-extensible sequence expressions. Sequence macros offer better performance than dynamic sequence implementations, but they are complicated to define and Racket offers little support... 详细信息
来源: 评论
Sound Type-Dependent Syntactic Language Extension  16
Sound Type-Dependent Syntactic Language Extension
收藏 引用
43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages (POPL)
作者: Lorenzen, Florian Erdweg, Sebastian TU Berlin Berlin Germany Tech Univ Darmstadt Darmstadt Germany
Syntactic language extensions can introduce new facilities into a programming language while requiring little implementation effort and modest changes to the compiler. It is typical to desugar language extensions in a... 详细信息
来源: 评论
An Architecture for Dynamic Web Services that Integrates Adaptive Object Models with Existing Frameworks  19
An Architecture for Dynamic Web Services that Integrates Ada...
收藏 引用
13th Brazilian Symposium on Software Components, Architectures, and Reuse (SBCARS) / 10th Brazilian Conference on Software (CBSOFT)
作者: Dias, Antonio Guerra, Eduardo Lima, Phyllipe INPE Natl Inst Space Res Sao Jose Dos Campos SP Brazil
Nowadays, web services became one of the main alternatives for communication between software systems and even inside the components of the same application. In some domains, the change of requirements happens frequen... 详细信息
来源: 评论
SORCER: COMPUTING AND METACOMPUTING INTERGRID
SORCER: COMPUTING AND METACOMPUTING INTERGRID
收藏 引用
10th International Conference on Enterprise Information Systems
作者: Soblewski, Michael Texas Tech Univ Lubbock TX 79409 USA
This paper investigates grid computing from the point of view three basic computing platforms. Each platform considered consists of virtual compute resources, a programming environment allowing for the development of ... 详细信息
来源: 评论
Concrete Syntax Metapatterns  17
Concrete Syntax Metapatterns
收藏 引用
17th ACM SIGPLAN International Conference on Software Language Engineering (SLE)
作者: Miljak, Luka Poulsen, Casper Bach Corvino, Rosilde Delft Univ Technol Delft Netherlands TNO ESI Eindhoven Netherlands
Software engineers should be able to apply massive code refactorings tomaintain large legacy code bases. Akey aspect of developing restructurings is matching and transforming code snippets using abstract syntax trees ... 详细信息
来源: 评论
Achieving Natural Mathematical Expression Programming on GPUs via Expression Templates
Achieving Natural Mathematical Expression Programming on GPU...
收藏 引用
UKSim-AMSS 7th European Modelling Symposium on Computer Modelling and Simulation (EMS)
作者: Breglia, Alfonso Capozzoli, Amedeo Curcio, Claudio Liseno, Angelo Univ Naples Federico II Dipartimento Ingn Elettr & Tecnol Informaz I-80125 Naples Italy
We present the development of one of the first libraries based on the so-called expression templates technique to simplify the implementation of CPU and parallel GPU codes. Expression templates allow to express matrix... 详细信息
来源: 评论
From Transpilers to Semantic Libraries Formal Verification With Pluggable Semantics  24
From Transpilers to Semantic Libraries Formal Verification W...
收藏 引用
ACM/IEEE 27th International Conference on Model Driven Engineering Languages and Systems: Companion Proceedings (MODELS)
作者: Zavada, Armin Marussy, Kristof Molnar, Vince Budapest Univ Technol & Econ Budapest Hungary
In the field of model-based systems engineering, there is an increasing demand for the application of formal methods. However, this requires expertise in formal methods, which cannot be expected from systems engineers... 详细信息
来源: 评论