https://github.com/JuliaLang/julia
Raw File
Tip revision: cc46405fc1b7b22753c50852ef6a7e4d17fa82ec authored by Jeff Bezanson on 23 January 2024, 15:51:09 UTC
better parse error for identifier-continuing-only characters
Tip revision: cc46405
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