Getting started with the Julia language

I read the manual. I reckon about 30% of it stuck.
Now is time to start doing something.
I am going to try and process an image.
The Julia software for image processing is called JuliaImages

The package is called Images.
To install a package from the REPL you

  • hit the ‘]’ key and get a package system prompt
(@v1.11) pkg>
  • use the add command
(@v1.11) pkg> add Images
   Resolving package versions...
   Installed JpegTurbo_jll ──────────────────── v3.1.1+0
   Installed ImageIO ────────────────────────── v0.6.9
   Installed ImageSegmentation ──────────────── v1.8.4
   Installed TiledIteration ─────────────────── v0.5.0
   Installed OffsetArrays ───────────────────── v1.16.0
   Installed JpegTurbo ──────────────────────── v0.1.6
   Installed AxisArrays ─────────────────────── v0.4.7
   Installed TiffImages ─────────────────────── v0.11.3
   Installed LERC_jll ───────────────────────── v3.0.0+1
   Installed FFTW ───────────────────────────── v1.8.1
   Installed HistogramThresholding ──────────── v0.3.1
   Installed Sixel ──────────────────────────── v0.1.3
   Installed RegionTrees ────────────────────── v0.3.2
   Installed ProgressMeter ──────────────────── v1.10.2
   Installed PNGFiles ───────────────────────── v0.4.4
   Installed Preferences ────────────────────── v1.4.3
   Installed ImageMagick ────────────────────── v1.4.1
   Installed StaticArrays ───────────────────── v1.9.13
   Installed OpenEXR ────────────────────────── v0.3.3
   Installed NearestNeighbors ───────────────── v0.4.21
   Installed ColorSchemes ───────────────────── v3.29.0
   Installed Images ─────────────────────────── v0.26.2
   Installed FileIO ─────────────────────────── v1.17.0
   Installed Polynomials ────────────────────── v4.0.19
   Installed Libgpg_error_jll ───────────────── v1.51.1+0
   Installed IntelOpenMP_jll ────────────────── v2025.0.4+0
   Installed CEnum ──────────────────────────── v0.5.0
   Installed Xorg_libpthread_stubs_jll ──────── v0.1.2+0
   Installed MetaGraphs ─────────────────────── v0.8.0
   Installed Netpbm ─────────────────────────── v1.1.1
   Installed Statistics ─────────────────────── v1.11.1
   Installed Static ─────────────────────────── v1.2.0
   Installed Xorg_libXau_jll ────────────────── v1.0.12+0
   Installed Missings ───────────────────────── v1.2.0
   Installed Distances ──────────────────────── v0.10.12
   Installed SLEEFPirates ───────────────────── v0.6.43
   Installed RealDot ────────────────────────── v0.1.0
   Installed ImageContrastAdjustment ────────── v0.3.12
   Installed SIMDTypes ──────────────────────── v0.1.0
   Installed JLD2 ───────────────────────────── v0.5.12
   Installed IrrationalConstants ────────────── v0.2.4
   Installed CpuId ──────────────────────────── v0.3.1
   Installed PtrArrays ──────────────────────── v1.3.0
   Installed QOI ────────────────────────────── v1.0.1
   Installed IfElse ─────────────────────────── v0.1.1
   Installed Giflib_jll ─────────────────────── v5.2.3+0
   Installed ArnoldiMethod ──────────────────── v0.4.0
   Installed SIMD ───────────────────────────── v3.7.1
   Installed PkgVersion ─────────────────────── v0.3.3
   Installed StaticArraysCore ───────────────── v1.4.3
   Installed NaNMath ────────────────────────── v1.1.2
   Installed Clustering ─────────────────────── v0.15.8
   Installed ThreadingUtilities ─────────────── v0.5.2
   Installed WebP ───────────────────────────── v0.1.3
   Installed CustomUnitRanges ───────────────── v1.0.2
   Installed Ratios ─────────────────────────── v0.4.5
   Installed ManualMemory ───────────────────── v0.1.8
   Installed ImageMetadata ──────────────────── v0.9.10
   Installed Graphics ───────────────────────── v1.1.3
   Installed ComputationalResources ─────────── v0.3.2
   Installed TranscodingStreams ─────────────── v0.11.3
   Installed Colors ─────────────────────────── v0.13.0
   Installed DataStructures ─────────────────── v0.18.22
   Installed Graphs ─────────────────────────── v1.12.0
   Installed CatIndices ─────────────────────── v0.2.2
   Installed MappedArrays ───────────────────── v0.4.2
   Installed ImageMagick_jll ────────────────── v7.1.1+1
   Installed StatsAPI ───────────────────────── v1.7.0
   Installed PaddedViews ────────────────────── v0.5.12
   Installed CommonWorldInvalidations ───────── v1.0.0
   Installed Compat ─────────────────────────── v4.16.0
   Installed ImageTransformations ───────────── v0.10.1
   Installed StaticArrayInterface ───────────── v1.8.0
   Installed StatsBase ──────────────────────── v0.34.4
   Installed LazyModules ────────────────────── v0.3.1
   Installed MosaicViews ────────────────────── v0.3.4
   Installed libpng_jll ─────────────────────── v1.6.47+0
   Installed Xorg_libxcb_jll ────────────────── v1.17.0+3
   Installed ColorTypes ─────────────────────── v0.12.0
   Installed ImageCore ──────────────────────── v0.10.5
   Installed BitTwiddlingConvenienceFunctions ─ v0.1.6
   Installed ImageFiltering ─────────────────── v0.7.9
   Installed TensorCore ─────────────────────── v0.1.1
   Installed oneTBB_jll ─────────────────────── v2022.0.0+0
   Installed Zstd_jll ───────────────────────── v1.5.7+1
   Installed LayoutPointers ─────────────────── v0.1.17
   Installed Inflate ────────────────────────── v0.1.5
   Installed ImageCorners ───────────────────── v0.1.3
   Installed ImageQualityIndexes ────────────── v0.3.7
   Installed Imath_jll ──────────────────────── v3.1.11+0
   Installed Libtiff_jll ────────────────────── v4.4.0+0
   Installed IntegralArrays ─────────────────── v0.1.6
   Installed AbstractFFTs ───────────────────── v1.5.0
   Installed Xorg_libXext_jll ───────────────── v1.3.6+3
   Installed Setfield ───────────────────────── v1.1.2
   Installed LoopVectorization ──────────────── v0.12.172
   Installed MKL_jll ────────────────────────── v2025.0.1+1
   Installed ImageShow ──────────────────────── v0.3.8
   Installed Interpolations ─────────────────── v0.15.1
   Installed JLLWrappers ────────────────────── v1.7.0
   Installed ColorVectorSpace ───────────────── v0.11.0
   Installed OrderedCollections ─────────────── v1.8.0
   Installed CoordinateTransformations ──────── v0.6.4
   Installed ArrayInterface ─────────────────── v7.18.0
   Installed ChainRulesCore ─────────────────── v1.25.1
   Installed Reexport ───────────────────────── v1.2.2
   Installed PolyesterWeave ─────────────────── v0.2.2
   Installed ConstructionBase ───────────────── v1.5.8
   Installed AliasTables ────────────────────── v1.1.3
   Installed Ghostscript_jll ────────────────── v9.55.0+4
   Installed LogExpFunctions ────────────────── v0.3.29
   Installed Quaternions ────────────────────── v0.7.6
   Installed StackViews ─────────────────────── v0.1.1
   Installed LittleCMS_jll ──────────────────── v2.12.0+0
   Installed UnPack ─────────────────────────── v1.0.2
   Installed XSLT_jll ───────────────────────── v1.1.42+0
   Installed CloseOpenIntervals ─────────────── v0.1.13
   Installed SimpleTraits ───────────────────── v0.9.4
   Installed RangeArrays ────────────────────── v0.3.2
   Installed FFTW_jll ───────────────────────── v3.3.10+3
   Installed MacroTools ─────────────────────── v0.5.15
   Installed Rotations ──────────────────────── v1.7.1
   Installed DocStringExtensions ────────────── v0.9.4
   Installed OpenEXR_jll ────────────────────── v3.2.4+0
   Installed Adapt ──────────────────────────── v4.3.0
   Installed XML2_jll ───────────────────────── v2.13.6+1
   Installed ImageBase ──────────────────────── v0.1.7
   Installed IntervalSets ───────────────────── v0.7.10
   Installed ImageBinarization ──────────────── v0.3.1
   Installed IterTools ──────────────────────── v1.10.0
   Installed IndirectArrays ─────────────────── v1.0.0
   Installed Xorg_xtrans_jll ────────────────── v1.5.1+0
   Installed OpenJpeg_jll ───────────────────── v2.4.0+0
   Installed VectorizationBase ──────────────── v0.21.71
   Installed Libgcrypt_jll ──────────────────── v1.11.0+0
   Installed CPUSummary ─────────────────────── v0.2.6
   Installed SimpleWeightedGraphs ───────────── v1.5.0
   Installed PrecompileTools ────────────────── v1.2.1
   Installed DataAPI ────────────────────────── v1.16.0
   Installed FixedPointNumbers ──────────────── v0.8.5
   Installed ImageDistances ─────────────────── v0.2.17
   Installed RecipesBase ────────────────────── v1.3.4
   Installed AxisAlgorithms ─────────────────── v1.1.0
   Installed Libiconv_jll ───────────────────── v1.18.0+0
   Installed libsixel_jll ───────────────────── v1.10.5+0
   Installed HostCPUFeatures ────────────────── v0.1.17
   Installed ImageAxes ──────────────────────── v0.6.12
   Installed Requires ───────────────────────── v1.3.1
   Installed Xorg_libX11_jll ────────────────── v1.8.6+3
   Installed Parameters ─────────────────────── v0.12.3
   Installed FFTViews ───────────────────────── v0.3.2
   Installed ImageMorphology ────────────────── v0.4.6
   Installed WoodburyMatrices ───────────────── v1.0.0
   Installed Xorg_libXdmcp_jll ──────────────── v1.1.5+0
   Installed Libglvnd_jll ───────────────────── v1.7.0+0
   Installed SortingAlgorithms ──────────────── v1.2.1
   Installed libwebp_jll ────────────────────── v1.4.0+0
  Downloaded artifact: JpegTurbo
  Downloaded artifact: LERC
  Downloaded artifact: Xorg_libpthread_stubs
  Downloaded artifact: Libgpg_error
  Downloaded artifact: Xorg_libXau
  Downloaded artifact: Giflib
  Downloaded artifact: ImageMagick
  Downloaded artifact: Xorg_libxcb
  Downloaded artifact: libpng
  Downloaded artifact: oneTBB
  Downloaded artifact: Xorg_libXext
  Downloaded artifact: Zstd
  Downloaded artifact: Imath
  Downloaded artifact: Libtiff
  Downloaded artifact: XSLT
  Downloaded artifact: Ghostscript
  Downloaded artifact: LittleCMS
  Downloaded artifact: FFTW
  Downloaded artifact: OpenEXR
  Downloaded artifact: XML2
  Downloaded artifact: Xorg_xtrans
  Downloaded artifact: OpenJpeg
  Downloaded artifact: Libgcrypt
  Downloaded artifact: Libiconv
  Downloaded artifact: libsixel
  Downloaded artifact: Libglvnd
  Downloaded artifact: Xorg_libX11
  Downloaded artifact: Xorg_libXdmcp
  Downloaded artifact: libwebp
    Updating `~/.julia/environments/v1.11/Project.toml`
  [916415d5] + Images v0.26.2
    Updating `~/.julia/environments/v1.11/Manifest.toml`
  [621f4979] + AbstractFFTs v1.5.0
  [79e6a3ab] + Adapt v4.3.0
  [66dad0bd] + AliasTables v1.1.3
  [ec485272] + ArnoldiMethod v0.4.0
  [4fba245c] + ArrayInterface v7.18.0
  [13072b0f] + AxisAlgorithms v1.1.0
  [39de3d68] + AxisArrays v0.4.7
  [62783981] + BitTwiddlingConvenienceFunctions v0.1.6
  [fa961155] + CEnum v0.5.0
  [2a0fbf3d] + CPUSummary v0.2.6
  [aafaddc9] + CatIndices v0.2.2
  [d360d2e6] + ChainRulesCore v1.25.1
  [fb6a15b2] + CloseOpenIntervals v0.1.13
  [aaaa29a8] + Clustering v0.15.8
  [35d6a980] + ColorSchemes v3.29.0
  [3da002f7] + ColorTypes v0.12.0
  [c3611d14] + ColorVectorSpace v0.11.0
  [5ae59095] + Colors v0.13.0
  [f70d9fcc] + CommonWorldInvalidations v1.0.0
  [34da2185] + Compat v4.16.0
  [ed09eef8] + ComputationalResources v0.3.2
  [187b0558] + ConstructionBase v1.5.8
  [150eb455] + CoordinateTransformations v0.6.4
  [adafc99b] + CpuId v0.3.1
  [dc8bdbbb] + CustomUnitRanges v1.0.2
  [9a962f9c] + DataAPI v1.16.0
  [864edb3b] + DataStructures v0.18.22
  [b4f34e82] + Distances v0.10.12
  [ffbed154] + DocStringExtensions v0.9.4
  [4f61f5a4] + FFTViews v0.3.2
  [7a1cc6ca] + FFTW v1.8.1
  [5789e2e9] + FileIO v1.17.0
  [53c48c17] + FixedPointNumbers v0.8.5
  [a2bd30eb] + Graphics v1.1.3
  [86223c79] + Graphs v1.12.0
  [2c695a8d] + HistogramThresholding v0.3.1
  [3e5b6fbb] + HostCPUFeatures v0.1.17
  [615f187c] + IfElse v0.1.1
  [2803e5a7] + ImageAxes v0.6.12
  [c817782e] + ImageBase v0.1.7
  [cbc4b850] + ImageBinarization v0.3.1
  [f332f351] + ImageContrastAdjustment v0.3.12
  [a09fc81d] + ImageCore v0.10.5
  [89d5987c] + ImageCorners v0.1.3
  [51556ac3] + ImageDistances v0.2.17
  [6a3955dd] + ImageFiltering v0.7.9
  [82e4d734] + ImageIO v0.6.9
  [6218d12a] + ImageMagick v1.4.1
  [bc367c6b] + ImageMetadata v0.9.10
  [787d08f9] + ImageMorphology v0.4.6
  [2996bd0c] + ImageQualityIndexes v0.3.7
  [80713f31] + ImageSegmentation v1.8.4
  [4e3cecfd] + ImageShow v0.3.8
  [02fcd773] + ImageTransformations v0.10.1
  [916415d5] + Images v0.26.2
  [9b13fd28] + IndirectArrays v1.0.0
  [d25df0c9] + Inflate v0.1.5
  [1d092043] + IntegralArrays v0.1.6
  [a98d9a8b] + Interpolations v0.15.1
  [8197267c] + IntervalSets v0.7.10
  [92d709cd] + IrrationalConstants v0.2.4
  [c8e1da08] + IterTools v1.10.0
  [033835bb] + JLD2 v0.5.12
  [692b3bcd] + JLLWrappers v1.7.0
  [b835a17e] + JpegTurbo v0.1.6
  [10f19ff3] + LayoutPointers v0.1.17
  [8cdb02fc] + LazyModules v0.3.1
  [2ab3a3ac] + LogExpFunctions v0.3.29
  [bdcacae8] + LoopVectorization v0.12.172
  [1914dd2f] + MacroTools v0.5.15
  [d125e4d3] + ManualMemory v0.1.8
  [dbb5928d] + MappedArrays v0.4.2
  [626554b9] + MetaGraphs v0.8.0
  [e1d29d7a] + Missings v1.2.0
  [e94cdb99] + MosaicViews v0.3.4
  [77ba4419] + NaNMath v1.1.2
  [b8a86587] + NearestNeighbors v0.4.21
  [f09324ee] + Netpbm v1.1.1
  [6fe1bfb0] + OffsetArrays v1.16.0
  [52e1d378] + OpenEXR v0.3.3
  [bac558e1] + OrderedCollections v1.8.0
  [f57f5aa1] + PNGFiles v0.4.4
  [5432bcbf] + PaddedViews v0.5.12
  [d96e819e] + Parameters v0.12.3
  [eebad327] + PkgVersion v0.3.3
  [1d0040c9] + PolyesterWeave v0.2.2
  [f27b6e38] + Polynomials v4.0.19
