Wolfram U

Introduction to the Wolfram Compiler

Estimated Time: 57 min

Course Level: Intermediate

Summary

The Wolfram Compiler can make code much faster and more efficient. Learn how to write low-level code in Wolfram Language and see example workflows in this brief introduction to the Wolfram Compiler. Wolfram Language 14.1 introduces new tooling, like error reporting and progress indicators, to make it easier to write compiled code.

Featured Products & Technologies: Wolfram Language (available in Mathematica and Wolfram|One), Wolfram Compiler

You'll Learn To

  • Identify uses for the Wolfram Compiler
  • Speed up expressions with the FunctionCompile and FunctionDeclaration functions
  • Explore support with the CompilerInformation function
  • Use and convert between different data types
  • Understand error messages in compiled code
  • Write internal Wolfram Language code with the compiler
  • Program interactively
  • Cross-compile: write code on one machine and execute it on another machine