https://github.com/JuliaLang/julia
Raw File
Tip revision: b19f2e644b505bd296aec54bff2f4cd94c05701b authored by Gabriel Baraldi on 20 September 2023, 16:41:21 UTC
Make the GC less greedy
Tip revision: b19f2e6
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