https://github.com/JuliaLang/julia
Raw File
Tip revision: 506326ece1d3674eba5cbd18bc590b648873954b authored by Alex Arslan on 01 November 2023, 18:52:51 UTC
Add `@test_throws Union{} expr` to test that no exception is thrown
Tip revision: 506326e
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