MathMorphs still alive?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

MathMorphs still alive?

timrowledge
For assorted reasons of no interest here I was looking at a copy of the nuBlueBook and actually got around to reading the chapters on MathMorphs & the plotter extensions. Fabulous stuff and potentially a useful app of their own for the Raspberry Pi as an educational tool. Does it still work in the current image? Anybody still caring for the code?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: VMB: Verify, then Make Bad



Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

Nicolas Cellier
There was a Morphic revival project, but I don't know the status (check on SqueakMap or google it).
I also imported some code in Squeak a few years ago.
The main problem I had for a start was that MathMorph was polymorphic (several concurrent definitions for polynomials, etc...)


2013/12/29 tim Rowledge <[hidden email]>
For assorted reasons of no interest here I was looking at a copy of the nuBlueBook and actually got around to reading the chapters on MathMorphs & the plotter extensions. Fabulous stuff and potentially a useful app of their own for the Raspberry Pi as an educational tool. Does it still work in the current image? Anybody still caring for the code?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: VMB: Verify, then Make Bad






cbc
Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

cbc
Edgar  J. De Cleene back in 2010 has it running in his FunSqueak 3.11 version, and has a 4.3 FunSqueak that also has MathMorphs (named MathMorphsRevival) running in it.


-cbc
On Sat, Dec 28, 2013 at 3:15 PM, Nicolas Cellier <[hidden email]> wrote:
There was a Morphic revival project, but I don't know the status (check on SqueakMap or google it).
I also imported some code in Squeak a few years ago.
The main problem I had for a start was that MathMorph was polymorphic (several concurrent definitions for polynomials, etc...)


2013/12/29 tim Rowledge <[hidden email]>
For assorted reasons of no interest here I was looking at a copy of the nuBlueBook and actually got around to reading the chapters on MathMorphs & the plotter extensions. Fabulous stuff and potentially a useful app of their own for the Raspberry Pi as an educational tool. Does it still work in the current image? Anybody still caring for the code?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: VMB: Verify, then Make Bad










Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

timrowledge

On 30-12-2013, at 11:26 AM, Chris Cunningham <[hidden email]> wrote:

> Edgar  J. De Cleene back in 2010 has it running in his FunSqueak 3.11 version, and has a 4.3 FunSqueak that also has MathMorphs (named MathMorphsRevival) running in it.
>
> http://ftp.squeak.org/various_images/FunSqueak/FunSqueakCog4.3-11720-alpha.zip

Excellent news!


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Fractured Idiom:- MONAGE A TROIS - I am three years old



Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

David T. Lewis
On Mon, Dec 30, 2013 at 05:38:01PM -0800, tim Rowledge wrote:
>
> On 30-12-2013, at 11:26 AM, Chris Cunningham <[hidden email]> wrote:
>
> > Edgar  J. De Cleene back in 2010 has it running in his FunSqueak 3.11 version, and has a 4.3 FunSqueak that also has MathMorphs (named MathMorphsRevival) running in it.
> >
> > http://ftp.squeak.org/various_images/FunSqueak/FunSqueakCog4.3-11720-alpha.zip
>
> Excellent news!
>

Edgar has been doing a great job of reviving some of our favorite Squeak
classics. We do not give him nearly enough help or thanks for this, but I
think it is important work.

Bravo Edgar!

Dave
 

Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

Edgar De Cleene
In reply to this post by timrowledge



On 12/28/13 8:07 PM, "tim Rowledge" <[hidden email]> wrote:

> For assorted reasons of no interest here I was looking at a copy of the
> nuBlueBook and actually got around to reading the chapters on MathMorphs & the
> plotter extensions. Fabulous stuff and potentially a useful app of their own
> for the Raspberry Pi as an educational tool. Does it still work in the current
> image? Anybody still caring for the code?
>
> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> Strange OpCodes: VMB: Verify, then Make Bad
>
>


Here
http://imageshack.us/a/img607/5351/mih0.jpg

 you can see MahtMorphs working in the last version of 4.5 in the server

Recipe is simple.
In Monticello MCHttpRepository
    location: 'http://www.squeaksource.com/MathMorphsRevival'
    user: 'squeak'
    password: 'squeak'

Then load in order
MorphicWrappers-edc.3.mcz
Functions-zz.4.mcz

Aerial typing works

hit TAB in world, and in the Ballon popup type  : ThetaRhoPlotter example1
plo

I wish tanks to Caniglia team in UBA for create this , to Milan who help in
the Monticello version creation and former co workers Emilio Oca and German
Boccoleri for the help with the search and collect of disperse code at the
time.


Could be nice if any with math skills add more examples as the Cardiod made
for Milan.

>
> " Cardioid - see Famous Curves
> http://www-groups.dcs.st-and.ac.uk/~history/Curves/Curves.html"
> "(Took me a bit to "get" that ThetaRho is 'polar coordinates' .. duh)"
> plotter := ThetaRhoPlotter new.
> plotter dotSize: 3.
> plotter drawSteps: 12.
>
> a := 10.
> cardioidFunction := Function fromBlock: [:theta | 2*a*(1 + theta cos)].
> plotter addFunction: cardioidFunction.
> plotter domain: (ClosedInterval from: 0 to: 2 * Float pi).
>
> plotter directDrawEnable: true.
> plotter plot asMorph openInWorld


Happy new year to Squeakers !!!
Edgar









Reply | Threaded
Open this post in threaded view
|

Re: MathMorphs still alive?

garduino
In reply to this post by David T. Lewis



2013/12/30 David T. Lewis <[hidden email]>

Edgar has been doing a great job of reviving some of our favorite Squeak
classics. We do not give him nearly enough help or thanks for this, but I
think it is important work.

Bravo Edgar!

Dave



+11111111 :)