咨询与建议

限定检索结果

文献类型

  • 645 篇 会议
  • 75 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 597 篇 工学
    • 462 篇 软件工程
    • 446 篇 计算机科学与技术...
    • 44 篇 控制科学与工程
    • 36 篇 电气工程
    • 17 篇 信息与通信工程
    • 8 篇 建筑学
    • 6 篇 电子科学与技术(可...
    • 4 篇 材料科学与工程(可...
    • 4 篇 动力工程及工程热...
    • 4 篇 土木工程
    • 4 篇 生物工程
    • 3 篇 化学工程与技术
    • 2 篇 力学(可授工学、理...
    • 2 篇 石油与天然气工程
    • 2 篇 农业工程
    • 2 篇 生物医学工程(可授...
  • 93 篇 理学
    • 46 篇 数学
    • 36 篇 生物学
    • 5 篇 系统科学
    • 4 篇 物理学
    • 3 篇 化学
    • 2 篇 统计学(可授理学、...
  • 29 篇 教育学
    • 29 篇 教育学
    • 14 篇 心理学(可授教育学...
  • 22 篇 管理学
    • 16 篇 图书情报与档案管...
    • 8 篇 管理科学与工程(可...
    • 7 篇 工商管理
  • 19 篇 法学
    • 19 篇 社会学
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 2 篇 农学
    • 2 篇 作物学
  • 1 篇 医学
  • 1 篇 军事学
  • 1 篇 艺术学

主题

  • 96 篇 functional progr...
  • 74 篇 languages
  • 50 篇 genetic programm...
  • 46 篇 design
  • 45 篇 computer program...
  • 30 篇 haskell
  • 27 篇 computer program...
  • 25 篇 programming
  • 21 篇 theory
  • 20 篇 dependent types
  • 19 篇 performance
  • 16 篇 algorithms
  • 15 篇 parallel program...
  • 15 篇 programming lang...
  • 14 篇 logic programmin...
  • 14 篇 functional react...
  • 13 篇 verification
  • 12 篇 object oriented ...
  • 12 篇 domain-specific ...
  • 11 篇 education

机构

  • 8 篇 northeastern uni...
  • 7 篇 portland state u...
  • 6 篇 carnegie mellon ...
  • 6 篇 microsoft res ca...
  • 5 篇 chalmers univ te...
  • 4 篇 inria
  • 4 篇 univ penn philad...
  • 3 篇 indiana univ blo...
  • 3 篇 delft univ techn...
  • 3 篇 univ edinburgh e...
  • 3 篇 open university ...
  • 3 篇 microsoft res re...
  • 3 篇 univ strathclyde...
  • 3 篇 univ new s wales...
  • 3 篇 carnegie mellon ...
  • 3 篇 univ cambridge c...
  • 3 篇 technion-israel ...
  • 3 篇 univ utah salt l...
  • 3 篇 univ chicago il ...
  • 3 篇 yale univ dept c...

作者

  • 6 篇 findler robert b...
  • 5 篇 flatt matthew
  • 5 篇 jones mark p.
  • 5 篇 krishnaswami nee...
  • 4 篇 o'reilly una-may
  • 4 篇 xi hw
  • 4 篇 mcbride conor
  • 4 篇 devriese dominiq...
  • 4 篇 vafeiadis viktor
  • 4 篇 weirich stephani...
  • 4 篇 spector lee
  • 4 篇 claessen koen
  • 4 篇 jeuring johan
  • 4 篇 wu nicolas
  • 4 篇 chlipala adam
  • 4 篇 dreyer derek
  • 4 篇 keller gabriele
  • 4 篇 walker david
  • 3 篇 dolstra eelco
  • 3 篇 loh andres

语言

  • 652 篇 英文
  • 65 篇 其他
  • 2 篇 葡萄牙文
  • 2 篇 中文
检索条件"任意字段=14th ACM SIGPLAN International Conference on Functional Programming"
721 条 记 录,以下是101-110 订阅
排序:
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... 详细信息
来源: 评论
A Concurrency Model for JavaScript with Cooperative Cancellation  14
A Concurrency Model for JavaScript with Cooperative Cancella...
收藏 引用
14th international conference on Software Language Engineering (SLE)
作者: Zhao, Tian Li, Yonglun Univ Wisconsin Milwaukee Milwaukee WI 53211 USA
this paper proposes a concurrency model for JavaScript with thread-like abstractions and cooperative cancellation. JavaScript uses an event-driven model, where an active computation runs until it completes or blocks f... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Scripting the type inference process  03
Scripting the type inference process
收藏 引用
8th international conference on functional programming (ICFP 03)
作者: Heeren, B Hage, J Swierstra, SD Univ Utrecht Inst Comp & Informat Sci NL-3508 TB Utrecht Netherlands
To improve the quality of type error messages in functional programming languages, we propose four techniques which influence the behaviour of constraint-based type inference processes. these techniques take the form ... 详细信息
来源: 评论
DLS 2018 - Proceedings of the 14th acm sigplan international Symposium on Dynamic Languages, co-located with SPLASH 2018
DLS 2018 - Proceedings of the 14th ACM SIGPLAN International...
收藏 引用
14th acm sigplan international Symposium on Dynamic Languages, DLS 2018, co-located with SPLASH 2018
the proceedings contain 9 papers. the topics discussed include: the behavior of gradual types: a user study;a trustworthy mechanized formalization of R;Log++ logging for a cloud-native world;HorseIR: bringing array pr...
来源: 评论
functional programming for Dynamic and Large Data with Self-Adjusting Computation  14
Functional Programming for Dynamic and Large Data with Self-...
收藏 引用
19th acm sigplan international conference on functional programming (ICFP)
作者: Chen, Yan Acar, Umut A. Tangwongsan, Kanat Max Planck Inst Software Syst Saarbrucken Germany Carnegie Mellon Univ Pittsburgh PA 15213 USA INRIA Villers Les Nancy France Mahidol Univ Int Coll Salaya Nakhon Pathom Thailand
Combining type theory, language design, and empirical work, we present techniques for computing with large and dynamically changing datasets. Based on lambda calculus, our techniques are suitable for expressing a dive... 详细信息
来源: 评论
A functional Reactive programming Language for Wirelessly Connected Shape-Changeable Chiplet-Based Computers  38
A Functional Reactive Programming Language for Wirelessly Co...
收藏 引用
38th international conference on Systems, programming, Languages, and Applications: Software for Humanity (SPLASH)
作者: Izawa, Yusuke Kadomoto, Junichiro Irie, Hidetsugu Sakai, Shuichi IBM Res Tokyo Japan Univ Tokyo Tokyo Japan
this work presents the concept of MorphLang, a functional reactive programming language tailored for shape-changeable computers, which are built using wirelessly interconnected chiplets. MorphLang simplifies the progr... 详细信息
来源: 评论
A dependently typed assembly language  01
A dependently typed assembly language
收藏 引用
6th international conference on functional programming (ICFP 2001)
作者: Xi, HW Harper, R Univ Cincinnati Cincinnati OH 45221 USA Carnegie Mellon Univ Pittsburgh PA 15213 USA
We present a dependently typed assembly language (DTAL) in which the type system supports the use of a restricted form of dependent types, reaping some benefits of dependent types at the assembly level. DTAL improves ... 详细信息
来源: 评论
Extensible algebraic datatypes with defaults  01
Extensible algebraic datatypes with defaults
收藏 引用
6th international conference on functional programming (ICFP 2001)
作者: Zenger, M Odersky, M Swiss Fed Inst Technol INR Ecublens CH-1015 Lausanne Switzerland
A major problem for writing extensible software arises when recursively defined datatypes and operations on these types have to be extended simultaneously without modifying existing code. this paper introduces Extensi... 详细信息
来源: 评论
Settable and Non-Interfering Signal Functions for FRP How a First-Order Switch is More than Enough  14
Settable and Non-Interfering Signal Functions for FRP How a ...
收藏 引用
19th acm sigplan international conference on functional programming (ICFP)
作者: Winograd-Cort, Daniel Hudak, Paul Yale Univ New Haven CT 06520 USA
functional Reactive programming (FRP) provides a method for programming continuous, reactive systems by utilizing signal functions that, abstractly, transform continuous input signals into continuous output signals. T... 详细信息
来源: 评论