from normal REPL, you could do
print('\a')
which "prints" the bell character. i don't know how whether that works
for your configuration though.given there's the program beep available and working on your system, you could also do run(`beep`) note the backticks, see http://docs.julialang.org/en/release-0.4/manual/running-external-programs/ Am 28.02.2016 um 00:39 schrieb Chris Rackauckas: > Hey, > I was wondering about a quick way to make the computer beep when code > is finished. Usually there's a beep() function. The one in Julia at > Base.Terminals.beep takes as input a terminal. Where do I find this > terminal object? If it matters, I am using Juno with Atom.
