咨询与建议

限定检索结果

文献类型

  • 8 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 8 篇 工学
    • 8 篇 计算机科学与技术...
    • 8 篇 软件工程
    • 1 篇 信息与通信工程
  • 3 篇 理学
    • 3 篇 数学
    • 1 篇 统计学(可授理学、...

主题

  • 3 篇 functional progr...
  • 1 篇 logic programmin...
  • 1 篇 static analysis
  • 1 篇 computer softwar...
  • 1 篇 computer program...
  • 1 篇 virtual machine

机构

  • 1 篇 functional progr...
  • 1 篇 department of co...
  • 1 篇 university of ox...
  • 1 篇 faculty of milit...
  • 1 篇 irif umr 8243 cn...
  • 1 篇 northeastern uni...
  • 1 篇 dtu compute tech...
  • 1 篇 institute for co...
  • 1 篇 flow robotics co...
  • 1 篇 university of ke...
  • 1 篇 elte eötvös lorá...
  • 1 篇 cifasis-conicet ...

作者

  • 1 篇 papavasileiou va...
  • 1 篇 tolpin david
  • 1 篇 chitil olaf
  • 1 篇 van groningen jo...
  • 1 篇 kasting patrick
  • 1 篇 balat vincent
  • 1 篇 tóth melinda
  • 1 篇 vandenbroucke al...
  • 1 篇 van de meent jan...
  • 1 篇 hansen michael r...
  • 1 篇 bozó istván
  • 1 篇 runciman colin
  • 1 篇 wood frank
  • 1 篇 jaskelioff mauro
  • 1 篇 piessens frank
  • 1 篇 kozsik tamás
  • 1 篇 vester steen
  • 1 篇 faddegon maarten
  • 1 篇 radanne gabriel
  • 1 篇 hutton graham

语言

  • 8 篇 英文
检索条件"任意字段=28th Symposium on the Implementation and Application of Functional Programming Languages, IFL 2016"
8 条 记 录,以下是1-10 订阅
排序:
Patern candidate discovery and parallelization techniques  29
Patern candidate discovery and parallelization techniques
收藏 引用
29th symposium on the implementation and application of functional programming languages, ifl 2017
作者: th, Melinda Bozó, István Kozsik, Tamás ELTE Eötvös Loránd University Budapest Hungary
Parallel computations in a program can be expressed conveniently, at a high level of abstraction, using parallel patterns such as task farm, pipeline or divide-and-conquer. In order to transform a sequential program i... 详细信息
来源: 评论
Design and implementation of probabilistic programming language anglican  28
Design and implementation of probabilistic programming langu...
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Tolpin, David Van De Meent, Jan-Willem Yang, Hongseok Wood, Frank University of Oxford United Kingdom Northeastern University United States
Anglican is a probabilistic programming system designed to interoperate with Clojure and other JVM languages. We introduce the programming language Anglican, outline our design choices, and discuss in depth the implem... 详细信息
来源: 评论
A lightweight hat: Simple type-preserving instrumentation for self-tracing lazy functional programs  28
A lightweight hat: Simple type-preserving instrumentation fo...
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Chitil, Olaf Faddegon, Maarten Runciman, Colin University of Kent United Kingdom
Existing methods for generating a detailed trace of a computation of a lazy functional program are complex. these complications limit the use of tracing in practice. However, such a detailed trace is desirable for und... 详细信息
来源: 评论
A portable VM-based implementation platform for non-strict functional programming languages  28
A portable VM-based implementation platform for non-strict f...
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Jansen, Jan Martin Van Groningen, John Faculty of Military Sciences Netherlands Defence Academy P.O. Box 10000 CA Den Helder1780 Netherlands Institute for Computing and Information Sciences Radboud University Nijmegen P.O. Box 9010 GL Nijmegen6500 Netherlands
the Web has become a paramount deployment platform for computer applications. Modern Web applications require execution of code on both server-and client-side. For the client-side JavaScript is the more-or-less defaul... 详细信息
来源: 评论
Eliom: Tierless Web programming from the ground up  28
Eliom: Tierless Web programming from the ground up
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Radanne, Gabriel Papavasileiou, Vasilis Vouillon, Jérôme Balat, Vincent IRIF UMR 8243 CNRS Univ Paris Diderot Sorbonne Paris Cité France
Eliom is a dialect of OCaml for Web programming. It can be used both server and client-side. Server and client sections can also be mixed in the same file using syntactic annotations. this allows one to build a whole ... 详细信息
来源: 评论
Contractive functions on infinite data structures  28
Contractive functions on infinite data structures
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Capretta, Venanzio Hutton, Graham Jaskelioff, Mauro Functional Programming Lab University of Nottingham United Kingdom CIFASIS-CONICET Universidad Nacional de Rosario Argentina
Coinductive data structures, such as streams or infinite trees, have many applications in functional programming and type theory, and are naturally defined using recursive equations. But how do we ensure that such equ... 详细信息
来源: 评论
Synthesis of railway-signaling plans using reachability games  28
Synthesis of railway-signaling plans using reachability game...
收藏 引用
28th symposium on the implementation and application of functional programming languages, ifl 2016
作者: Kasting, Patrick Hansen, Michael R. Vester, Steen DTU Compute Technical University of Denmark LyngbyDK-2800 Denmark Flow Robotics CopenhagenDK-2300 Denmark
In this work, we show the feasibility of using functional programming (more specifically F#) in connection with gamebased methods for synthesis of correct-by-construction controllers (also called signaling plans) for ... 详细信息
来源: 评论
Fixing non-determinism  15
Fixing non-determinism
收藏 引用
27th symposium on the implementation and application of functional programming languages, ifl 2015
作者: Vandenbroucke, Alexander Schrijvers, Tom Piessens, Frank Department of Computer Science KU Leuven Belgium
Non-deterministic computations are conventionally modelled by lists of their outcomes. this approach provides a concise declarative description of certain problems, as well as a way of generically solving such problem... 详细信息
来源: 评论