[Langage] Julia
-
<p>Coucou !
</p>
<p> </p>
<p style="text-align:center;"><img alt="1394911739-julia.png" src="<base_url>/applications/sslimageproxy/interface/image.php?url=http://image.noelshack.com/fichiers/2014/11/1394911739-julia.png"/></p>
<p></p><p>Vous connaissez Julia ? Un language sous licence MIT créé par Stefan Karpinski, Viral Shah et Jeff Bezanson dont le but était de « Développer un langage de programmation rapide, capable d’être utilisé pour n'importe quelle tâche ». Ce langage de haut niveau <span>influencé par Matlab</span>, R, <span>Ruby</span>, Perl, Python est un langage de programmation multi-plateformes et à typage dynamique. Ce langage est très approprié dans le domaine des mathématique en vue du fait que ce langage ce rapproche des performances du C ( <a href="http://julialang.org/benchmarks/" rel="external nofollow">Benchmark</a>) .</p>
<p> </p>
<p>Exemple d'un "Hello World" :</p>
<pre class="ipsCode prettyprint">
julia>echo hello
echo hello
</pre>
<p>En voici un autre avec une fonction
:</p>
<pre class="ipsCode prettyprint">
function hypot(x,y)Commentaire
x = abs(x)
y = abs(y)
if x > y
r = y/x
return xsqrt(1+rr)
end
if y == 0
return zero(x)
end
r = x/y
return ysqrt(1+rr)
end
</pre>
<p>Selon les concepteurs, ce langage ne s’agit pas là de remplacer les langages les plus courants, mais plutôt de donner un aperçu des futurs langages de programmation.</p>
<p> </p>
<p>Voilà
</p> -
<p>D'ac,
j'ai aussi vu que les concepteurs ont mis environ 40 ans pour développé ce langage !
</p> -
<blockquote class="ipsQuote" data-cite="edgekiller" data-ipsquote="" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="1602" data-ipsquote-contentid="159" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1394903653" data-ipsquote-username="edgekiller">
<div class="ipsQuote_citation">
Le 15/03/2014 à 18:14, edgekiller a dit :
</div>
<div class="ipsQuote_contents">
<div>
<div>
<p>
Ça a l'air pas mal, on dirait un mélange de c++ et de VB.net ^^
</p>
</div>
</div>
</div>
</blockquote>
<p>
</p>
<p>
Je crois que je vais regarder de plus près ce langage, j'aime les cocktails. :lol: <span style="font-size:10px;">(c'est pô drôle)</span>
</p> -
<p>Je regarde les actus ^_^ </p>
-
<p>Pleins de site, comme <a href="http://developpez.com" rel="external nofollow">developpez.com</a>, <a href="http://01net.com" rel="external nofollow">01net.com</a>, <a href="http://frenchweb.fr" rel="external nofollow">frenchweb.fr</a>, puis ça m'enmène vers d'autres site intéressant parfois et je vois de choses, etc... ^_^ </p>
-
<p><strong>Message automatique</strong></p><p></p><p>Le sujet a été déplacé de « <a data-ipb="nomediaparse" href="<base_url>/index.php/forum/1-discussions-communautaires/">Discussions communautaires</a> → <a data-ipb="nomediaparse" href="<base_url>/index.php/forum/9-discussions-g%C3%A9n%C3%A9rales/">Discussions générales</a> » to « <a data-ipb="nomediaparse" href="<base_url>/index.php/forum/51-informatique/">Informatique</a> → <a data-ipb="nomediaparse" href="<base_url>/index.php/forum/105-autres-divers-d%C3%A9couvertes/">Autres / Divers / Découvertes</a> ».</p>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
</p>