Category:Arendelle: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
|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::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].


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

[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].

Revision as of 18:33, 17 March 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