Help:Request a new programming language: Difference between revisions

From Rosetta Code
Content added Content deleted
(added Malbolge (for which several programs in the task list already exist))
(BitC)
Line 5: Line 5:
* ASP.Net
* ASP.Net
* AutoIt v3
* AutoIt v3
* BitC (http://www.bitc-lang.org/), a low-level systems programming language with syntax similar to Standard ML and Haskell.
* Charity (http://pll.cpsc.ucalgary.ca/charity1/www/home.html). Charity is a categorical programming language.
* 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.
* 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.

Revision as of 22:02, 6 April 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
  • BitC (http://www.bitc-lang.org/), a low-level systems programming language with syntax similar to Standard ML and Haskell.
  • 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)
  • Malbolge (public domain esoteric programming language)
  • 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)
  • Scilab
  • 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)