User talk:EdK: Difference between revisions

No edit summary
Line 23:
 
So my memory is correct the instructions sets are different.[[User:EdK]]
 
== Language and library organization ==
 
I really appreciate all the work you're doing with language, implementation and library association and documentation. I've got some ideas about associating those pages within the context of Semantic MediaWiki. Would you be interested in hashing this out and helping get it implemented? (It should only involve making changes to wiki pages, much like what you're already doing.)
 
My thoughts are:
* Distinguish between library, API and bindings between libraries and bindings to a language. That way:
** An example said to use, e.g. PyGTK could be programattically assumed to use GTK, and an example said to use Xcb could be assumed to use X11.
** An example using GLib could be assumed to be using OpenGL
** GLUT is both an API and a library, but the original has long lapsed. There are replacements, though, and they could all be assumed to be implementations of GLUT.
** The ISO89 C Runtime has an API spec, and any library/C language binding that correctly implements it could be reasoned by SMW to provide that runtime, and so any C example that uses an API spec could be reasoned to be an example use of those libraries.
 
That's the gist of the idea, for now. Does this strike your interest? --[[User:Short Circuit|Michael Mol]] 17:28, 13 August 2010 (UTC)