Julia Language Types

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • immutable MyType; field; field; end
  • type MyType; field; field; end

Remarks

Types are key to Julia's performance. An important idea for performance is type stability, which occurs when the type a function returns only depends on the types, not the values, of its arguments.



Got any Julia Language Question?