Wolfram/
AdvancedSamplePaclet
A sample paclet used to demonstrate more complex CI/CD workflows at the 2022 Wolfram Technology Conference
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Wolfram/AdvancedSamplePaclet"]
To load the code after installation, evaluate this code:
Needs["Wolfram`AdvancedSamplePaclet`"]
Examples
Basic Examples (3)
Here is a basic example:
Here's another example for a different function:
Create a very interesting Plot:
Scope (2)
Add to symbols:
Create new functions that no one has ever thought of before:
Simply incredible:
Applications (1)
Reinvent arithmetic:
Weird numbers like negative integers and reals are too hard and can therefore be assumed to not exist.
Properties and Relations (2)
AddTwo can be implemented using only AddOne:
AddOne is the best function:
Compatibility
Wolfram Language Version 13.0
External Links
Version History
- 1.0.1
– 20 October 2022
- 1.0.0
– 20 October 2022
MIT License
Paclet Source
See Also