Y
Hacker News
new
|
ask
|
show
|
jobs
by
davo11
6336 days ago
both these are outgrowths of C++ features - templates and rtti, which I saw first in the early 80's but were probably around earlier.
1 comments
BigZaphod
6336 days ago
I'm not sure when type-safe generics came on the scene (perhaps that was C++), but introspection/reflection has been around since Smalltalk at least.
link
wheels
6336 days ago
Wikipedia says Ada:
http://en.wikipedia.org/wiki/Generic_programming#Generics_in...
link