The Web Is Becoming Smalltalk
zacharyvoase.com
The Web Is Becoming Smalltalk
1–10 of 112 posts
Re: The Web Is Becoming Smalltalk
#2Re: The Web Is Becoming Smalltalk
#3Re: The Web Is Becoming Smalltalk
#4Re: The Web Is Becoming Smalltalk
#5People want to build software from a small kernel that scaffolds itself. They want to immediately switch between "testing the app" mode and "building the app" mode. They want something more than a text file, a tool pipeline, and an executable at the other end. On the other hand, they don't want their code to turn into an opaque binary blob that can't be diffed, can't be read by text tools, and can't be shared with people who don't feel like using your sweet "Invented on Principle" tool.
It feels like we're converging on the ideal solution, but it's happening more slowly than I think many of us predicted.
Re: The Web Is Becoming Smalltalk
#6Another approach to this type of thing worth checking out is Dan Ingall's Lively Kernel http://lively-kernel.org/
(it's a semi-port of MIT's Scratch language).
Re: The Web Is Becoming Smalltalk
#7The old page concept is plenty fine in many contexts IMO.
Re: The Web Is Becoming Smalltalk
#8Heaven help us…
Re: The Web Is Becoming Smalltalk
#9So you want your live editing beeing persistent? What about testing? I think you should first write a test that fails before attempting to fix it...
Re: The Web Is Becoming Smalltalk
#10WebDAV? Heaven help us…