/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generic Programming




How do I write a generic stack, associative array, hashtalbe, ...
in Limbo?

In C I used void*, so I could put every datatype into the stack,
associative array, ... .

I read the Limbo Reference Manual and a paper from BWK
about Limbo programming, but found no hint.
Can I use the casts for generic programming?

Still wondering, Otfried