Hello, from my point of view, Julia is already a viable alternative to Matlab for flight and energy system simulations.
What still is missing is a block editor for dynamic systems like Simulink. The best, open source alternative to Simulink that I know of is XCos, which is part of Scilab. XCos is a block diagram editor and GUI for the hybrid simulator I think, that the XCos GUI is implemented in Java. See: https://www.scilab.org/scilab/features/xcos What would be a reasonable approach for implementing a block diagram editor for Julia? Using QML.jl? Or could such an editor be implemented with web technologies, based on Atom? Any ideas welcome. Uwe Fechner