exercism / pharo-smalltalk

Exercism exercises in Pharo.
https://exercism.org/tracks/pharo-smalltalk
MIT License
34 stars 28 forks source link

Custom exercises to introduce Reflection #220

Open bencoman opened 5 years ago

bencoman commented 5 years ago

Bumped into the following set of exercise around Reflection and thought it might provide the basis of some custom exercises to demostrate one of Pharo's strengths in "liveness". https://released.info.ucl.ac.be/courses/r+cop/material/04-P-MOP%20(with%20answers).pdf

bencoman commented 5 years ago

another...

Here you have one of the most interesting tasks I’ve had to do for my Computer Science degree. It’s about how Continuations works in Smalltalk, http://javierferrer.me/continuations-smalltalk/

bencoman commented 5 years ago

In this work, we present examples for metaprogramming using thisContext and mixins and their implementation in Squeak/Pharo, both of which are dialects of Smalltalk. https://m-sp.org/downloads/titech_programming_langauge_design.pdf