Help:Request a new programming language: Difference between revisions

From Rosetta Code
Content added Content deleted
(Requested Charity)
(Go and REBOL were added)
Line 13: Line 13:
* es-shell (note: successor of rc, not very similar but related to shells)
* es-shell (note: successor of rc, not very similar but related to shells)
* Fortran 95/2003 (note: [[Fortran]] exists, mostly the F77 dialect) (''indeed recently there's some more of Fortran90/95:D'')
* Fortran 95/2003 (note: [[Fortran]] exists, mostly the F77 dialect) (''indeed recently there's some more of Fortran90/95:D'')
* Go (http://golang.org/)
* Inform
* Inform
* INTERCAL
* INTERCAL
Line 23: Line 22:
* Nickle
* Nickle
* Q The equational programming language based on term rewriting.(http://q-lang.sourceforge.net/)
* Q The equational programming language based on term rewriting.(http://q-lang.sourceforge.net/)
* Rebol
* Refal
* Refal
* RPG III
* RPG III

Revision as of 00:41, 5 January 2010

So you want to see some of the tasks solved using another programming language? Edit this page, and add your request below! (Click the "edit" tab at the top.) Also, mention which programming tasks you had in mind. You should also check out the current list of included languages.

  • ABAP
  • ASP.Net
  • AutoIt v3
  • Charity (http://pll.cpsc.ucalgary.ca/charity1/www/home.html). Charity is a categorical programming language.
  • CPP, the C preprocessor, which is also the C++ preprocessor. Why not treat it as a language in itself? It is possible to run the preprocessor as a standalone language processor. Examples with macros in C++ and examples with macros in C (e.g., 99 Bottles of Beer) seem to be either duplicates or very similar.
  • DDC (http://www.haskell.org/haskellwiki/DDC) is haskell-like language with strict static types, type inference, tracking of mutability and side effects in the type system and default pass-by-reference semantics.
  • Dylan (http://www.opendylan.org)
  • ECMAScript4 (but see JavaScript, ActionScript)
  • Euphoria
  • es-shell (note: successor of rc, not very similar but related to shells)
  • Fortran 95/2003 (note: Fortran exists, mostly the F77 dialect) (indeed recently there's some more of Fortran90/95:D)
  • Inform
  • INTERCAL
  • Joyce (note: One of the influential concurrent languages, probably similar to super pascal)
  • LabView
  • Logtalk
  • MAD (Michigan Algorithmic Decoder)
  • MUMPS (alt name= M) used in medical dbases, (Massachusetts General Hospital Utility Multi-Programming System) implementations: Cache , GT.M
  • Nickle
  • Q The equational programming language based on term rewriting.(http://q-lang.sourceforge.net/)
  • Refal
  • RPG III
  • RPG IV
  • Regular Expressions (but see task Regular expression matching)
  • Splus
  • SNOBOL (but see Icon which has a similar pattern matching system)
  • TXL
  • Vala (http://live.gnome.org/Vala)
  • VBA (Visual Basic for Applications)
  • Visual Basic 6 (note: Visual Basic and VB.NET exist)
  • Visual FoxPro
  • VO (CA-Visual Objects)