|
You are here |
aneesh.mataroa.blog | ||
| | | | |
www.ardanlabs.com
|
|
| | | | | Introduction I see a lot of developers coming to Go from object oriented programing languages such as C# and Java. Because these developers have been trained to use type hierarchies, it makes sense for them to use this same pattern in Go. However, there are aspects of Go that don't allow type hierarchies to provide the same level of functionality they do in other object oriented programming languages. Specifically, the concepts of base types and subtyping don't exist in Go so type reuse requires a differ... | |
| | | | |
golangtutorials.blogspot.com
|
|
| | | | | Other topics in this series - Table of Contents Those of you used to other object oriented languages probably already know what inheritance... | |
| | | | |
www.byjp.me
|
|
| | | | | github.com Ruby-DLC is now available on github, and consequently as a gem! You can install with1: gem sources -a https://gems.github.com sudo gem install jphastings-dlc There's a gist explaining how to use the library and the rdoc documentation is still available on my project page. Please file an issue if you have any problems with the code, I haven't checked it thoroughly! Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this!?? | |
| | | | |
astrid.tech
|
|
| | | |||