咨询与建议

限定检索结果

文献类型

  • 9 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 9 篇 工学
    • 9 篇 计算机科学与技术...
    • 9 篇 软件工程
    • 2 篇 电子科学与技术(可...
    • 1 篇 材料科学与工程(可...
    • 1 篇 电气工程
    • 1 篇 信息与通信工程
    • 1 篇 建筑学
    • 1 篇 轻工技术与工程
    • 1 篇 环境科学与工程(可...
    • 1 篇 安全科学与工程
  • 2 篇 理学
    • 1 篇 数学
    • 1 篇 物理学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 1 篇 teaching
  • 1 篇 model checking
  • 1 篇 specifications
  • 1 篇 application prog...
  • 1 篇 industrial resea...
  • 1 篇 c (programming l...
  • 1 篇 computer softwar...
  • 1 篇 computer program...
  • 1 篇 distributed comp...

机构

  • 1 篇 inria
  • 1 篇 paul g. allen sc...
  • 1 篇 university of wa...
  • 1 篇 university colle...
  • 1 篇 microsoft resear...
  • 1 篇 plt and northeas...
  • 1 篇 plt and universi...
  • 1 篇 computer science...
  • 1 篇 plt and northwes...
  • 1 篇 plt and indiana ...
  • 1 篇 cornell universi...
  • 1 篇 microsoft resear...
  • 1 篇 computer science...
  • 1 篇 mit csail cambri...
  • 1 篇 plt and google n...
  • 1 篇 cognition group ...
  • 1 篇 university of wa...
  • 1 篇 microsoft resear...

作者

  • 2 篇 tatlock zachary
  • 1 篇 hriţcu cǎtǎlin
  • 1 篇 zinzindohoué jea...
  • 1 篇 flatt matthew
  • 1 篇 lorch jay
  • 1 篇 bhargavan karthi...
  • 1 篇 maillard kenji
  • 1 篇 grossman dan
  • 1 篇 swamy nikhil
  • 1 篇 singh rishabh
  • 1 篇 pang jianyang
  • 1 篇 protzenko jonath...
  • 1 篇 greenman ben
  • 1 篇 wilcox james r.
  • 1 篇 sampson adrian
  • 1 篇 kuraj ivan
  • 1 篇 rane ashay
  • 1 篇 delignat-lavaud ...
  • 1 篇 strickland t. st...
  • 1 篇 tobin-hochstadt ...

语言

  • 9 篇 英文
检索条件"任意字段=2nd Summit on Advances in Programming Languages, SNAPL 2017"
9 条 记 录,以下是1-10 订阅
排序:
Let's fix openGL  2
Let's fix openGL
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Sampson, Adrian Cornell University IthacaNY United States
From windowing systems to virtual reality, real-time graphics code is ubiquitous. programming models for constructing graphics software, however, have largely escaped the attention of programming languages researchers... 详细信息
来源: 评论
Teaching programming languages by experimental and adversarial thinking  2
Teaching programming languages by experimental and adversari...
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Pombrio, Justin Krishnamurthi, Shriram Fisler, Kathi Computer Science Brown University ProvidenceRI United States Computer Science WPI WorcesterMA United States
We present a new approach to teaching programming language courses. Its essence is to view programming language learning as a natural science activity, where students probe languages experimentally to understand both ... 详细信息
来源: 评论
Leveraging sequential computation for programming efficient and reliable distributed systems  2
Leveraging sequential computation for programming efficient ...
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Kuraj, Ivan Solar-Lezama, Armando MIT CSAIL CambridgeMA United States
While sequential programs represent a simple and natural form for expressing functionality, corresponding distributed implementations get considerably more complex. We examine the possibility of using the sequential c... 详细信息
来源: 评论
programming language tools and techniques for 3D printing  2
Programming language tools and techniques for 3D printing
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Nandi, Chandrakana Caspi, Anat Grossman, Dan Tatlock, Zachary Paul G. Allen School of Computer Science and Engineering University of Washington SeattleWA United States
We propose a research agenda to investigate programming language techniques for improving affordable, end-user desktop manufacturing processes such as 3D printing. Our goal is to adapt programming languages tools and ... 详细信息
来源: 评论
Natural language is a programming language: Applying natural language processing to software development  2
Natural language is a programming language: Applying natural...
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Ernst, Michael D. University of Washington Computer Science and Engineering SeattleWA United States
A powerful, but limited, way to view software is as source code alone. Treating a program as a sequence of instructions enables it to be formalized and makes it amenable to mathematical techniques such as abstract int... 详细信息
来源: 评论
Migratory typing: Ten years later  2
Migratory typing: Ten years later
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Tobin-Hochstadt, Sam Felleisen, Matthias Findler, Robert Bruce Flatt, Matthew Greenman, Ben Kent, Andrew M. St-Amour, Vincent Strickland, T. Stephen Takikawa, Asumu PLT and Indiana University BloomingtonIN United States PLT and Northeastern University BostonMA United States PLT and Northwestern University EvanstonIL United States PLT and University of Utah Salt Lake CityUT United States PLT and Google New York New York CityNY United States
In this day and age, many developers work on large, untyped code repositories. Even if they are the creators of the code, they notice that they have to figure out the equivalent of method signatures every time they wo... 详细信息
来源: 评论
programming language abstractions for modularly verified distributed systems  2
Programming language abstractions for modularly verified dis...
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Wilcox, James R. Sergey, Ilya Tatlock, Zachary University of Washington SeattleWA United States University College London London United Kingdom
Distributed systems are rarely developed as monolithic programs. Instead, like any software, these systems may consist of multiple program components, which are then compiled separately and linked together. Modern sys... 详细信息
来源: 评论
AP: Artificial programming  2
AP: Artificial programming
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Singh, Rishabh Kohli, Pushmeet Cognition Group Microsoft Research RedmondWA United States
The ability to automatically discover a program consistent with a given user intent (specification) is the holy grail of Computer Science. While significant progress has been made on the socalled problem of Program Sy... 详细信息
来源: 评论
Everest: Towards a verified, drop-in replacement of HTTPS  2
Everest: Towards a verified, drop-in replacement of HTTPS
收藏 引用
2nd summit on advances in programming languages, snapl 2017
作者: Bhargavan, Karthikeyan Bond, Barry Delignat-Lavaud, Antoine Fournet, Cédric Hawblitzel, Chris Hriţcu, Cǎtǎlin Ishtiaq, Samin Kohlweiss, Markulf Leino, Rustan Lorch, Jay Maillard, Kenji Pang, Jianyang Parno, Bryan Protzenko, Jonathan Ramananandro, Tahina Rane, Ashay Rastogi, Aseem Swamy, Nikhil Thompson, Laure Wang, Peng Zanella-Béguelin, Santiago Zinzindohoué, Jean-Karim Inria Paris France Microsoft Research RedmondWA United States Microsoft Research Cambridge United Kingdom Microsoft Research Bangalore India
The HTTPS ecosystem is the foundation on which Internet security is built. At the heart of this ecosystem is the Transport Layer Security (TLS) protocol, which in turn uses the X.509 publickey infrastructure and numer... 详细信息
来源: 评论