It was being developed to provide links for the IBit Development but the IBit project is now closed :-(
I will now use the site to help with my teaching.
Have you heard of some of the programming languages I have used?
For example:
hpl - a language used on an early personal computer with a Wikipedia page here!
Focal - a lot like the old Basic - another Wikipedia page here!
After that I started working with compiled languages:
C - which is still around
C++ - my first introduction to Objected Oriented programming
C# - which is like C++ made a version of Java
Then of course there is Java which is neither fully compiled or fully interpreted.
Not to mention PHP, JavaScript and Perl
And mark up languages like HTML!
And early AI languages like Prolog and Poplog!
Not to mention Pascal and Delphi - the former being the best language to learn I ever tried to teach.
And finally My Python writing Python - well this is an interpreted language - though recent versions make it a bit of an intermediate language. Like Java but with a different syntax.
The originators of Python believe their language has a simpler syntax but if you come from a C like background it keeps tripping you up.
A useful resource for anyone learning programming in a wide range of languages is W3 Schools