jashkenas / coffeescript

Unfancy JavaScript
https://coffeescript.org/
MIT License
16.52k stars 1.99k forks source link

Broken links on "List of languages that compile to JS" wiki page #3961

Closed adrianblynch closed 7 years ago

adrianblynch commented 9 years ago

Below are a list of links on the List of languages that compile to JS page that fail for one reason of another or need updating in some manner:

[
  { statusCode: 404,  text: 'Radium', href: 'https://github.com/RadiumLang/radium' },
  { statusCode: 502,  text: 'Local.js', href: 'http://grimwire.com/local/' },
  { statusCode: null, text: 'MileScript', href: 'http://milescript.org/' },
  { statusCode: null, text: 'TameJS', href: 'http://tamejs.org/' },
  { statusCode: null, text: 'Latte JS', href: 'http://lattejs.com/' },
  { statusCode: 404,  text: 'Red', href: 'https://github.com/jessesielaff/red' },
  { statusCode: 405,  text: 'Skulpt', href: 'http://www.skulpt.org/' },
  { statusCode: null, text: 'JScala', href: 'http://jscala.org' },
  { statusCode: 404,  text: 'Prefix', href: 'http://www.toptensoftware.com/prefix/' },
  { statusCode: 404,  text: 'Pit', href: 'https://github.com/fsharp/pitfw' },
  { statusCode: 404,  text: 'scheme2js', href: 'http://www-sop.inria.fr/indes/scheme2js/' },
  { statusCode: 403,  text: 'UHC', href: 'http://www.cs.uu.nl/wiki/bin/view/Ehc/UhcUserDocumentation#5_7_3_jscript_Core_based_JavaScr' },
  { statusCode: 404,  text: 'https://github.com/aculich/lambdascript', href: 'https://github.com/aculich/lambdascript' },
  { statusCode: 404,  text: 'YHC', href: 'http://www.haskell.org/haskellwiki/Yhc/JavaScript' },
  { statusCode: null, text: 'Avocado', href: 'http://avocadojs.com/' },
  { statusCode: null, text: 'Emscripten', href: 'http://emscripten.org/' },
  { statusCode: null, text: 'Elevate Web Builder', href: 'http://www.elevatesoft.com/products?category=ewb' },
  { statusCode: 404,  text: 'Fantom', href: 'http://fantom.org/' },
  { statusCode: null, text: 'Opa', href: 'http://www.opalang.org/' },
  { statusCode: null, text: 'jsForth', href: 'http://forthfreak.net/jsforth80x25.html' },
  { statusCode: 404,  text: 'Jotlin', href: 'https://github.com/dnlo/jotlin' },
  { statusCode: 404,  text: 'CommonJS version in DoctorJS', href: 'https://github.com/mozilla/doctorjs/tree/master/lib/jsctags/narcissus' },
  { statusCode: 404,  text: 'Jasy: Python port of Narcissus with some enhancements', href: 'https://github.com/wpbasti/jasy/tree/master/lib/jasy/parser' }
]

I've updated some but thought a group effort might be quicker.

jessaustin commented 9 years ago

I thought the point of a wiki was that it can be fixed without going to the issue tracker?

adrianblynch commented 9 years ago

This was a call for help as I don't have time to do it. These are broken links which could do with updates or removal.

GeoffreyBooth commented 7 years ago

If someone would like to update the wiki, please feel free. I don’t think we need this issue open as a reminder.