⌅ [aea7be01] + PrecompileTools v1.2.1
  [21216c6a] + Preferences v1.4.3
  [92933f4c] + ProgressMeter v1.10.2
  [43287f4e] + PtrArrays v1.3.0
  [4b34888f] + QOI v1.0.1
  [94ee1d12] + Quaternions v0.7.6
  [b3c3ace0] + RangeArrays v0.3.2
  [c84ed2f1] + Ratios v0.4.5
  [c1ae055f] + RealDot v0.1.0
  [3cdcf5f2] + RecipesBase v1.3.4
  [189a3867] + Reexport v1.2.2
  [dee08c22] + RegionTrees v0.3.2
  [ae029012] + Requires v1.3.1
  [6038ab10] + Rotations v1.7.1
  [fdea26ae] + SIMD v3.7.1
  [94e857df] + SIMDTypes v0.1.0
  [476501e8] + SLEEFPirates v0.6.43
  [efcf1570] + Setfield v1.1.2
  [699a6c99] + SimpleTraits v0.9.4
  [47aef6b3] + SimpleWeightedGraphs v1.5.0
  [45858cf5] + Sixel v0.1.3
  [a2af1166] + SortingAlgorithms v1.2.1
  [cae243ae] + StackViews v0.1.1
  [aedffcd0] + Static v1.2.0
  [0d7ed370] + StaticArrayInterface v1.8.0
  [90137ffa] + StaticArrays v1.9.13
  [1e83bf80] + StaticArraysCore v1.4.3
  [10745b16] + Statistics v1.11.1
  [82ae8749] + StatsAPI v1.7.0
  [2913bbd2] + StatsBase v0.34.4
  [62fd8b95] + TensorCore v0.1.1
  [8290d209] + ThreadingUtilities v0.5.2
  [731e570b] + TiffImages v0.11.3
  [06e1c1a7] + TiledIteration v0.5.0
  [3bb67fe8] + TranscodingStreams v0.11.3
  [3a884ed6] + UnPack v1.0.2
  [3d5dd08c] + VectorizationBase v0.21.71
  [e3aaa7dc] + WebP v0.1.3
  [efce3f68] + WoodburyMatrices v1.0.0
  [f5851436] + FFTW_jll v3.3.10+3
  [61579ee1] + Ghostscript_jll v9.55.0+4
  [59f7168a] + Giflib_jll v5.2.3+0
  [c73af94c] + ImageMagick_jll v7.1.1+1
  [905a6f67] + Imath_jll v3.1.11+0
  [1d5cc7b8] + IntelOpenMP_jll v2025.0.4+0
  [aacddb02] + JpegTurbo_jll v3.1.1+0
