<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Julia on The Photonsphere</title>
    <link>https://photonsphere.org/series/julia/</link>
    <description>Recent content in Julia on The Photonsphere</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Mari Donkers / Wikimedia Commons</copyright>
    <lastBuildDate>Fri, 07 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://photonsphere.org/series/julia/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Julia — Pluto.jl notebooks</title>
      <link>https://photonsphere.org/post/2025-11-07-julia-pluto-notebooks/</link>
      <pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2025-11-07-julia-pluto-notebooks/</guid>
      <description>
        
          
            &lt;p&gt;Experimenting with Julia and Pluto notebooks.&lt;/p&gt;
&lt;h1 id=&#34;julia&#34;&gt;Julia&lt;/h1&gt;
&lt;p&gt;The &lt;a href=&#34;https://julialang.org/&#34;&gt;Julia&lt;/a&gt; programming language aims to create an unprecedented combination of ease-of-use, power, and efficiency in a single language. Julia is an open source project with over 1,000 contributors. In addition to the above, some advantages of Julia over comparable systems include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Free and open source (MIT licensed)&lt;/li&gt;
&lt;li&gt;User-defined types are as fast and compact as built-ins&lt;/li&gt;
&lt;li&gt;No need to vectorize code for performance; devectorized code is fast&lt;/li&gt;
&lt;li&gt;Designed for parallelism and distributed computation&lt;/li&gt;
&lt;li&gt;Lightweight &amp;quot;green&amp;quot; threading (coroutines)&lt;/li&gt;
&lt;li&gt;Unobtrusive yet powerful type system&lt;/li&gt;
&lt;li&gt;Elegant and extensible conversions and promotions for numeric and other types&lt;/li&gt;
&lt;li&gt;Efficient support for Unicode, including but not limited to UTF-8&lt;/li&gt;
&lt;li&gt;Call C functions directly (no wrappers or special APIs needed)&lt;/li&gt;
&lt;li&gt;Powerful shell-like capabilities for managing other processes&lt;/li&gt;
&lt;li&gt;Lisp-like macros and other metaprogramming facilities&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://julialang.org/install/&#34;&gt;Installing Julia&lt;/a&gt; — &lt;code&gt;juliaup&lt;/code&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Julia programming language</title>
      <link>https://photonsphere.org/post/2018-03-23-julia/</link>
      <pubDate>Fri, 23 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2018-03-23-julia/</guid>
      <description>
        
          
            &lt;p&gt;A high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. – &lt;a href=&#34;https://github.com/JuliaLang/julia&#34;&gt;Julia&lt;/a&gt; (by &lt;a href=&#34;https://julialang.org/&#34;&gt;JuliaLang&lt;/a&gt;).&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
