Category:Arendelle: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
}}
}}


[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://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 ==
== Some good links ==
* [http://web.arendelle.org Website]
* [http://web.arendelle.org Website]
* [http://book.arendelle.org/book/ Book]
* [http://book.arendelle.org Book]
* [http://book.arendelle.org/developer/ Arendelle Developer]
* [http://web.arendelle.org/developer/ Arendelle Developer]
* [https://github.com/arendelle Project on GitHub]
* [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