Category:Arendelle: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language |site=http://web.arendelle.org/ |checking=dynamic |gc=yes |parampass=reference |tags=arendelle }} [http://web.arendelle.org/ Arendelle] is a very minimal s...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}{{language
{{stub}}{{language
|site=http://web.arendelle.org/
|site=http://web.arendelle.org/
|checking=dynamic
|gc=yes
|gc=yes
|parampass=reference
|parampass=value
|tags=arendelle
|tags=arendelle
}}
}}


[http://web.arendelle.org/ Arendelle] is a very minimal simple language designed for educational purposes and has 3 implementations in [[implemented in language::Swift]], [[implemented in language::Java]] and [[implemented in language::C#]] plus 2 code highlighting libraries in [[implemented in language::JavaScript]] as well as [[implemented in language::C#]]. Concepts of Arendelle are fairly different from all existing languages so to understand you may read [http://web.arendelle/book/ this online book].
[http://web.arendelle.org/ Arendelle] is a very minimal simple language designed for educational purposes and has 3 implementations in [[implemented in language::Java]], [[implemented in language::Swift]] and [[implemented in language::C#]] plus 2 code highlighting libraries in [[implemented in language::JavaScript]] as well as [[implemented in language::C#]]. Concepts of Arendelle are fairly different from all existing languages so to understand you may read [http://book.arendelle.org this online book]

== Some good links ==
* [http://web.arendelle.org Website]
* [http://book.arendelle.org Book]
* [http://web.arendelle.org/developer/ Arendelle Developer]
* [https://github.com/arendelle Project on GitHub]

Latest revision as of 14:14, 9 September 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Arendelle
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Yes
Parameter passing methods: By value
Lang tag(s): arendelle
See Also:


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

Arendelle is a very minimal simple language designed for educational purposes and has 3 implementations in Java, Swift and C# plus 2 code highlighting libraries in JavaScript as well as C#. Concepts of Arendelle are fairly different from all existing languages so to understand you may read this online book

Some good links