4

Does anybody know of a website that lists new scripting/programming languages (or old ones)? I'm not talking about new versions of existing languages, just new or old ones that most people haven't heard of. Even if they're not good languages...?

Graham
  • 3,153
  • 3
  • 16
  • 31
jay_t55
  • 11,362
  • 28
  • 103
  • 174

7 Answers7

6

The best resources for listing languages is of course 99 bottles of beer, featuring snippets for more than 1200 languages, including :

  • brainfuck
  • shakespear
  • lolcode
  • ada
  • assembly
Bite code
  • 578,959
  • 113
  • 301
  • 329
5

Wikipedia has a "list of lists" of languages. This one is particularly massive...

Any list of "new" languages is likely to get out of date pretty quickly. There will always be ones which are new to you though.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
2

http://roesler-ac.de/wolfram/hello.htm

Noon Silk
  • 54,084
  • 6
  • 88
  • 105
2

This page has a nice list in chronological order:

ars
  • 120,335
  • 23
  • 147
  • 134
1

On the Computer Languages History page you can see how languages are related to each other.

Guffa
  • 687,336
  • 108
  • 737
  • 1,005
0

Use google with the year

Example

(2015) Swift https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/

(2016) Ring programming language http://ring-lang.net

(????) Not released yet! the Jai programming language https://github.com/BSVino/JaiPrimer/blob/master/JaiPrimer.md

msfclipper
  • 96
  • 3