Julia Language Cross-Version Compatibility

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • using Compat
  • Compat.String
  • Compat.UTF8String
  • @compat f.(x, y)

Remarks

It is sometimes very difficult to get new syntax to play well with multiple versions. As Julia is still undergoing active development, it is often useful simply to drop support for older versions and instead target just the newer ones.



Got any Julia Language Question?