Brahma.FSharp.OpenCL.Printer 2.0.0-alpha4

This is a prerelease version of Brahma.FSharp.OpenCL.Printer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Brahma.FSharp.OpenCL.Printer --version 2.0.0-alpha4
NuGet\Install-Package Brahma.FSharp.OpenCL.Printer -Version 2.0.0-alpha4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Brahma.FSharp.OpenCL.Printer" Version="2.0.0-alpha4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Brahma.FSharp.OpenCL.Printer --version 2.0.0-alpha4
#r "nuget: Brahma.FSharp.OpenCL.Printer, 2.0.0-alpha4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Brahma.FSharp.OpenCL.Printer as a Cake Addin
#addin nuget:?package=Brahma.FSharp.OpenCL.Printer&version=2.0.0-alpha4&prerelease

// Install Brahma.FSharp.OpenCL.Printer as a Cake Tool
#tool nuget:?package=Brahma.FSharp.OpenCL.Printer&version=2.0.0-alpha4&prerelease

Brahma.FSharp does the thing!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Brahma.FSharp.OpenCL.Printer:

Package Downloads
Brahma.FSharp

Core components of Brahma.FSharp.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-alpha1.5 0 4/17/2024
3.0.0-alpha1.3 45 4/12/2024
3.0.0-alpha1.2 39 4/12/2024
3.0.0-alpha1.1 45 4/9/2024
2.0.5 2,039 2/10/2023
2.0.4 337 1/13/2023
2.0.3 534 1/4/2023
2.0.2 290 12/28/2022
2.0.1 3,329 8/5/2022
2.0.0 635 7/5/2022
2.0.0-alpha9.6 173 6/3/2022
2.0.0-alpha9.5 149 5/7/2022
2.0.0-alpha9.4 140 4/8/2022
2.0.0-alpha9.3 133 3/24/2022
2.0.0-alpha9.2 1,362 11/26/2021
2.0.0-alpha9.1 318 10/16/2021
2.0.0-alpha9 269 10/15/2021
2.0.0-alpha8 262 9/27/2021
2.0.0-alpha7.1 181 7/18/2021
2.0.0-alpha7 343 5/19/2021
2.0.0-alpha6.2 215 5/19/2021
2.0.0-alpha6.1 259 3/22/2021
2.0.0-alpha6 280 3/22/2021
2.0.0-alpha5 423 1/27/2021
2.0.0-alpha4 403 12/27/2020
2.0.0-alpha3 386 11/27/2020
2.0.0-alpha2 413 11/11/2020
1.0.0 571 11/27/2020

## [2.0.0-alpha4] - 2020-12-27

[2.0.0-alpha4]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha4

### Added
- While and for loops in workflow builders

- Basic workflow builders for designing computations

### Fixed
- Local memory semantic. It is forbidden to initialize variables in the local memory.