@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	dbpprop:name	"Reia"@en .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	foaf:page	<http://en.wikipedia.org/wiki/Reia_%28programming_language%29> ;
	dbpprop:reference	<http://reia-lang.org/> .
@prefix ns2:	<http://erlanginside.com/> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	dbpprop:reference	ns2:interview-with-tony-arcieri-on-reia-and-erlang-part-ii-59 ,
		ns2:reia-brings-scripting-to-erlang-34 ,
		<http://debasishg.blogspot.com/2008/06/targeting-beam-for-extreme-reliability.html> ,
		<http://lambda-the-ultimate.org/node/3018> ,
		ns2:interview-with-reia-creator-tony-arcieri-on-erlang-reia-python-and-rails-48 .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	rdfs:label	"Reia"@fr ,
		"Reia (programming language)"@en ;
	dbpprop:abstract	"Reia est un langage de programmation concurrent orient\u00E9 objet pour la machine virtuelle Erlang. Reia supporte diff\u00E9rents paradigmes dont : la programmation imp\u00E9rative la programmation orient\u00E9e objet, la programmation fonctionnelle, la programmation d\u00E9clarative et la programmation concurrente. Ce langage utilise le mod\u00E8le d'acteur pour la concurrence, de mani\u00E8re \u00E0 fonctionner avec son syst\u00E8me d'objets. Son typage est dynamique, et g\u00E8re la m\u00E9moire de mani\u00E8re automatique. Ce langage est proche, par diff\u00E9rents aspects, de l'Erlang, du Ruby et du Python."@fr ,
		"Reia is a general-purpose concurrent object-oriented programming language for the Erlang virtual machine. Reia supports multiple programming paradigms including imperative, functional, declarative, object oriented, and concurrent. It uses the actor model for concurrency in a manner that works alongside its object system. It uses pattern matching as the primary operation by which it selects branches to take and binds variables. It also has a dynamic type system and automatic memory management; it is therefore similar in varying respects to Erlang, Ruby, and Python."@en ;
	rdfs:comment	"Reia is a general-purpose concurrent object-oriented programming language for the Erlang virtual machine. Reia supports multiple programming paradigms including imperative, functional, declarative, object oriented, and concurrent. It uses the actor model for concurrency in a manner that works alongside its object system. It uses pattern matching as the primary operation by which it selects branches to take and binds variables."@en ,
		"Reia est un langage de programmation concurrent orient\u00E9 objet pour la machine virtuelle Erlang. Reia supporte diff\u00E9rents paradigmes dont : la programmation imp\u00E9rative la programmation orient\u00E9e objet, la programmation fonctionnelle, la programmation d\u00E9clarative et la programmation concurrente. Ce langage utilise le mod\u00E8le d'acteur pour la concurrence, de mani\u00E8re \u00E0 fonctionner avec son syst\u00E8me d'objets. Son typage est dynamique, et g\u00E8re la m\u00E9moire de mani\u00E8re automatique."@fr .
@prefix ns4:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	dbpprop:wikiPageUsesTemplate	ns4:infobox_programming_language ;
	dbpprop:year	2008 ;
	dbpprop:influencedBy	<http://dbpedia.org/resource/Python_%28programming_language%29> ,
		<http://dbpedia.org/resource/Erlang_%28programming_language%29> ,
		<http://dbpedia.org/resource/Ruby_%28programming_language%29> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Reia_%28programming_language%29>	dbpprop:license	dbpedia:MIT_License ;
	dbpprop:paradigm	dbpedia:Functional_programming ,
		dbpedia:Concurrent_programming ,
		dbpedia:Imperative_programming ,
		dbpedia:Declarative_programming ,
		dbpedia:Multi-paradigm_programming_language ,
		dbpedia:Object-oriented_programming_language ;
	dbpprop:typing	dbpedia:Strongly-typed_programming_language ,
		dbpedia:Type_system .