Live Programming Languages and Testing Approaches

Live Programming Languages and Testing Approaches
Slide Note
Embed
Share

Explore the world of live programming languages through examples like SmallTalk, understanding the testing approaches used by programmers to validate code changes instantly, whether through static programming methods or dynamic processes, emphasizing the benefits of live editing and instant feedback.

  • Programming Languages
  • Live Coding
  • Testing Approaches
  • SmallTalk
  • Dynamic Programming

Uploaded on Sep 28, 2024 | 1 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Living it up with a Live Programming Language JORDAN CAZAMIAS FALL 2014

  2. Static -> Dynamic -> Live How do programmers test their changes to the code? Static Programming: Code, compile, run, repeat Dynamic Programming: Streamlined run process Some allow hot swapping: code can be updated w/o restarting Live language: Instant feedback while editing

  3. SmallTalk: A live programming language Dynamically Typed Based on data-flow programming model Good for live languages because all computational dependencies are explicitly encoded Object Oriented to allow programs to scale Errors are reported quietly: The show must go on!

  4. Live Coding Example https://www.youtube.com/watch?v=yY1FSsUV-8c

More Related Content