EXE
WinGet
Logtalk
Logtalk.org · 3.66.0 · neutral
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
logtalk-3.66.0.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Logtalk_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.66.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
logtalk-3.66.0.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Logtalk.Logtalk
Version
3.66.0
Description
Declarative object-oriented logic programming language
License
Apache-2.0
↗
Homepage
https://logtalk.org/
Support
https://logtalk.org/support.html
Installer URL
https://logtalk.org/files/logtalk-3.66.0.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Logtalk compiler and runtime
- ADDED: New parameter_variables, variable_names(Term), and singletons(Term) keys to the logtalk_load_context/2 built-in predicate.
- ADDED: Two new meta-messages, [Stream,Prefix]>>Goal and [Stream]>>Goal, to the message printing mechanism. These new meta-messages allow calling a user-defined printing goal. The use of lambda expressions allow passing the message stream and prefix.
- ADDED: Linter warning for predicates called as non-terminals from grammar rules.
- AD…