|
|
|
|
|
by mhenders
5188 days ago
|
|
I'm admittedly a huge fan, but it's hard to find any downsides, even for such a young language. A couple of things you might notice if working in the REPL: - There's no quick way to del/clear the current environment. Namespaces are planned but not yet implemented. - If a function is redefined, there is no automatic recompilation of dependent functions. It's easy though to list or recall existing functions. Give it a go. It's a lot of fun. Some of the core team have been invited to present at Lang.NEXT. |
|
Further information:
https://github.com/JuliaLang/julia/wiki/Graphics
https://github.com/JuliaLang/julia/issues/589
https://github.com/JuliaLang/julia/issues/314