咨询与建议

限定检索结果

文献类型

  • 685 篇 会议
  • 71 篇 期刊文献
  • 5 册 图书

馆藏范围

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

日期分布

学科分类号

  • 588 篇 工学
    • 504 篇 软件工程
    • 444 篇 计算机科学与技术...
    • 38 篇 控制科学与工程
    • 34 篇 电气工程
    • 20 篇 信息与通信工程
    • 10 篇 生物工程
    • 8 篇 建筑学
    • 6 篇 机械工程
    • 6 篇 材料科学与工程(可...
    • 6 篇 电子科学与技术(可...
    • 6 篇 土木工程
    • 6 篇 生物医学工程(可授...
    • 4 篇 动力工程及工程热...
    • 4 篇 化学工程与技术
  • 85 篇 理学
    • 61 篇 数学
    • 16 篇 生物学
    • 8 篇 物理学
    • 6 篇 统计学(可授理学、...
    • 5 篇 化学
  • 36 篇 管理学
    • 21 篇 图书情报与档案管...
    • 16 篇 管理科学与工程(可...
    • 11 篇 工商管理
  • 26 篇 教育学
    • 26 篇 教育学
  • 8 篇 法学
    • 8 篇 社会学
  • 6 篇 医学
    • 5 篇 临床医学
    • 3 篇 基础医学(可授医学...
  • 6 篇 艺术学
    • 6 篇 音乐与舞蹈学
    • 4 篇 艺术学理论
  • 5 篇 农学
    • 5 篇 作物学
  • 3 篇 经济学
    • 3 篇 应用经济学

主题

  • 103 篇 functional progr...
  • 66 篇 languages
  • 54 篇 computer program...
  • 42 篇 design
  • 31 篇 haskell
  • 30 篇 object oriented ...
  • 27 篇 computer program...
  • 25 篇 programming
  • 20 篇 dependent types
  • 19 篇 logic programmin...
  • 19 篇 theory
  • 17 篇 functional react...
  • 16 篇 parallel program...
  • 16 篇 dynamic programm...
  • 15 篇 aspect oriented ...
  • 14 篇 performance
  • 14 篇 semantics
  • 13 篇 generic programm...
  • 13 篇 verification
  • 13 篇 programming lang...

机构

  • 7 篇 portland state u...
  • 6 篇 northeastern uni...
  • 6 篇 microsoft res ca...
  • 5 篇 carnegie mellon ...
  • 5 篇 univ penn philad...
  • 5 篇 chalmers univ te...
  • 4 篇 inria
  • 4 篇 indiana univ blo...
  • 4 篇 university of ch...
  • 3 篇 department of pr...
  • 3 篇 ecole polytech f...
  • 3 篇 univ edinburgh e...
  • 3 篇 univ cambridge c...
  • 3 篇 univ strathclyde...
  • 3 篇 carnegie mellon ...
  • 3 篇 univ new s wales...
  • 3 篇 microsoft resear...
  • 3 篇 ibm research
  • 3 篇 carnegie mellon ...
  • 3 篇 univ cambridge c...

作者

  • 6 篇 figueroa ismael
  • 6 篇 krishnaswami nee...
  • 5 篇 claessen koen
  • 5 篇 tabareau nicolas
  • 5 篇 jones mark p.
  • 5 篇 findler robert b...
  • 5 篇 tanter éric
  • 4 篇 flatt matthew
  • 4 篇 xi hw
  • 4 篇 mcbride conor
  • 4 篇 sheeran mary
  • 4 篇 vafeiadis viktor
  • 4 篇 weirich stephani...
  • 4 篇 jeuring johan
  • 4 篇 chlipala adam
  • 4 篇 dreyer derek
  • 4 篇 hudak paul
  • 4 篇 keller gabriele
  • 4 篇 walker david
  • 3 篇 dolstra eelco

语言

  • 699 篇 英文
  • 58 篇 其他
  • 2 篇 葡萄牙文
  • 2 篇 中文
检索条件"任意字段=12th ACM SIGPLAN International Conference on Functional Programming"
761 条 记 录,以下是71-80 订阅
排序:
programming and Reasoning with Algebraic Effects and Dependent Types  13
Programming and Reasoning with Algebraic Effects and Depende...
收藏 引用
18th acm sigplan international conference on functional programming
作者: Brady, Edwin Univ St Andrews Sch Comp Sci St Andrews Fife Scotland
One often cited benefit of pure functional programming is that pure code is easier to test and reason about, both formally and informally. However, real programs have side-effects including state management, exception... 详细信息
来源: 评论
Experience Report: functional programming of mHealth Applications  13
Experience Report: Functional Programming of mHealth Applica...
收藏 引用
18th acm sigplan international conference on functional programming
作者: Petersen, Christian L. Goerges, Matthias Dunsmuir, Dustin Ansermino, J. Mark Dumont, Guy A. Univ British Columbia Vancouver BC V5Z 1M9 Canada
A modular framework for the development of medical applications that promotes deterministic, robust and correct code is presented. the system is based on the portable Gambit Scheme programming language and provides a ... 详细信息
来源: 评论
STCLang: State thread Composition as a Foundation for Monadic Dataflow Parallelism  12
STCLang: State Thread Composition as a Foundation for Monadi...
收藏 引用
12th acm sigplan international Symposium on Haskell (Haskell)
作者: Ertel, Sebastian Adam, Justus Rink, Norman A. Goens, Andres Castrillon, Jeronimo Huawei Technol Dresden Res Lab Dresden Germany Tech Univ Dresden Chair Compiler Construct Dresden Germany Tech Univ Dresden Dresden Germany
Dataflow execution models are used to build highly scalable parallel systems. A programming model that targets parallel dataflowexecution must answer the following question: How can parallelism between two dependent n... 详细信息
来源: 评论
Experience Report: Ocsigen, a Web programming Framework
Experience Report: Ocsigen, a Web Programming Framework
收藏 引用
14th acm sigplan international conference on functional programming
作者: Bala, Vincent Vouillon, Jerome Yakobowski, Boris Univ Paris Diderot Paris 7 CNRS Lab Preuves Programmes & Syst Paris France
the evolution of Web sites towards very dynamic applications makes it necessary to reconsider current Web programming technologies. We believe that Web development would benefit greatly from more abstract paradigms an... 详细信息
来源: 评论
Experience Report: Haskell in the "Real World" Writing a Commercial Application in a Lazy functional Language
Experience Report: Haskell in the "Real World" Writing a Com...
收藏 引用
14th acm sigplan international conference on functional programming
作者: Sampson, Curt J. Starling Software Tokyo Japan
I describe the initial attempt of experienced business software developers with minimal functional programming background to write a non-trivial, business-critical application entirely in Haskell. Sonic parts of the a... 详细信息
来源: 评论
From DSL Specification to Interactive Computer programming Environment  12
From DSL Specification to Interactive Computer Programming E...
收藏 引用
12th acm sigplan international conference on Software Language Engineering (SLE)
作者: Jeanjean, Pierre Combemale, Benoit Barais, Olivier Univ Rennes IRISA CNRS INRIA Rennes France Univ Toulouse Toulouse France
the adoption of Domain-Specific Languages (DSLs) relies on the capacity of language workbenches to automate the development of advanced and customized environments. While DSLs are usually well tailored for the main sc... 详细信息
来源: 评论
Aspectual Caml: an aspect-oriented functional language  05
Aspectual Caml: an aspect-oriented functional language
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Masuhara, H Tatsuzawa, H Yonezawa, A Univ Tokyo Grad Sch Arts & Sci Tokyo Japan Univ Tokyo Dept Comp Sci Tokyo Japan Univ Tokyo Dept Comp Sci Tokyo Japan
We propose an aspect-oriented programming (AOP) language called Aspectual Caml based on a strongly-typed functional language Objective Caml with two AOP mechanisms similar to those in AspectJ language. this paper desc... 详细信息
来源: 评论
Mtac: A Monad for Typed Tactic programming in Coq  13
Mtac: A Monad for Typed Tactic Programming in Coq
收藏 引用
18th acm sigplan international conference on functional programming
作者: Ziliani, Beta Dreyer, Derek Krishnaswami, Neelakantan R. Nanevski, Aleksandar Vafeiadis, Viktor MPI-SWS Saarbruecken Germany IMDEA Software Institute Madrid Spain MPI-SWS Kaiserslautern Germany
Effective support for custom proof automation is essential for large-scale interactive proof development. However, existing languages for automation via tactics either (a) provide no way to specify the behavior of tac... 详细信息
来源: 评论
A Fresh Look at programming with Names and Binders  10
A Fresh Look at Programming with Names and Binders
收藏 引用
15th acm sigplan international conference on functional programming
作者: Pouillard, Nicolas Pottier, Francois INRIA Paris France
A wide range of computer programs, including compilers and theorem provers, manipulate data structures that involve names and binding. However, the design of programming idioms which allow performing these manipulatio... 详细信息
来源: 评论
A Comparison of Product-based, Feature-based, and Family-based Type Checking  13
A Comparison of Product-based, Feature-based, and Family-bas...
收藏 引用
12th international conference on Generative programming: Concepts and Experiences
作者: Kolesnikov, Sergiy von Rhein, Alexander Hunsen, Claus Apel, Sven Univ Passau Passau Germany
Analyzing software product lines is difficult, due to their inherent variability. In the past, several strategies for product-line analysis have been proposed, in particular, product-based, feature-based, and family-b... 详细信息
来源: 评论