Forgive shotgunning of information here, but I thought this at least be
interesting to a couple people.

I have been working on inheritance in PowerShell, trying to move from
parasitic inheritance to prototypal. At a certain point, I realized that in
order to add prototypal inheritance to PowerShell, I'd have to write it for
general .NET languages. I have written a brief blog
post<http://codepyre.com/2012/10/prototypal-inheritance-in-net-delegation-at-last/>on
the topic and I have posted the source
code <https://github.com/idavis/Archetype>. The result of the project is
that you can mimic JavaScript's prototypal inheritance with your .NET
objects in any .NET 4.0+ language.

If you have any feedback, I would be very grateful. Thank you for your time.

Regards,

Ian Davis

-- 
You received this message because you are subscribed to the Google Groups 
"Seattle area Alt.Net" group.
To post to this group, send email to altnetseattle@googlegroups.com.
To unsubscribe from this group, send email to 
altnetseattle+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/altnetseattle?hl=en.

Reply via email to