Category:Wren: Difference between revisions

From Rosetta Code
Content added Content deleted
(Create page)
 
(Added some links and a note about syntax highlighting.)
Line 10: Line 10:


Wren is a lightweight, [[object-oriented]] [[programming language]] designed to be an easily-embeddable scripting language.
Wren is a lightweight, [[object-oriented]] [[programming language]] designed to be an easily-embeddable scripting language.

It is under development on [https://github.com/wren-lang/wren GitHub] and is fully documented [http://wren.io/ here].

In common with several other 'newer' languages (Rust, Kotlin, Julia, Swift, Phix etc.) Wren doesn't have its own syntax highlighing on Rosetta Code as GeSHi support hasn't been updated for a long time and may never be. However, I've found by experimentation that, if ''ecmascript'' is used in the ''lang'' tag, then this will highlight all of Wren's keywords except ''construct'' and ''foreign'' and is probably the best we can do in the circumstances.

Revision as of 08:42, 14 April 2020

Language
Wren
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:


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


Wren is a lightweight, object-oriented programming language designed to be an easily-embeddable scripting language.

It is under development on GitHub and is fully documented here.

In common with several other 'newer' languages (Rust, Kotlin, Julia, Swift, Phix etc.) Wren doesn't have its own syntax highlighing on Rosetta Code as GeSHi support hasn't been updated for a long time and may never be. However, I've found by experimentation that, if ecmascript is used in the lang tag, then this will highlight all of Wren's keywords except construct and foreign and is probably the best we can do in the circumstances.

Subcategories

This category has only the following subcategory.

@

Pages in category "Wren"

The following 200 pages are in this category, out of 1,675 total.

(previous page) (next page)

A

(previous page) (next page)