咨询与建议

限定检索结果

文献类型

  • 623 篇 会议
  • 79 篇 期刊文献
  • 5 册 图书

馆藏范围

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

日期分布

学科分类号

  • 562 篇 工学
    • 490 篇 软件工程
    • 402 篇 计算机科学与技术...
    • 33 篇 控制科学与工程
    • 31 篇 电气工程
    • 24 篇 信息与通信工程
    • 13 篇 生物工程
    • 10 篇 建筑学
    • 6 篇 土木工程
    • 5 篇 力学(可授工学、理...
    • 5 篇 电子科学与技术(可...
    • 4 篇 化学工程与技术
    • 3 篇 光学工程
    • 3 篇 材料科学与工程(可...
    • 3 篇 动力工程及工程热...
    • 3 篇 石油与天然气工程
    • 2 篇 机械工程
    • 2 篇 农业工程
  • 75 篇 理学
    • 51 篇 数学
    • 16 篇 生物学
    • 8 篇 统计学(可授理学、...
    • 6 篇 物理学
    • 5 篇 系统科学
    • 4 篇 化学
  • 30 篇 教育学
    • 29 篇 教育学
  • 24 篇 管理学
    • 15 篇 图书情报与档案管...
    • 9 篇 管理科学与工程(可...
    • 6 篇 工商管理
  • 9 篇 法学
    • 8 篇 社会学
  • 3 篇 农学
    • 3 篇 作物学
  • 3 篇 医学
  • 2 篇 经济学
    • 2 篇 应用经济学

主题

  • 93 篇 functional progr...
  • 77 篇 languages
  • 65 篇 computer program...
  • 54 篇 design
  • 34 篇 haskell
  • 25 篇 programming
  • 23 篇 computer program...
  • 22 篇 performance
  • 19 篇 logic programmin...
  • 19 篇 dependent types
  • 19 篇 theory
  • 18 篇 dynamic programm...
  • 17 篇 programming lang...
  • 16 篇 algorithms
  • 15 篇 functional react...
  • 15 篇 generic programm...
  • 14 篇 object oriented ...
  • 12 篇 verification
  • 11 篇 domain-specific ...
  • 11 篇 continuations

机构

  • 7 篇 portland state u...
  • 6 篇 northeastern uni...
  • 6 篇 chalmers univ te...
  • 4 篇 inria
  • 4 篇 carnegie mellon ...
  • 4 篇 carnegie mellon ...
  • 4 篇 univ penn philad...
  • 4 篇 microsoft res ca...
  • 3 篇 georgia inst tec...
  • 3 篇 indiana univ blo...
  • 3 篇 princeton univ p...
  • 3 篇 univ edinburgh e...
  • 3 篇 univ strathclyde...
  • 3 篇 univ new s wales...
  • 3 篇 univ cambridge c...
  • 3 篇 univ utah salt l...
  • 3 篇 yale univ dept c...
  • 3 篇 univ washington ...
  • 3 篇 brown univ provi...
  • 2 篇 intel res berkel...

作者

  • 5 篇 claessen koen
  • 5 篇 jones mark p.
  • 5 篇 findler robert b...
  • 5 篇 krishnaswami nee...
  • 4 篇 flatt matthew
  • 4 篇 xi hw
  • 4 篇 mcbride conor
  • 4 篇 vafeiadis viktor
  • 4 篇 weirich stephani...
  • 4 篇 jeuring johan
  • 4 篇 chlipala adam
  • 4 篇 dreyer derek
  • 4 篇 keller gabriele
  • 4 篇 walker david
  • 3 篇 dolstra eelco
  • 3 篇 loh andres
  • 3 篇 leshchinskiy rom...
  • 3 篇 schmidt-schauss ...
  • 3 篇 pottier francois
  • 3 篇 walker d

语言

  • 644 篇 英文
  • 59 篇 其他
  • 4 篇 中文
  • 1 篇 德文
检索条件"任意字段=13th ACM SIGPLAN International Conference on Functional Programming"
707 条 记 录,以下是91-100 订阅
排序:
ConCert: A Smart Contract Certification Framework in Coq  2020
ConCert: A Smart Contract Certification Framework in Coq
收藏 引用
9th acm sigplan international conference on Certified Programs and Proofs (CPP)
作者: Annenkov, Danil Nielsen, Jakob Botsch Spitters, Bas Aarhus Univ Concordium Blockchain Res Ctr Aarhus Denmark
We present a new way of embedding functional languages into the Coq proof assistant by using meta-programming. this allows us to develop the meta-theory of the language using the deep embedding and provides a convenie... 详细信息
来源: 评论
Combining programming with theorem proving  05
Combining programming with theorem proving
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Chen, CY Xi, HW Boston Univ Boston MA 02215 USA
Applied Type System (ATS) is recently proposed as a framework for designing and formalizing (advanced) type systems in support Of practical programming. In ATS, the definition of type equality involves a constraint re... 详细信息
来源: 评论
A language-based approach to functionally correct imperative programming  05
A language-based approach to functionally correct imperative...
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Westbrook, E Stump, A Wehrman, I Washington Univ St Louis MO 63130 USA
In this paper a language-based approach to functionally correct imperative programming is proposed. the approach is based on a programming language called RSP1, which combines dependent types, general recursion, and i... 详细信息
来源: 评论
Meta-programming through typeful code representation  03
Meta-programming through typeful code representation
收藏 引用
8th international conference on functional programming (ICFP 03)
作者: Chen, CY Xi, HW Boston Univ Comp Sci Dept Boston MA 02215 USA
By allowing the programmer to write code that can generate code at run-time, meta-programming offers a powerful approach to program construction. For instance, meta-programming can often be employed to enhance program... 详细信息
来源: 评论
Incremental Updates for Efficient Bidirectional Transformations  11
Incremental Updates for Efficient Bidirectional Transformati...
收藏 引用
16th acm sigplan international conference on functional programming (ICFP 11)
作者: Wang, Meng Gibbons, Jeremy Wu, Nicolas Chalmers Univ Technol S-41296 Gothenburg Sweden
A bidirectional transformation is a pair of mappings between source and view data objects, one in each direction. When the view is modified, the source is updated accordingly. the key to handling large data objects th... 详细信息
来源: 评论
Applicative Bidirectional programming with Lenses  2015
Applicative Bidirectional Programming with Lenses
收藏 引用
20th acm sigplan international conference on functional programming (ICFP)
作者: Matsuda, Kazutaka Wang, Meng Tohoku Univ Sendai Miyagi 980 Japan Univ Kent Canterbury CT2 7NZ Kent England
A bidirectional transformation is a pair of mappings between source and view data objects, one in each direction. When the view is modified, the source is updated accordingly with respect to some laws. One way to redu... 详细信息
来源: 评论
A functional I/O System or, Fun for Freshman Kids
A Functional I/O System or, Fun for Freshman Kids
收藏 引用
14th acm sigplan international conference on functional programming
作者: Felleisen, Matthias Findler, Robert Bruce Flatt, Matthew Krishnamurthi, Shriram Northeastern Univ Boston MA 02115 USA
functional programming languages ought to play a central role in mathematics education for middle schools (age range: 10-14). After all, functional programming is a form of algebra and programming is a creative activi... 详细信息
来源: 评论
functional programming in C++  00
Functional programming in C++
收藏 引用
5th acm sigplan international conference on functional programming (ICFP)
作者: McNamara, B Smaragdakis, Y Georgia Inst Technol Coll Comp Atlanta GA 30332 USA
this paper describes FC++: a rich library supporting functional programming in C++. Prior approaches to encoding higher order functions in C++ have suffered with respect to polymorphic functions from either lack of ex... 详细信息
来源: 评论
Languages as First-Class Citizens (Vision Paper)  11
Languages as First-Class Citizens (Vision Paper)
收藏 引用
11th acm sigplan international conference on Software Language Engineering (SLE) part of SPLASH conference
作者: Cimini, Matteo Univ Massachusetts Lowell MA 01854 USA
In this paper, we introduce languages as first-class citizens as a sub-paradigm of language-oriented programming. In this approach, language definitions are in the context of a general purpose programming language wit... 详细信息
来源: 评论
Interactive visual functional programming
Interactive visual functional programming
收藏 引用
7th international conference on functional programming
作者: Hanna, K Univ Kent Canterbury Kent England
An interactive graphical environment for supporting the development and use of Haskell applications programs is described. the environment, named Vital, is particularly intended for supporting the open-ended, incremen... 详细信息
来源: 评论