Are there machine (and human) readable specification languages for algorithm collections and meta-li
Posted
by Jabavu Adams
on Stack Overflow
See other posts from Stack Overflow
or by Jabavu Adams
Published on 2009-12-09T04:17:30Z
Indexed on
2010/03/24
20:43 UTC
Read the original article
Hit count: 222
metaprogramming
Is there high-level language out there for describing algorithms, that's geared towards specification, rather than implementation?
The idea would be to have a machine-readable archive of standard algorithms, with machine-readable annotations on trade-offs, and variants.
I'm thinking of something like CycL / OpenCyC, but for algorithms and programming patterns.
© Stack Overflow or respective owner