⌅ [88015f11] + LERC_jll v3.0.0+1
  [d4300ac3] + Libgcrypt_jll v1.11.0+0
  [7e76a0d4] + Libglvnd_jll v1.7.0+0
  [7add5ba3] + Libgpg_error_jll v1.51.1+0
  [94ce4f54] + Libiconv_jll v1.18.0+0
⌅ [89763e89] + Libtiff_jll v4.4.0+0
⌃ [d3a379c0] + LittleCMS_jll v2.12.0+0
  [856f044c] + MKL_jll v2025.0.1+1
  [18a262bb] + OpenEXR_jll v3.2.4+0
⌃ [643b3616] + OpenJpeg_jll v2.4.0+0
  [02c8fc9c] + XML2_jll v2.13.6+1
  [aed1982a] + XSLT_jll v1.1.42+0
  [4f6342f7] + Xorg_libX11_jll v1.8.6+3
  [0c0b7dd1] + Xorg_libXau_jll v1.0.12+0
  [a3789734] + Xorg_libXdmcp_jll v1.1.5+0
  [1082639a] + Xorg_libXext_jll v1.3.6+3
  [14d82f49] + Xorg_libpthread_stubs_jll v0.1.2+0
  [c7cfdc94] + Xorg_libxcb_jll v1.17.0+3
  [c5fb5394] + Xorg_xtrans_jll v1.5.1+0
  [3161d3a3] + Zstd_jll v1.5.7+1
  [b53b4c65] + libpng_jll v1.6.47+0
  [075b6546] + libsixel_jll v1.10.5+0
