咨询与建议

限定检索结果

文献类型

  • 80 篇 会议
  • 10 篇 期刊文献
  • 2 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 88 篇 工学
    • 78 篇 计算机科学与技术...
    • 64 篇 软件工程
    • 8 篇 电气工程
    • 3 篇 控制科学与工程
    • 2 篇 信息与通信工程
    • 1 篇 网络空间安全
  • 9 篇 教育学
    • 9 篇 教育学
  • 1 篇 理学
    • 1 篇 数学

主题

  • 92 篇 live programming
  • 9 篇 debugging
  • 6 篇 smalltalk
  • 5 篇 software enginee...
  • 5 篇 direct manipulat...
  • 5 篇 visual programmi...
  • 5 篇 virtual reality
  • 5 篇 exploratory prog...
  • 4 篇 programming by d...
  • 4 篇 squeak
  • 4 篇 liveness
  • 4 篇 example-based pr...
  • 3 篇 nested state mac...
  • 3 篇 program synthesi...
  • 3 篇 examples
  • 3 篇 domain-specific ...
  • 3 篇 programming envi...
  • 3 篇 program comprehe...
  • 3 篇 babylonian progr...
  • 3 篇 data science

机构

  • 6 篇 univ calif san d...
  • 4 篇 univ potsdam has...
  • 3 篇 inesc tec porto
  • 3 篇 univ porto fac e...
  • 3 篇 univ calif san d...
  • 2 篇 cadence design s...
  • 2 篇 rmod inria lille...
  • 2 篇 ctr wiskunde & i...
  • 2 篇 natl inst adv in...
  • 2 篇 hasso plattner i...
  • 2 篇 raincode labs br...
  • 2 篇 univ porto fac e...
  • 2 篇 microsoft res re...
  • 2 篇 swiss fed inst t...
  • 2 篇 carnegie mellon ...
  • 2 篇 univ chicago il ...
  • 2 篇 swiss fed inst t...
  • 2 篇 vrije univ bruss...
  • 1 篇 univ amsterdam
  • 1 篇 tokyo inst techn...

作者

  • 8 篇 hirschfeld rober...
  • 8 篇 lerner sorin
  • 5 篇 rein patrick
  • 5 篇 ferreira hugo se...
  • 5 篇 krebs eva
  • 4 篇 van rozen riemer
  • 4 篇 kato jun
  • 4 篇 thorgeirsson sve...
  • 4 篇 dias joao pedro
  • 4 篇 mattis toni
  • 4 篇 aguiar ademar
  • 3 篇 huang ruanqianqi...
  • 3 篇 campusano miguel
  • 3 篇 guo philip j.
  • 3 篇 bergel alexandre
  • 3 篇 restivo andre
  • 3 篇 su zhendong
  • 3 篇 fabry johan
  • 3 篇 polikarpova nadi...
  • 3 篇 graf oliver

语言

  • 91 篇 英文
  • 1 篇 其他
