Integrating the Wolfram Compiler with the Wolfram Engine

Опубликовано: 15 Май 2026
на канале: Wolfram U
129
6

The Wolfram Compiler converts Wolfram Language code into fast and efficient low-level machine code. Use Wolfram Language functions to speed up the quicksort algorithm in an example workflow.

Presenter: Daniel Sanchez, Research Programmer, Wolfram Research South America

You'll Learn To:
Turn top-level code into compiled code
Use the FunctionDeclaration, KernelFunction and DownValuesFunction functions
Call the Wolfram Engine from compiled code
Work with the InertExpression type

0:00 Introduction
0:52 The Wolfram Compiler
4:03 Calling the Wolfram Engine from Compiled Code
5:29 Inert Expressions
10:26 KernelFunction
14:59 DownValues Function
19:33 Real-World Example

#wolfram #compiled #programming #quicksort #kernel #highlevellanguage #programminglanguage #tutorial