⌃ [c5f90fcd] + libwebp_jll v1.4.0+0
  [1317d2d5] + oneTBB_jll v2022.0.0+0
  [0dad84c5] + ArgTools v1.1.2
  [56f22d72] + Artifacts v1.11.0
  [2a0f44e3] + Base64 v1.11.0
  [ade2ca70] + Dates v1.11.0
  [8ba89e20] + Distributed v1.11.0
  [f43a241f] + Downloads v1.6.0
  [7b1f6079] + FileWatching v1.11.0
  [9fa8497b] + Future v1.11.0
  [b77e0a4c] + InteractiveUtils v1.11.0
  [4af54fe1] + LazyArtifacts v1.11.0
  [b27032c2] + LibCURL v0.6.4
  [76f85450] + LibGit2 v1.11.0
  [8f399da3] + Libdl v1.11.0
  [37e2e46d] + LinearAlgebra v1.11.0
  [56ddb016] + Logging v1.11.0
  [d6f4376e] + Markdown v1.11.0
  [a63ad114] + Mmap v1.11.0
  [ca575930] + NetworkOptions v1.2.0
  [44cfe95a] + Pkg v1.11.0
  [de0858da] + Printf v1.11.0
  [3fa0cd96] + REPL v1.11.0
  [9a3f8284] + Random v1.11.0
  [ea8e919c] + SHA v0.7.0
  [9e88b42a] + Serialization v1.11.0
  [1a1011a3] + SharedArrays v1.11.0
  [6462fe0b] + Sockets v1.11.0
  [2f01184e] + SparseArrays v1.11.0
  [f489334b] + StyledStrings v1.11.0
  [fa267f1f] + TOML v1.0.3
  [a4e569a6] + Tar v1.10.0
  [cf7118a7] + UUIDs v1.11.0
  [4ec0a83e] + Unicode v1.11.0
  [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0
  [deac9b47] + LibCURL_jll v8.6.0+0
  [e37daf67] + LibGit2_jll v1.7.2+0
  [29816b5a] + LibSSH2_jll v1.11.0+1
  [c8ffd9c3] + MbedTLS_jll v2.28.6+0
  [14a3606d] + MozillaCACerts_jll v2023.12.12
  [4536629a] + OpenBLAS_jll v0.3.27+1
  [05823500] + OpenLibm_jll v0.8.1+4
  [bea87d4a] + SuiteSparse_jll v7.7.0+0
  [83775a58] + Zlib_jll v1.2.13+1
  [8e850b90] + libblastrampoline_jll v5.11.0+0
  [8e850ede] + nghttp2_jll v1.59.0+0
  [3f19e933] + p7zip_jll v17.4.0+2
        Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`
Precompiling project...
  185 dependencies successfully precompiled in 123 seconds. 37 already precompiled.
  1 dependency had output during precompilation:
┌ MKL_jll
│   Downloading artifact: IntelOpenMP
└  

That installs the package in the default environment.
I probably should have installed that package in a separate environment for my imageing work.
So make an environment

(@v1.11) pkg> activate imagenv
  Activating new project at `~/juliawork/imagenv`

(imagenv) pkg> st
Status `~/juliawork/imagenv/Project.toml` (empty project)

(imagenv) pkg> 

Notice the prompt has changed… I am now in the ‘imagenv’ environment… it is empty.

So, go back, remove the installed Images package, and re-install it in the ‘imagenv’ environment

go back to the default environment
(@v1.11) pkg> rm Images
(@v1.11) pkg> activate imagenv

(imagenv) pkg> add Images
(imagenv) pkg> st
Status `~/juliawork/imagenv/Project.toml`
  [916415d5] Images v0.26.2

I now have the Images package in the ‘imagenv’ environment.

Environments seem to be like workspaces in R. In R if you want a new workspace, you go to a new directory, and start R there, and it makes a new .RData file in that directory. ie R uses Unix to manage its environments.
Julia is different… it keeps all the environments internally, somewhere inside the ~/.julia directory. So it does not matter where you are when you start Julia, that is irrelevant.
It is recommended that you use lots of environments to separate things rather than cram everything into the default environment which is where REPL starts up.
You can install a package in multiple environments, and it does not lead to multiple copies… Julia manages that somehow?

Not quite there yet. I still have to work out how to save something that I might create inside the REPL… I think ultimately one would copy/paste it outto a .jl file and save it there, but there will be temporary workfiles one wants to retain across sessions?

After solving that, I may actually be able to start doing things

3 Likes

Learning to live with the Julia REPL

There is a REPL tutorial here

and the official page is here

They do not even mention saving the REPL state between logins.
It does mention one useful tip… Alt - e will drop you into whatever editor you define in the EDITOR environment variable… so you can type in a function or a sequence of commands, exit the editor, and they will run in the REPL.

More searching led me to this
" The idea of saving the REPL state is actually nonsensical, because Julia jit compiles everything you type in, and it only exists as cached binaries. "

This is quite different from R. R keeps the source code in your workplace, and it can easily be saved just by q() and answering ‘Yes’ to the save question. When you start R again, it automatically loads the saved workspace, including your source code.

One can get at the REPL history… there is a package REPLHistory, which , when installed provides a function history(), for example

julia> using REPLHistory

julia> a=2
2

julia> b=6
6

julia> a+b
8

julia> print(history())
using REPLHistory
a=2
b=6
a+b

julia> 

or one can simply look at the file ~/.julia/logs/repl_history.jl

I tried leaving REPL running and exiting the X session with session saving turned on. When I power back on, the terminal with julia REPL is there, but it is exited from REPL. So session saving does not help.

So it looks like I am going to have to develop an entirely new work pattern?
Maybe dont type anything into REPL, use a .jl file and copy stuff into REPL temporarily for testing?
One certainly can not use REPL to store one’s code.

3 Likes

Start doing something… read in an image

I have for now settled on editing a .jl file with vi then including it in the Julia REPL with an incluse(“..”) statement, then running any function it may contain.

Remember I setup an environment for image work

(@v1.11) pkg> activate imagenv
  Activating new project at `~/juliawork/imagenv`

and I installed the Julia Images package in there.
I now discover I need some additional packages to read images

@v1.11) pkg> activate imagenv
  Activating project at `~/juliawork/imagenv`

(imagenv) pkg> add FileIO ImageMagick ImageIO
   Resolving package versions...
    Updating `~/juliawork/imagenv/Project.toml`
  [5789e2e9] + FileIO v1.17.0
  [82e4d734] + ImageIO v0.6.9
  [6218d12a] + ImageMagick v1.4.1
  No Changes to `~/juliawork/imagenv/Manifest.toml`

(imagenv) pkg> 

So now I am ready to write a simpl,e .jl file in vi

trinity:[nevj]:~/juliawork$ cat collagen.jl
 using Images, FileIO

 function readimage(img_path)
   img = load(img_path)
   return(img)
 end

It just has one function that reads an image file, you supply the filename as an argument
Now, to get that into the REPL I do, in the REPL itself


julia> using Pkg

julia> Pkg.activate("imagenv")
  Activating project at `~/juliawork/imagenv`

julia> include("collagen.jl")
readimage (generic function with 1 method)

I have to activate the “imagenv” environment, before doing the include
So now my function exists in the current REPL.
I can execute it with

julia> include("collagen.jl")
readimage (generic function with 1 method)

julia> img = readimage("3506s.jpg")
1200×1600 Matrix{RGB{N0f8}}:
 RGB(0.835, 0.22, 0.192)   …  RGB(0.89, 0.294, 0.525)
 RGB(0.792, 0.188, 0.157)     RGB(0.878, 0.286, 0.502)
 RGB(0.8, 0.204, 0.161)       RGB(0.871, 0.275, 0.467)
 RGB(0.824, 0.227, 0.184)     RGB(0.863, 0.271, 0.439)
 RGB(0.824, 0.204, 0.161)     RGB(0.863, 0.275, 0.412)
 RGB(0.824, 0.192, 0.161)  …  RGB(0.863, 0.282, 0.384)
 RGB(0.824, 0.2, 0.176)       RGB(0.855, 0.286, 0.353)
 RGB(0.816, 0.196, 0.184)     RGB(0.839, 0.286, 0.322)
 RGB(0.8, 0.2, 0.208)         RGB(0.847, 0.302, 0.329)
 RGB(0.82, 0.216, 0.263)      RGB(0.835, 0.306, 0.333)
 ⋮                         ⋱  
 RGB(0.608, 0.043, 0.008)     RGB(0.792, 0.82, 0.843)
 RGB(0.584, 0.024, 0.0)       RGB(0.784, 0.816, 0.827)
 RGB(0.58, 0.027, 0.0)        RGB(0.788, 0.82, 0.831)
 RGB(0.58, 0.027, 0.0)        RGB(0.788, 0.82, 0.831)
 RGB(0.584, 0.031, 0.0)    …  RGB(0.792, 0.824, 0.835)
 RGB(0.6, 0.047, 0.012)       RGB(0.792, 0.824, 0.835)
 RGB(0.616, 0.063, 0.027)     RGB(0.788, 0.82, 0.831)
 RGB(0.639, 0.082, 0.043)     RGB(0.788, 0.82, 0.827)
 RGB(0.651, 0.094, 0.055)     RGB(0.784, 0.816, 0.824)

julia> 

OK, it looks like it read something into a 1200 x 1600 array.

Now I need a package to display the img array.
It is called ImageView

(imagenv) pkg> add ImageView

Now I should be able to display it

julia> imshow(img)
Dict{String, Any} with 4 entries:
  "gui"         => Dict{String, Any}("window"=>GtkWindowLeaf(Ptr{GObject} @0x00…
  "roi"         => Dict{String, Any}("redraw"=>ObserverFunction[ObserverFunctio…
  "annotations" => Observable(Dict{UInt64, Any}())
  "clim"        => Observable(CLim{RGB{Float64}}(RGB{Float64}(0.0, 0.0, 0.0), R…

julia> 

Yes, here is my screen

It is a microscope image of collagen fibres from sheep skin. The red bits are bundles of collagen fibres stained with Sirius Red dye. I am going to try and measure the size of the fibre bundles. That involves thresholding the bundles from the background, separating touching bundles, then identifying each bundle as an object and counting its pixels to get area.

Long way to go yet.
BTW
I did not get to here in one step. Lots of false starts. Cant work out how to use modules. Took ages to find out how to switch REPL to my imagenv environment. Reading code into REPL with include() is crummy. I could just copy/paste. There may be a vi plugin that will do it from vi.
One thing is clear… REPL is a run environment only. Copying code into there is like pouring it down the sink… it is jit compiled and only the binaries are retained. So REPL is basically the jit compiler… just like calling gcc, you get a compilation and that is it.

3 Likes

modules

The manual says one should use modules.
So I reworked my collagen.jl file as follows

module Collagen
 using Images, FileIO, ImageView

 function readimage(img_path)
   img = load(img_path)
   imshow(img)
   return(img)
 end
end

To run that I have to do this in REPL

julia> using Pkg

julia> Pkg.activate("imagenv")
  Activating project at `~/juliawork/imagenv`

julia> include("collagen.jl")
Main.Collagen

julia> using .Collagen

Note the ‘dot’ before Collagen
Then I can access the internal function with

julia> img = Collagen.readimage("3515b.jpg")
1200×1600 Array{RGB{N0f8},2} with eltype ColorTypes.RGB{FixedPointNumbers.N0f8}:
 RGB{N0f8}(0.886,0.918,0.925)  …  RGB{N0f8}(0.918,0.8,0.761)
....

Or, I can do

julia> using .Collagen: readimage

julia> img = readimage("3515b.jpg")
1200×1600 Array{RGB{N0f8},2} with eltype ColorTypes.RGB{FixedPointNumbers.N0f8}:
 RGB{N0f8}(0.886,0.918,0.925)  …  RGB{N0f8}(0.918,0.8,0.761)
...

So modules seems to add more rigmarole to making functions accessible after they are read into the REPL.
I dont see the advantages of modules at present.
Its all about Namespace management…
see the manual

2 Likes

If you have the environment activated at the command prompt can’t you run something like: julia scriptname.jl and hit enter rather than getting into the REPL?

I haven’t used Julia much, so I have no idea.

1 Like

Dont understand?
It is not the CLI environment, it is the environmrnt within the REPL… I dont seem to be able to activate the REPL environment any way other than interactively in the REPL… it tried putting it in the .jl file and it does not do it.?

Yes I can run a script that way.
That might be a better way to work… will try… not sure how it gets on with required packages.
If I did that it might have to compile the whole program every run. REPL saves binaries and works out somehow if they need to be recompiled… that is how it gets to be fast. When you first load a package it compiles and takes forever, but on subsequent use you dont even notice it .

I think it boils down to learning to work with a jit compiler… it is different to interactive like Python or R, and different to a compiler like gcc.
Whole new world and still learning.

3 Likes

I had to modify the script somewhat

trinity:[nevj]:~/juliawork$ cat collagen2.jl
#module Collagen
#using Images, FileIO, ImageView

 function readimage(img_path)
   img = load(img_path)
   imshow(img)
   return(img)
 end

 using Pkg
 Pkg.activate("imagenv")
 using Images, FileIO, ImageView

 img = readimage("3506s.jpg")
 imshow(img)
 println(img[1,1])
 readline()
#end

It needs a main program , or nothing will call the function.
It worked
The readline() makes it pause and wait for a keystroke

trinity:[nevj]:~/juliawork$ julia collagen2.jl
  Activating project at `~/juliawork/imagenv`
RGB{N0f8}(0.835,0.22,0.192)

but the image display appeared as an empty X window?
Something is missing that REPL has ?

That is certainly easier than using REPL
but I think I should be using REPL ?? Everyone seems to?
It is interesting that the “imagenv” environment that I set up in REPL is known to the julia command.

UPDATE
This works

#module Collagen
#using Images, FileIO, ImageView

 function readimage(img_path)
   img = load(img_path)
   imshow(img)
   return(img)
 end

 using Pkg
 Pkg.activate("imagenv")
 using Images, FileIO, ImageView, ImageIO, Gtk4

 win = GtkWindow("gtkwait")

 img = readimage("3506s.jpg")
 imshow(img)
 println(img[1,1])
# readline()

 if !isinteractive()
    c = Condition()
    signal_connect(win, :close_request) do widget
        notify(c)
    end
    @async Gtk4.GLib.glib_main()
    wait(c)
 end
#end

but I get 2 windows, both with the same image.?

2 Likes

The language looks clean enough. :slight_smile:

2 Likes

Yes , I havd no problem with the syntax. It is like C or Python.
My difficulties are with finding a comfortable work routine.
I guess I just push on and try various approaches.
How are you progressing with Rust?

1 Like

I have stopped. I found I couldn’t wrap my head around the act of programming anymore. I have been out of the loop for too long.

1 Like

There is also Jupyter.

That may work for you. I’ve never used it with Julia and rarely with Python. To me it looks like a blend of browser, spreadsheet, and Julia/Python.

2 Likes

I may not be far behind you.

1 Like

Also VSCode… which I am loathe to try.
I usually like to dig around at a low level first… to gain some understanding. I would not rule out Jupiter long term.
One’s work pattern is a critical part of successful programming. You need it to become almost automatic and be free of hangups… like using Makefiles.

In am a long way from achieving a work pattern for Julia. It is a beast to work with.
I have just discovered the Pkg system is accessible to users. They say a project is best managed by making it a package. I will try that… too many entities… modules, environments, packages,… all I need is one workspace.

Lots of info here

3 Likes