检索条件"主题词=Live Programming"
92 条 记 录,以下是51-60 订阅
排序:
Game Engine Wizardry for programming Mischief  2
Game Engine Wizardry for Programming Mischief
收藏 引用
2nd ACM SIGPLAN International Workshop on programming Abstractions and Interactive Notations, Tools, and Environments (PAINT)
作者: van Rozen, Riemer Ctr Wiskunde & Informat Amsterdam Netherlands
programming grants individuals the capability to design, create, and bring ideas to life. To improve their skills, programmers require powerful languages and programming environments for understanding the impact of gr... 详细信息
来源: 评论
Probe Log: Visualizing the Control Flow of Babylonian programming  23
Probe Log: Visualizing the Control Flow of Babylonian Progra...
收藏 引用
7th International Conference on the Art, Science, and Engineering of programming (programming)
作者: Krebs, Eva Rein, Patrick Bergsiek, Joana Urban, Lina Hirschfeld, Robert Univ Potsdam Hasso Plattner Inst Potsdam Germany
Code itself is abstract, which makes it often difficult to understand - sometimes even by the programmers that wrote it. When working with or thinking about code, programmers thus often resort to concrete values and e... 详细信息
来源: 评论
Example Mining Assisting Example Creation to Enhance Code Comprehension  22
Example Mining Assisting Example Creation to Enhance Code Co...
收藏 引用
6th International Conference on the Art, Science, and Engineering of programming (programming)
作者: Krebs, Eva Rein, Patrick Hirschfeld, Robert Univ Potsdam Hasso Plattner Inst Potsdam Germany
Programmers often use examples with concrete values to better understand code. Code by itself is abstract, which empowers it to be used for a variety of uses, but can be difficult to grasp by developers. Babylonian Pr... 详细信息
来源: 评论
Dockerlive A live development environment for Dockerfiles
Dockerlive A live development environment for Dockerfiles
收藏 引用
2022 IEEE Symposium on Visual Languages and Human-Centric Computing
作者: Reis, David Correia, Filipe F. Univ Porto Fac Engn Porto Portugal Univ Porto Fac Engn INESC TEC Porto Portugal
The process of developing Dockerfiles is perceived by many developers as slow and based on trial-and-error, and it is hardly immediate to see the result of a change introduced into a Dockerfile. In this work we propos... 详细信息
来源: 评论
LooPy: Interactive Program Synthesis with Control Structures
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2021年 第OOPSLA期5卷 1–29页
作者: Ferdowsifard, Kasra Barke, Shraddha Peleg, Hila Lerner, Sorin Polikarpova, Nadia Univ Calif San Diego San Diego CA 92093 USA Technion Haifa Israel
One vision for program synthesis, and specifically for programming by example (PBE), is an interactive programmer's assistant, integrated into the development environment. To make program synthesis practical for i... 详细信息
来源: 评论
Edit-Run Behavior in programming and Debugging
Edit-Run Behavior in Programming and Debugging
收藏 引用
IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)
作者: Alaboudi, Abdulaziz LaToza, Thomas D. George Mason Univ Fairfax VA 22030 USA
As developers program and debug, they continuously edit and run their code, a behavior known as edit-run cycles. While techniques such as live programming are intended to support this behavior, little is known about t... 详细信息
来源: 评论
Automatic Program Repair as Semantic Suggestions: An Empirical Study  14
Automatic Program Repair as Semantic Suggestions: An Empiric...
收藏 引用
14th IEEE Conference on Software Testing, Verification and Validation (ICST)
作者: Campos, Diogo Restivo, Andre Ferreira, Hugo Sereno Ramos, Afonso Univ Porto Fac Engn Porto Portugal Univ Porto Fac Engn LIACC Porto Portugal Univ Porto Fac Engn INESC TEC Porto Portugal
Automated Program Repair (APR) is an area of research focused on the automatic generation of bug-fixing patches. Current APR approaches present some limitations, namely overfitted patches and low maintainability of th... 详细信息
来源: 评论
Towards Wide-Spectrum Spreadsheet Computing  4
Towards Wide-Spectrum Spreadsheet Computing
收藏 引用
4th International Conference on Information and Computer Technologies (ICICT)
作者: Alda, Enzo Lopez Lombano, Javier Figuera, Monica Andres Escalante, Juan Lares Mejias, Richard Maldonado, Pablo Mininger, Jacquin Frenkel, Jaques Lakebolt Res Bethany CT 06524 USA Univ Simon Bolivar Zaragoza Spain Univ Bonn Bonn Germany Univ Simon Bolivar Madrid Spain ULACIT San Jose Costa Rica Univ Simon Bolivar Toulouse France Lakebolt Res New York NY USA
with the recent additions of dynamic arrays and user-defined functions, Microsoft Research has taken two important steps towards the unification of spreadsheets and general purpose programming environments. We offer o... 详细信息
来源: 评论
TweakIt: Supporting End-User Programmers Who Transmogrify Code  21
TweakIt: Supporting End-User Programmers Who Transmogrify Co...
收藏 引用
CHI Conference on Human Factors in Computing Systems
作者: Lau, Sam Ragavan, Sruti Srinivasa Milne, Ken Barik, Titus Sarkar, Advait Univ Calif San Diego La Jolla CA 92093 USA Microsoft Res Cambridge England Microsoft Redmond WA USA Microsoft Res Redmond WA USA Univ Cambridge Cambridge England
End-user programmers opportunistically copy-and-paste code snippets from colleagues or the web to accomplish their tasks. Unfortunately, these snippets often don't work verbatim, so these people-who are non-specia... 详细信息
来源: 评论
Practical Online Debugging of Spark-like Applications  21
Practical Online Debugging of Spark-like Applications
收藏 引用
21st IEEE International Conference on Software Quality, Reliability and Security (QRS)
作者: Marra, Matteo Polito, Guillermo Boix, Elisa Gonzalez Vrije Univ Brussel Software Languages Lab Brussels Belgium Univ Lille Cent Lille INRIA CNRSUMR 9189CRIStAL F-59000 Lille France
Apache Spark is a framework widely used for writing Big Data analytics applications that offers a scalable and fault-tolerant model based on rescheduling failing tasks on other nodes. While this is well-suited for har... 详细信息
来源: 评论