https://github.com/JuliaLang/julia
Raw File
Tip revision: e09c19fed2a9dda3f8710877b688e826e5a4a769 authored by Shuhei Kadowaki on 29 October 2023, 04:54:01 UTC
improve return type inference of `typed_hvcat(::Type{T}, rows, as::Any...)`
Tip revision: e09c19f
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