← Package directory
Available on winget

Install Objeck

Objeck is a 64-bit object-oriented and functional programming language designed to be fast, intuitive, and lightweight.

Install with winget
winget install --id RandyHollines.Objeck
Upgrade
winget upgrade --id RandyHollines.Objeck
Uninstall
winget uninstall --id RandyHollines.Objeck

About Objeck

Objeck is a 64-bit object-oriented and functional programming language designed to be fast, intuitive, and lightweight.

What's new in 2024.4.1

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 support for private functions - Tuples classes moved to Collection.Tuple - Added 'First' and 'Last' methods to Vector classes - Added support for HTTP(s) 'DELETE' and fixed logic error in HTTP client - Fixed ARM64 JIT compiler 'eor' instruction issue impacting macOS and ARM64 v2024.3.0- Added support for OpenAI APIs - Assistant - Chat - Audio - Docker support - Fixed memory manager bugs #462 and #482 v2024.2.1- Added support for response files (#454) - Support for the unary bit wise 'not' operator (#480) - Webserver library enhancements - Improved performance - Better configuration - Optional keyword 'in' added for use in 'each' loops; an alternative to ':=' operator 'Quintet' tuple class added Full Changelog: https://github.com/objeck/objeck-lang/compare/v2024.3.0...v2024.4.0

Read release notes

Version history

Version Updated Notes
2024.4.1 Unknown 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 fo...
2024.3.0 Unknown New featuresv2024.3.0- Added support for OpenAI APIs - Assistant - Chat - Audio - Docker support - Fixed memory manager bugs #462 and #482 v2024.2.1- Added support for response files (#454) - Support for the unary bitwis...
2024.2.1 Unknown New featuresv2024.2.1- Added support for response files (#454) - Support for the unary bitwise 'not' operator (#480) - Web server library enhancements - Improved performance - Better configuration - Optional keyword 'in'...
2024.2.0 Unknown New features and minor bug fixesv2024.2.0- Added new JsonStreamParser class for processing large JSON files - Support for ranges using the CharRange, IntRange, and FloatRange classes - Created tuple classes Pair, Triplet...
2023.12.0 Unknown - Added a LinearSolver class to the ML bundle - Improved performance of ML libraries - JSON parser tweaked to better process large files - Added support to the System. ML bundle for the K-Means clustering - REPL shell an...
23.11.2 Unknown Added support to the System.ML bundle for the K-Means clustering