https://github.com/JuliaLang/julia
Raw File
Tip revision: 6dae1f3a08822794fd3f5254b4cccb840fd846f9 authored by K Pamnany on 13 February 2024, 22:31:41 UTC
Correct GC bug (usage of `not_freed_enough`)
Tip revision: 6dae1f3
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top