Help:Request a new programming language: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 10: Line 10:
* 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.
* 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.
* 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.
* [http://help.creator.zoho.com/Deluge-Reference---Overview.html Deluge]
* [[Dylan]] (http://www.opendylan.org)
* [[Dylan]] (http://www.opendylan.org)
* ECMAScript4 (but see [[JavaScript]], [[ActionScript]])
* ECMAScript4 (but see [[JavaScript]], [[ActionScript]])

Revision as of 23:27, 6 July 2011

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.