LaboratoryForPlayfulComputation / blockytalky

A toolkit for learning CS through networked physical computing
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

replace any Blockytalky.Endpoint.broadcast! 's that aren't in the DSL or web levels #23

Open mpahrens opened 8 years ago

mpahrens commented 8 years ago

in order for Blockytalky to actually fulfill claims that it can be run headless (no webserver) as a textual DSL + library, then any endpoint related functionality needs to live only at the GUI layers and up. UserState and CommsModule I think are the only / primary offenders of this.