-
Recent Posts
Archives
Categories
Meta
Category Archives: Speech
The Speech Console
During these months, we have tried to explain Speech using different strategies and metaphors, with varying results. For instance, we have defined Speech as “A process-oriented programming language” or as “A DSL for programming the business logic of social applications” … Continue reading
Posted in Apps, Speech, Web console
Leave a comment
Sample Speech Apps: Twitter, Trac, Do&Follow … and Big Brothapp!
Which kinds of applications are most suitable for Speech? How do we design a Speech app? How do we implement a Speech design using its Scala embedding? To answer these questions in a pleasant and entertaining way, we completely re-designed … Continue reading
Posted in Apps, Speech
Leave a comment
Updating immutable objects in generic contexts
Immutability is one of the hallmarks of functional design, and writing idiomatic programs in Scala highly relies on manipulating immutable objects. Now, if we don’t have mutable fields (aka vars) … how can we update objects in a convenient way? … Continue reading
Posted in case classes, immutability, Macros, Scala, Speech, Type Class, Updatable
1 Comment