Category:Vox: Difference between revisions

From Rosetta Code
Content added Content deleted
(created page)
 
m (Vox is not on the LCT, fix English and links)
 
Line 7: Line 7:
|parampass=both
|parampass=both
|gc=yes
|gc=yes
|LCT=yes
}}
}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|imperative}}
{{language programming paradigm|imperative}}


The '''Vox''' programming language is multi purpose Language, designed to be used in embedded environments, as well as general purpose Language.
The '''Vox''' programming language is multi-purpose language, designed to be used in embedded environments, as well as for general purposes.


Vox has started out as a fork of the [Category:Squirrel|Squirrel] language, but has moved into a different direction ever since. While [Category:Squirrel|Squirrel] is mostly intended to be used in embedding, Vox tries to tackle this problem by providing a larger standard library (based on Boost), extended object manipulation (borrowing many ideas from languages like Python), and an <code>import</code> function, that is largely borrowed from Lua (although only the Idea is, but not the code). Despite that, Vox is ''not'' compatible with Squirrel.
Vox started out as a fork of the [[Category:Squirrel|Squirrel]] language, but has moved in a different direction ever since. While Squirrel is mostly intended to be used in embedding, Vox tries to tackle this problem by providing a larger standard library (based on [[Boost]]), extended object manipulation (borrowing many ideas from languages like [[Python]]), and an <code>import</code> function, that is largely borrowed from [[Lua]] (only the idea, not the code). Despite that, Vox is ''not'' compatible with Squirrel.

Latest revision as of 06:27, 11 February 2012

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


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


The Vox programming language is multi-purpose language, designed to be used in embedded environments, as well as for general purposes.

Vox started out as a fork of the language, but has moved in a different direction ever since. While Squirrel is mostly intended to be used in embedding, Vox tries to tackle this problem by providing a larger standard library (based on Boost), extended object manipulation (borrowing many ideas from languages like Python), and an import function, that is largely borrowed from Lua (only the idea, not the code). Despite that, Vox is not compatible with Squirrel.

Subcategories

This category has only the following subcategory.

@

Pages in category "Vox"

This category contains only the following page.