MSI
WinGet
Objeck
Randy Hollines · 2024.4.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i objeck-windows-x64_2024.4.1.msi /quiet /norestart
File Identity
Filename
objeck-windows-x64_2024.4.1.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
RandyHollines.Objeck
Version
2024.4.1
Description
Objeck is a 64-bit object-oriented and functional programming language designed to be fast, intuitive, and lightweight.
License
Self-designed License
↗
Installer URL
https://github.com/objeck/objeck-lang/releases/download/v2024.4.1/objeck-windows-x64_2024.4.1.msi
Release Notes
DeepMind (Gemini) support, extended OpenAI functionality, OAuth2 support, general enhancements, and bug fixesv2024.4.0- Added support for Google DeepMind (Gemini) APIs
- Model
- Corpus (v1beta)
- Chat
- OpenAI support for external function calls
- OAuth2 support (session and file based support)
- Refactored KMeans ML implementation to support arrays
- Improved support for Date to String operations
- Improved Base64 encoding and decoding
- KMean supports n-length arrays
- Added suppor…