<style>
 h1 {
  font-size: 32pt;

}

h1, h2, ul, li {
/*   border: solid 1px red */
}

 h2 {
  font-size: 24pt;
  padding: 0px;
}


h3 {
  font-size: 20pt;
}


li  {
  font-size: 24pt;
  color: rgb(50,50,50); 
  padding-top: 0px;

}

li li  {
  font-size: 20pt;
  color: rgb(50,50,50); 
  padding: 2px;
}

ul {
margin-top: 0px
}


</style>

# Motivation

- Smalltalk / Lively Kernel-like programming experience, but with using as much as standard Web-technologies
- Bridging the gab between dead files and lively objects 
---

## User Experience

- Direct Manipulation
  - Halo interaction 
  - Drag and drop

- Live Coding
  - Using code as user interaction
  - Evolve tools while using them
  - Editing in multiple views: directly as objects and as source 


---

## Files vs 