Notes on Code Translation to Julia
This help page describes details particular to code translation using the CodeGeneration[Julia] function. For general information applicable to all the functions in the CodeGeneration package, see CodeGeneration/Details.
Description
References
The Julia code generated by CodeGeneration[Julia] is valid for Julia as defined by The Julia Manual.
In addition to the functions listed on the CodeGeneration/Details help page, the following Maple functions are recognized by CodeGeneration[Julia]: cat, ceil, floor, and if (operator form).
The Julia Manual at http://docs.julialang.org/en/latest/manual/
See Also
CodeGeneration
CodeGeneration/Details
CodeGeneration[Julia]
Download Help Document