Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have read that a number of new programming languages are created each year, however I have never seen a single one. Where exactly are these things published? Is there some site out there that keeps track of them?

(I don't have any intention to learn such languages - I am only interested)

share|improve this question

4 Answers

up vote 8 down vote accepted

I don't think there's one place that's generally agreed upon. A lot will depend on the type of language and on the source. Quite a few are invented by university students, and generally published in that student's thesis, dissertation, etc. Many companies have some sort of technical journal or other to publish their researchers' results. If it's somebody doing it on their own time, they might well publish it on their blog. If they decide to make the implementation an open source project, they might well publish it someplace like BitBucket, SourceForge, Github, etc. If it's (for example) a functional language, they might publish it someplace like Lambda the Ultimate. In some cases, it'll fit more than one category, and be published several of those places at once.

share|improve this answer
Only place I'd add to this list is reddit.com/r/programming – Jetti Nov 12 '11 at 21:27

Where exactly are these things published?

Many places. Start with source forge, git hub and any other site that supports open source code. Go to University research sites. Read the Communications of the ACM and the IEEE Computer Society magazines. Then read the various ACM publications on programming languages.

It's not secret. It's very, very public.

Is there some site out there that keeps track of them?

No.

Wikipedia, however, tends to accumulate this kind of information. http://en.wikipedia.org/wiki/Lists_of_programming_languages

share|improve this answer

The HOPL an interactive Roster of Programming Languages site collects a list of programming languages, both historic and new, but the interface is rather hard to use.

share|improve this answer

Felix is described at felix-lang.org, but the source is on GitHub.com. So even one language can't be said to be published in one place :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.