Julia Programmiersprache

[mail from hanstorggler3(a)gmail.com forwarded by Chris]

Hallo Liste,

hat jemand von Euch Erfahrung mit der Sprache Julia? Ich habe etwas damit herum experimentiert. Die Sprache scheint sehr schnelles Rechnen zu ermöglichen. Allerdings bin ich noch nicht drauf gekommen, wie man Programme (als Skript denke ich) schreibt, speichert und wieder zum laufen bringt.

Danke im voraus und Grüsse aus Terlan
Hans

AttachedMessagePart.bat (144 Bytes)

On linux?

#!/usr/bin/env julia
println("Hallo :smirk_cat:")

> hat jemand von Euch Erfahrung mit der Sprache Julia? Ich habe etwas
> damit herum experimentiert. Die Sprache scheint sehr schnelles Rechnen
> zu ermöglichen. Allerdings bin ich noch nicht drauf gekommen, wie man
> Programme (als Skript denke ich) schreibt, speichert und wieder zum
> laufen bringt.

On linux?

#!/usr/bin/env julia
println("Hallo :smirk_cat:")

Or:

By the way, I really love the language (multiple dispatch is my
favorite feature). I've written quite some amount of julia code in the
last year.

If somebody is interested, I'd feel confident to do some introduction to
the language (like we did last year for the python course - but not as
long, I don't have the time) and bring up any special topic you might be
interested in.

But be warned the language itself is still in flux. The list of changes
between 0.5 and 0.6 is significant, with more of similar magnitude
planned for 0.7. It's not currently a language for long-term projects!

Hi Yuri!

Please sign me on the Julia course participant list.
Will be fun to have you as instructor once more ;o)

tnks,
diego

attachment.htm (1.82 KB)