On 14 Nov 2017, at 16:00, Steffen Märcker <merkste@web.de> wrote:
Hi,
Are transducers the subject of your thesis ?
No. Transducers is my side project. I've implemented a package for VisualWorks. Unfortunately, I did not finish the port to Pharo yet, simply due to a lack of time. Originally, transducers evolved in the clojure community. I figured, the concept a good fit for Smalltalk and adapted it accordingly. (My thesis is on conditional probabilities in model-checking of probabilistic systems.)
Any pointers to more information ?
http://www.cincomsmalltalk.com/publicRepository/Transducers.html https://clojure.org/reference/transducers Plus some mails on this list and more on the vwnc list. Feel free to ask; I understand, that the package comment has lots of potential for improvement to help understanding.
Best, Steffen
Some code seems to be here: http://smalltalkhub.com/#!/~cdlm/Experiments Not sure if it is complete or what the relation is, or the difference between transducers and reducers ...