https://github.com/JuliaLang/julia
Raw File
Tip revision: 2361d2e8e079b1292bab0649af3b03f1e980f3e4 authored by Cody Tapscott on 15 May 2024, 15:17:11 UTC
Increase `max_args` for `print` and `println`
Tip revision: 2361d2e
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