Category:Yorick: Difference between revisions

From Rosetta Code
Content added Content deleted
(adding additional info to {{language}} infobox)
m (removing reference to external links that weren't provided; relevant links at yorick.sf.net are now dead)
Line 6: Line 6:
|LCT=no}}
|LCT=no}}


Yorick is an interpreted programming language for scientific simulations or calculations, postprocessing or steering large simulation codes, interactive scientific graphics, and reading, writing, or translating large files of numbers. Yorick includes an interactive graphics package, and a binary file package capable of translating to and from the raw numeric formats of all modern computers. Yorick is written in [[ANSI]] [[C]] and runs on most operating systems (*nix systems, [[Windows]], [[Mac]]). For a short overview, see the Linux Gazette and Unix review articles.
Yorick is an interpreted programming language for scientific simulations or calculations, postprocessing or steering large simulation codes, interactive scientific graphics, and reading, writing, or translating large files of numbers. Yorick includes an interactive graphics package, and a binary file package capable of translating to and from the raw numeric formats of all modern computers. Yorick is written in [[ANSI]] [[C]] and runs on most operating systems (*nix systems, [[Windows]], [[Mac]]).


Yorick has a compact syntax, similar to C, but with array operators. It is easily expandable through dynamic linking of C libraries, allows efficient manipulation of arbitrary size/dimension arrays, and offers extensive graphic capabilities.
Yorick has a compact syntax, similar to C, but with array operators. It is easily expandable through dynamic linking of C libraries, allows efficient manipulation of arbitrary size/dimension arrays, and offers extensive graphic capabilities.

Revision as of 21:54, 11 October 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Yorick
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Parameter passing methods: By reference, By value
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Yorick.

Yorick is an interpreted programming language for scientific simulations or calculations, postprocessing or steering large simulation codes, interactive scientific graphics, and reading, writing, or translating large files of numbers. Yorick includes an interactive graphics package, and a binary file package capable of translating to and from the raw numeric formats of all modern computers. Yorick is written in ANSI C and runs on most operating systems (*nix systems, Windows, Mac).

Yorick has a compact syntax, similar to C, but with array operators. It is easily expandable through dynamic linking of C libraries, allows efficient manipulation of arbitrary size/dimension arrays, and offers extensive graphic capabilities.