咨询与建议

限定检索结果

文献类型

  • 15 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 16 篇 工学
    • 13 篇 软件工程
    • 10 篇 计算机科学与技术...
    • 1 篇 电气工程
  • 2 篇 理学
    • 1 篇 数学
    • 1 篇 生物学
  • 1 篇 农学

主题

  • 18 篇 polyglot program...
  • 3 篇 graalvm
  • 2 篇 productivity
  • 2 篇 language interop...
  • 2 篇 interoperability
  • 2 篇 libraries
  • 2 篇 bindings
  • 2 篇 randomized contr...
  • 2 篇 interprocedural ...
  • 2 篇 foreign function...
  • 2 篇 reference counti...
  • 2 篇 ownership transf...
  • 2 篇 escape analysis
  • 2 篇 resource lifetim...
  • 2 篇 allocators
  • 2 篇 finalizers
  • 2 篇 computer languag...
  • 2 篇 dataflow analysi...
  • 2 篇 experience
  • 2 篇 memory allocatio...

机构

  • 4 篇 univ potsdam has...
  • 3 篇 oracle labs pots...
  • 1 篇 univ wisconsin d...
  • 1 篇 university of wi...
  • 1 篇 colorado state u...
  • 1 篇 acad sci czech r...
  • 1 篇 loyola univ dept...
  • 1 篇 univ nebraska li...
  • 1 篇 politecn torino ...
  • 1 篇 univ rennes iris...
  • 1 篇 univ fed espirit...
  • 1 篇 mcgill univ mont...
  • 1 篇 loyola univ dept...
  • 1 篇 univ milan dept ...
  • 1 篇 inria rennes
  • 1 篇 univ nebraska de...
  • 1 篇 vrije univ amste...
  • 1 篇 oracle labs
  • 1 篇 ludwig maximilia...
  • 1 篇 politecn milan m...

作者

  • 4 篇 hirschfeld rober...
  • 4 篇 niephaus fabio
  • 3 篇 felgentreff tim
  • 2 篇 peterson cole s.
  • 2 篇 mayer philip
  • 1 篇 bonetta dan iele
  • 1 篇 liblit ben
  • 1 篇 khelladi djamel ...
  • 1 篇 falbo ricardo de...
  • 1 篇 maurina gabriele
  • 1 篇 arnaboldi marco
  • 1 篇 ravitch tristan
  • 1 篇 malohlava michal
  • 1 篇 morisio maurizio
  • 1 篇 bures tomas
  • 1 篇 uesbeck p. merli...
  • 1 篇 mussbacher gunte...
  • 1 篇 torchiano marco
  • 1 篇 vetro antonio
  • 1 篇 laeufer konstant...

语言

  • 18 篇 英文
检索条件"主题词=polyglot programming"
18 条 记 录,以下是11-20 订阅
排序:
Towards polyglot Adapters for the GraalVM  19
Towards Polyglot Adapters for the GraalVM
收藏 引用
3rd International Conference on Art, Science, and Engineering of programming (programming)
作者: Niephaus, Fabio Felgentreff, Tim Hirschfeld, Robert Univ Potsdam Hasso Plattner Inst Potsdam Germany Oracle Labs Potsdam Germany
Today, there are many different programming languages and even more software libraries and frameworks for various use cases. polyglot runtime environments such as GraalVM allow developers to build and extend applicati... 详细信息
来源: 评论
A taxonomy of cross-language linking mechanisms in open source frameworks
收藏 引用
COMPUTING 2017年 第7期99卷 701-724页
作者: Mayer, Philip Ludwig Maximilians Univ Munchen Programming & Software Engn Grp Munich Germany
Non-trivial software systems are written using multiple programming languages. While the logic of a system is encoded using one or several general-purpose languages, more specialized parts of the systems are realized ... 详细信息
来源: 评论
Extensible polyglot programming Support in Existing Component Frameworks
Extensible Polyglot Programming Support in Existing Componen...
收藏 引用
Joint Conference of 14th EUROMICRO Digital Systems Design Conference (DSD) / 37th EUROMICRO Conference on Software Engineering and Advanced Applications (SEAA)
作者: Keznikl, Jaroslav Malohlava, Michal Bures, Tomas Hnetynka, Petr Charles Univ Prague Fac Math & Phys Malostranske Namesti 25 CR-11800 Prague 1 Czech Republic Acad Sci Czech Republ Inst Comp Sci Prague 18207 Czech Republic
Utilization of various agile development practices brings demand of short development cycle with stress on early deployment and rapid delivery. Such practices require techniques permitting rapid prototyping of systems... 详细信息
来源: 评论
A polyglot Approach to Bioinformatics Data Integration: A Phylogenetic Analysis of HIV-1
收藏 引用
EVOLUTIONARY BIOINFORMATICS 2016年 第12期12卷 23-27页
作者: Reisman, Steven Hatzopoulos, Thomas Laeufer, Konstantin Thiruvathukal, George K. Putonti, Catherine Loyola Univ Bioinformat Program Chicago IL 60611 USA Loyola Univ Dept Comp Sci Chicago IL 60611 USA Loyola Univ Dept Biol Chicago IL 60611 USA
As sequencing technologies continue to drop in price and increase in throughput, new challenges emerge for the management and accessibility of genomic sequence data. We have developed a pipeline for facilitating the s... 详细信息
来源: 评论
Automated Multi-Language Artifact Binding and Rename Refactoring between Java and DSLs Used by Java Frameworks
Automated Multi-Language Artifact Binding and Rename Refacto...
收藏 引用
28th European Conference on Object-Oriented programming (ECOOP)
作者: Mayer, Philip Schroeder, Andreas Univ Munich Programming & Software Engn Grp D-81377 Munich Germany
Developing non-trivial software applications involves using multiple programming languages. Although each language is used to describe a particular aspect of the system, artifacts defined inside those languages refere... 详细信息
来源: 评论
Analyzing Memory Ownership Patterns in C Libraries
Analyzing Memory Ownership Patterns in C Libraries
收藏 引用
ACM SIGPLAN International Symposium on Memory Management (ISMM)
作者: Ravitch, Tristan Liblit, Ben Univ Wisconsin Dept Comp Sci Madison WI 53706 USA
Programs written in multiple languages are known as polyglot programs. In part due to the proliferation of new and productive high-level programming languages, these programs are becoming more common in environments t... 详细信息
来源: 评论
Analyzing memory ownership patterns in C libraries  13
Analyzing memory ownership patterns in C libraries
收藏 引用
Proceedings of the 2013 international symposium on memory management
作者: Tristan Ravitch Ben Liblit University of Wisconsin-Madison Madison Wisconsin USA
Programs written in multiple languages are known as polyglot programs. In part due to the proliferation of new and productive high-level programming languages, these programs are becoming more common in environments t... 详细信息
来源: 评论
Language Interaction and Quality Issues: An Exploratory Study  12
Language Interaction and Quality Issues: An Exploratory Stud...
收藏 引用
6th ACM-IEEE International Symposium on Empirical Software Engineering and Measurement (ESEM)
作者: Vetro, Antonio Tomassetti, Federico Torchiano, Marco Morisio, Maurizio Politecn Torino Dept Comp & Control Engn Turin Italy
Most software systems are complex and composed of a large number of artifacts. To realize each different artifact specific techniques are used resorting to different abstractions, languages and tools. Successful compo... 详细信息
来源: 评论